Evoke Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evoke 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/340160.svg" alt="Evoke icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340160.svg" alt="Evoke icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340160.svg" alt="Evoke icon" :width="24" :height="24" />
CSS background
.icon-evoke {
background-image: url('https://proicons.com/icon/340160.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.6276,17.9331c-1.2858-3.6724,1.8617-8.2117,5.0212-8.1287,6.8379.181,10.1854,10.0015,6.679,15.3196"/><path class="b" d="m18.3027,24.902c-2.6236,5.6311-1.2228,8.2607,3.3055,3.4155"/><path class="b" d="m19.9734,19.9937c-.6061-.5701-1.0675-1.2765-1.3458-2.0607,8.1057-3.9214,11.7922,8.6997,2.9795,10.3844"/><path class="b" d="m12.5436,34.1735c-2.4976,3.4525.3779,14.7777,10.9423,6.158,5.2812-4.3093,11.9681-12.0071,12.675-19.8159.4899-5.4172-.036-12.699-6.187-15.1007-8.7486-3.4165-14.7117,3.4945-16.4325,8.2287"/></svg>
Copied!