Brand Dove Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Dove icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305112.svg" alt="Brand Dove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305112.svg" alt="Brand Dove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305112.svg" alt="Brand Dove icon" :width="24" :height="24" />
CSS background
.icon-brand-dove {
background-image: url('https://proicons.com/icon/305112.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M838 349c-23 10-43 28-63 44-16 14-29 31-44 46-6 6-14 10-22 15-2-12-1-20 2-27 25-80-36-177-135-180-66-3-125 16-185 38-56 20-111 43-168 59-66 18-134 33-205 31 26 19 52 37 81 50 78 38 164 41 249 44 29 1 45 12 45 29 0 19-16 28-47 28-82-1-158-25-232-56-37-16-73-34-114-53 6 11 10 18 14 24 33 54 77 96 126 134 100 75 212 126 330 163 107 33 208 14 291-63 34-32 61-73 88-112 42-58 77-121 151-146-47-78-93-97-162-68zm59 52c-11 0-19-8-19-19s8-19 19-19 19 9 19 19-8 19-19 19z"/></svg>
Copied!