Tri Rose Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tri Rose 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/334258.svg" alt="Tri Rose icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334258.svg" alt="Tri Rose icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334258.svg" alt="Tri Rose icon" :width="24" :height="24" />
CSS background
.icon-tri-rose {
background-image: url('https://proicons.com/icon/334258.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.0839,19.1392A17.2428,17.2428,0,0,0,24,26.0583a17.278,17.278,0,0,0,20.5-6.6608A17.2432,17.2432,0,0,0,33.0839,19.1392Z"/><path class="a" d="M33.3876,32.56A17.2434,17.2434,0,0,0,24,26.0583,17.278,17.278,0,0,0,36.67,43.4967,17.2439,17.2439,0,0,0,33.3876,32.56Z"/><path class="a" d="M20.7179,36.9954A17.2431,17.2431,0,0,0,24,26.0583,17.2781,17.2781,0,0,0,11.33,43.4967,17.2435,17.2435,0,0,0,20.7179,36.9954Z"/><path class="a" d="M12.584,26.3166A17.243,17.243,0,0,0,24,26.0583,17.2779,17.2779,0,0,0,3.5,19.3975,17.2431,17.2431,0,0,0,12.584,26.3166Z"/><path class="a" d="M20.2266,15.2809A17.2432,17.2432,0,0,0,24,26.0583a17.2783,17.2783,0,0,0,0-21.555A17.2437,17.2437,0,0,0,20.2266,15.2809Z"/></svg>
Copied!