Durak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Durak 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/324854.svg" alt="Durak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324854.svg" alt="Durak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324854.svg" alt="Durak icon" :width="24" :height="24" />
CSS background
.icon-durak {
background-image: url('https://proicons.com/icon/324854.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m37.031,29.1741s-.5422-8.9222,3.6478-13.6444c.6196.4912,1.5201.3872,2.0113-.2324s.3872-1.5201-.2324-2.0113c-.2544-.2017-.5698-.3109-.8944-.3098-.7531.0024-1.3755.5877-1.4242,1.3392-1.4729.3997-2.9115.916-4.3025,1.5441-1.72.8126-3.3234,1.852-4.7672,3.0907l-7.3107-10.1915c.6454-.4616.7944-1.3589.3328-2.0043-.4616-.6454-1.3589-.7944-2.0043-.3328s-.7944,1.3589-.3328,2.0043c.0919.1285.2043.2409.3328.3328l-7.3481,10.1665-7.0758-4.2075c.1336-.2199.2045-.4722.2049-.7296,0-.7921-.6421-1.4342-1.4341-1.4342s-1.4342.6421-1.4342,1.4341.6421,1.4342,1.4341,1.4342h0c.0746-.001.149-.0086.2224-.0225l2.1612,13.7793"/><path class="c" d="m35.9592,25.2214c-1.8814-3.3255-5.7466-8.1152-12.9323-12.5376-.0573-.0325-.1276-.0325-.1849,0-7.2057,4.4224-11.0584,9.0671-12.9423,12.3927-2.2137,3.9202-.9494,8.6399,3.0732,10.6387.8398.4286,1.7765.6318,2.7184.5897.1967-.0106.3927-.0314.5872-.0625,1.6145-.2535,3.1041-1.0211,4.2475-2.1887l.1624-.1674c.1399-.143.3693-.1455.5123-.0056.0781.0764.1176.1841.1073.2929-.1724,1.8364-.4997,4.5923-1.9089,6.3437-.2884.3398-.2467.8491.0931,1.1375.1444.1225.3272.1904.5166.1917h5.8116c.4443-.0027.8023-.3651.7996-.8094-.0011-.1897-.0693-.373-.1925-.5173-1.4242-1.7714-1.749-4.5673-1.9189-6.4037-.0151-.1649.1063-.3108.2712-.326.0933-.0086.1852.027.2485.0961,1.0004,1.1129,2.3023,1.9114,3.7478,2.2986.4505.1209.9088.2102,1.3717.2673.9418.041,1.8782-.1621,2.7184-.5897,4.0351-1.9988,5.2969-6.7285,3.0932-10.6412h0Z"/></svg>
Copied!