Anime Salt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anime Salt 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/336359.svg" alt="Anime Salt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336359.svg" alt="Anime Salt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336359.svg" alt="Anime Salt icon" :width="24" :height="24" />
CSS background
.icon-anime-salt {
background-image: url('https://proicons.com/icon/336359.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="44.2746 24 12.2317 5.5 12.2317 42.5 44.2746 24"/><line class="c" x1="22.7149" y1="11.5525" x2="22.7149" y2="36.4387"/><line class="c" x1="27.6046" y1="20.445" x2="39.393" y2="26.8184"/><line class="c" x1="17.1318" y1="14.536" x2="17.1318" y2="19.5322"/><line class="c" x1="17.1318" y1="24.7686" x2="17.1318" y2="39.6709"/><polyline class="c" points="27.5732 27.7048 28.5174 27.1707 22.9127 24"/></svg>
Copied!