Salatuk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Salatuk 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/332340.svg" alt="Salatuk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332340.svg" alt="Salatuk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332340.svg" alt="Salatuk icon" :width="24" :height="24" />
CSS background
.icon-salatuk {
background-image: url('https://proicons.com/icon/332340.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="M14.389,7.9945c1.8833,3.3065.7295,7.5137-2.577,9.397-1.0388.5916-2.2136.9028-3.409.903-1.0032-.0021-1.9939-.2229-2.903-.647,1.2561,1.6334,3.1975,2.5934,5.258,2.6,3.6793-.0022,6.6606-2.9857,6.66-6.665-.0002-2.2549-1.1397-4.3571-3.029-5.588M14.472,27.3335c.465-.838.747-2.308.748-3.892,0-1.876-.39-3.49-.948-4.2M12.591,19.9875c-.333.84-.543,2.076-.543,3.454.001,1.586.285,3.058.75,3.894M15.662,31.5055c.3899-.4713.6041-1.0633.606-1.675,0-1.132-.7229-2.1376-1.796-2.498M12.798,27.3355c-1.0717.3604-1.7939,1.3644-1.795,2.495,0,.615.217,1.21.61,1.682M11.613,31.5125c-1.032.991-1.655,2.674-1.659,4.479.003,1.536.456,2.996,1.244,4.013h4.872c.788-1.017,1.24-2.477,1.243-4.013,0-1.806-.62-3.491-1.651-4.486M31.582,21.4855c.163-.353.253-.808.252-1.28.001-1.063-.448-1.926-1.001-1.926-.554,0-1.003.863-1.002,1.927.001.471.092.926.256,1.277M30.087,21.4835c-.803.476-1.412,1.7-1.527,3.223-5.356.87-9.394,4.757-9.394,9.419,0,2.216-.088,4.255,1.444,5.88h20.448c1.532-1.625,1.441-3.664,1.441-5.88,0-4.663-4.036-8.548-9.392-9.419-.114-1.521-.722-2.743-1.524-3.221"/></svg>
Copied!