Contactstoolkit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Contactstoolkit 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/323988.svg" alt="Contactstoolkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323988.svg" alt="Contactstoolkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323988.svg" alt="Contactstoolkit icon" :width="24" :height="24" />
CSS background
.icon-contactstoolkit {
background-image: url('https://proicons.com/icon/323988.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="e" cx="24" cy="24" r="21.5"/><path id="d" class="e" d="m15.77,43.728v-8.04c0-2.485,5.237-4.509,11.88-4.509s11.88,2.086,11.88,4.572v3.089"/><path class="e" d="m27.789,14.38c5.936-.012,8.918,7.928,4.725,12.577-4.193,4.65-11.372,1.364-11.372-5.206,0-4.065,2.974-7.363,6.646-7.37h0l.001-.001ZM2.559,24.067l6.184-7.119m-5.321,11.865l7.982-9.672m.872-7.836c-1.56-.184-3.02.362-3.754,1.553-.723,1.174-.57,2.696.262,3.995m2.893,2.3c1.992.744,4.047.234,4.98-1.28.523-.847.712-2.482-.007-3.593"/><path class="e" d="m12.389,11.363l-1.634,1.995.842,2.62,3.003.54,1.793-2.104"/></svg>
Copied!