Sortpuz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sortpuz 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/347654.svg" alt="Sortpuz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347654.svg" alt="Sortpuz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347654.svg" alt="Sortpuz icon" :width="24" :height="24" />
CSS background
.icon-sortpuz {
background-image: url('https://proicons.com/icon/347654.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><path class="c" d="m38.383,17.451v21.172c-.285,3.636-6.83,3.6-7.057.06l.06-21.291-.777-.957,8.492-.06-.718,1.076Zm.115-9.201l-12.414,5.867-.54,1.109-3.642-7.672,1.279.196,8.07-3.846m-3.633,15.96v21.171c-.285,3.636-6.83,3.601-7.057.06l.06-21.29-.777-.958,8.492-.06-.718,1.077Zm-10.765-2.39v21.171c-.285,3.636-6.83,3.601-7.057.06l.06-21.29-.777-.958,8.492-.06-.718,1.077Z"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!