Fast Draw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fast Draw 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/340281.svg" alt="Fast Draw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340281.svg" alt="Fast Draw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340281.svg" alt="Fast Draw icon" :width="24" :height="24" />
CSS background
.icon-fast-draw {
background-image: url('https://proicons.com/icon/340281.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="m33.411,12.1526c-9.8066,3.9226-11.3852,12.9638-7.3669,16.4081,4.0183,3.4443,6.8407,5.9796,10.9068,13.2508,1.6265-.1913,5.5491-3.0616,5.5491-3.0616-.5262-6.6493-9.089-26.5974-9.089-26.5974Z"/><path class="b" d="m24.5064,20.6448s-.7226-.5393-1.476-1.221c0,0-.8611,4.5385-3.7313,2.7626-3.7102-2.2957.2153-5.5969-.6458-7.7855-.7477-1.9004-4.6641-1.7939-10.1175.6099,0,0-3.3366-3.9466-3.0137-8.3236,9.9381-1.6504,14.953.8611,18.4013,6.5656,1.2597-1.3454,3.6994-1.1003,3.6994-1.1003,1.471-.1196,2.655-1.9494,2.6191-3.8868"/><path class="b" d="m23.0303,19.4238c-1.4351-1.0405-3.821-4.0542-4.3771-5.0229"/><path class="b" d="m27.6227,12.1526c1.4351-.0658,2.7566.1343,3.3426,1.1734"/></svg>
Copied!