Parimatchru Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parimatchru 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/330974.svg" alt="Parimatchru icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330974.svg" alt="Parimatchru icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330974.svg" alt="Parimatchru icon" :width="24" :height="24" />
CSS background
.icon-parimatchru {
background-image: url('https://proicons.com/icon/330974.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="M12.5611,4.5H32.898a1.2628,1.2628,0,0,1,1.1589,1.7945l-4.173,14.14a2.5311,2.5311,0,0,1-2.2181,1.7945H7.3289A1.2628,1.2628,0,0,1,6.17,20.4343l4.173-14.14A2.5309,2.5309,0,0,1,12.5611,4.5Z"/><path class="a" d="M20.3342,25.7712H40.6711A1.2628,1.2628,0,0,1,41.83,27.5657l-4.173,14.14A2.5309,2.5309,0,0,1,35.4389,43.5H15.102a1.2628,1.2628,0,0,1-1.1589-1.7945l4.173-14.14A2.5311,2.5311,0,0,1,20.3342,25.7712Z"/></svg>
Copied!