Dove Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dove Icon Pack 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/339257.svg" alt="Dove Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339257.svg" alt="Dove Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339257.svg" alt="Dove Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-dove-icon-pack {
background-image: url('https://proicons.com/icon/339257.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-miterlimit:10;}</style></defs><path class="c" d="m24.8066,18.198c-4.5913-8.0413,6.8368-16.6606,12.7428-9.2548.8538,1.1851,2.1129,1.2458,3.3948,1.4669,2.2607.1961-1.6224,3.262.6065,7.7501,3.9202,11.2962-4.0741,25.765-17.7219,21.5823-2.0947-.642-4.7388-2.6305-6.3425-.4481-6.6762,9.6794-18.9336-11.0071-6.9208-10.3592,2.104-.1411,4.6423,2.5812,6.305.6331,14.4234,15.6587,28.4008-9.5007,7.9361-11.3703Z"/><path class="c" d="m24.8066,18.198c20.4753,1.8778,6.4719,27.0264-7.9361,11.3703-2.761-4.1723-4.6414-8.6034-3.2852-13.7224.2345-.8876,1.0489-3.5468,2.1949-2.2012,2.1333,3.2854,5.5314,4.0032,9.0264,4.5532Z"/></svg>
Copied!