Whereby Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whereby 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/349683.svg" alt="Whereby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349683.svg" alt="Whereby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349683.svg" alt="Whereby icon" :width="24" :height="24" />
CSS background
.icon-whereby {
background-image: url('https://proicons.com/icon/349683.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,7.59c3.08,0,3.82,6.17,4.62,8.68s6.8,24.58,6.8,24.58S30,17.17,31.54,14.69c2.62-4.11,7.28-7.1,10.12-4.94s2.38,8.3-1.3,15.1c-1.93,3.57-9.14,16-9.14,16L20.45,7.59"/><path class="a" d="M4.5,7.59h16a4.34,4.34,0,0,0,2.05-.44"/></svg>
Copied!