dialog-yes

Preview Sizes

dialog-yes
16px
dialog-yes
24px
dialog-yes
32px
dialog-yes
48px

dialog-yes SVG Icon

High-quality dialog-yes SVG icon for web design and development projects. Free to download and use in your projects.

Keywords:
Format: SVG (Vector)
License: Free for commercial use

✏️ Want to customize this icon? Edit with svgia.com - our powerful online SVG editor!

SVG Code

<?xml version="1.0" encoding="UTF-8"?>
<svg width="800px" height="800px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <defs>
    <mask id="mask_circle">
      <circle cx="50" cy="50" r="50" fill="white"/>
      <circle cx="50" cy="50" r="12" fill="#000000"/>
    </mask>
    <linearGradient x1="20" y1="60" x2="60" y2="40" id="Gradient" gradientUnits="userSpaceOnUse">
      <stop style="stop-color:#0F650E;stop-opacity:1" offset="0" />
      <stop style="stop-color:#399238;stop-opacity:1" offset="1" />
    </linearGradient>
  </defs>
  <circle cx="50" cy="50" r="48" style="fill:#0F650E"/>
  <circle cx="50" cy="50" r="43" style="fill:url(#Gradient);stroke:#eeeeee;stroke-width:3"/>
</svg>