Emoji Dove Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325240.svg" alt="Emoji Dove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325240.svg" alt="Emoji Dove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325240.svg" alt="Emoji Dove icon" :width="24" :height="24" />
CSS background
.icon-emoji-dove {
background-image: url('https://proicons.com/icon/325240.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M25.313,30.7712c18.9421-.6111,12.2229-25.0535,11.6084-21.9945s-18.3276,20.7722-20.1644,18.3276c-1.8328-2.4439-4.2773-3.0551-5.499-1.2223-1.2223,1.8328-1.8328,2.4439-1.8328,2.4439,0,0,3.6662-.6111,4.2773.6111.6111,1.2223,2.5488,5.2318,6.1101,5.499,0,0,1.2163.4151,3.6662,5.499,2.8567,5.9284,14.6674,0,11.0006-3.0551-3.6662-3.0551-6.1101-1.8328-7.9415-3.0551-1.8328-1.2223-1.2223-3.0551-1.2223-3.0551l-.0027.0014Z"/><path class="g" d="M25.0335,22.0912c1.2243-10.1831-1.8459-20.528-3.9959-15.1513-2.4439,6.1101-3.6662,7.9415-3.6662,7.9415-2.9041,2.7585-5.8452,4.6002-5.3513,10.2525"/></g></svg>
Copied!