Parsec Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parsec 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/330991.svg" alt="Parsec icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330991.svg" alt="Parsec icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330991.svg" alt="Parsec icon" :width="24" :height="24" />
CSS background
.icon-parsec {
background-image: url('https://proicons.com/icon/330991.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m18.2595,15.6778v12.7029l8.2933,5.0812v-12.7029l-8.2933-5.0812Z"/><path class="c" d="m11.8796,8.6908c0-1.9054,1.9139-1.9054,3.1898-1.2703l15.9482,8.8921c2.5518,1.2703,2.5518,1.9054,2.5518,5.7163v19.0544c0,1.9054-1.9139,3.1757-3.8276,1.9054l-16.587-10.1624c-1.2759-.6351-1.2759-1.9054-1.2759-3.8109l.0007-20.3246Z"/><path class="c" d="m20.9546,17.3294l.0002,9.1456,5.5971,3.2688"/><path class="c" d="m14.4314,7.1733v-1.0231c0-1.9054,1.9139-1.9054,3.1898-1.2703l15.9482,8.892c2.5518,1.2703,2.5518,1.9054,2.5518,5.7163v19.0544c0,1.4918-1.1731,2.5942-2.6008,2.393"/></svg>
Copied!