Yris Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yris 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/350077.svg" alt="Yris icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350077.svg" alt="Yris icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350077.svg" alt="Yris icon" :width="24" :height="24" />
CSS background
.icon-yris {
background-image: url('https://proicons.com/icon/350077.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="M11.0495,16.3419l12.7708,7.446"/><path class="c" d="M10.9846,31.285l25.9933-15.1823"/><path class="c" d="M18.1786,35.6086l18.8367-11.2549"/><path class="c" d="M42.2894,32.25V15.75c0-1.4291-.7624-2.7496-2-3.4641l-14.2894-8.25c-1.2376-.7145-2.7624-.7145-4,0L7.7106,12.2859c-1.2376.7145-2,2.035-2,3.4641v16.5c0,1.4291.7624,2.7496,2,3.4641l14.2894,8.25c1.2376.7145,2.7624.7145,4,0l14.2894-8.25c1.2376-.7145,2-2.035,2-3.4641Z"/></svg>
Copied!