Fast Draw Preferences Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fast Draw Preferences 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/325723.svg" alt="Fast Draw Preferences icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325723.svg" alt="Fast Draw Preferences icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325723.svg" alt="Fast Draw Preferences icon" :width="24" :height="24" />
CSS background
.icon-fast-draw-preferences {
background-image: url('https://proicons.com/icon/325723.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m31.6379,14.3269c-9.3153,3.7261-10.8148,12.3144-6.9978,15.5861,3.817,3.2717,6.498,5.6801,10.3604,12.587,1.545-.1818,5.2711-2.9082,5.2711-2.9082-.4998-6.3162-8.6337-25.2649-8.6337-25.2649Z"/><path class="b" d="m24.0954,20.4068c-5.7337-6.7388-3.0413-10.7944-6.1086-13.3845s-7.191-1.0906-7.191-1.0906c2.8968,1.6699,5.2484,3.3399,2.7264,5.9641s-4.1237.4771-5.7937-1.1928c-.0236,5.3847,3.0672,6.1345,6.5094,7.4977s8.3876,8.0771,8.3876,8.0771"/></svg>
Copied!