Plattino Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plattino 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/331362.svg" alt="Plattino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331362.svg" alt="Plattino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331362.svg" alt="Plattino icon" :width="24" :height="24" />
CSS background
.icon-plattino {
background-image: url('https://proicons.com/icon/331362.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M34.2942,23.6906c-3.6332,5.0365-11.1878,5.7958-16.8779,1.7012-5.6804-4.1041-7.3432-11.5146-3.7101-16.5511,3.6332-5.0365,11.1878-5.8054,16.8683-1.7012,5.69,4.1041,7.3528,11.505,3.7197,16.5511Z"/><path class="c" d="M24.4904,19.3173c-1.509,8.016-3.0084,16.0225-1.98,19.5595s4.5943,2.5951,7.1606,2.3741c2.5663-.2115,4.133.3076,5.6997.817"/><path class="c" d="M12.6009,43.5c.3396-.2307.7048-.362,1.0957-.3941"/><path class="c" d="M17.1664,42.0102c.346-.2179.8618-.3941,1.5475-.5286"/></svg>
Copied!