Parro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parro 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/345549.svg" alt="Parro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345549.svg" alt="Parro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345549.svg" alt="Parro icon" :width="24" :height="24" />
CSS background
.icon-parro {
background-image: url('https://proicons.com/icon/345549.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="M22.2921,5.9382c-.5287.0583-1.0497.1431-1.563.2512-1.2517.2636-2.5448.2603-3.78-.072-1.7801-.479-3.605-1.0432-5.0907-1.5269-1.4883-.4845-2.8217,1.0674-2.1337,2.4732.3923.8017.7406,1.3082.7406,1.3082-.7814-.1501-1.4925-.2969-2.1388-.4391-1.845-.4058-2.9779,1.9427-1.5161,3.1394,1.0505.8599,2.1285,1.6481,3.0695,2.3-1.6663,2.381-2.7613,5.1812-3.0669,8.1902-.5558,5.4731,1.4088,10.4923,4.8663,14.0561.6472.6671.906,1.6274.6968,2.533-.3315,1.4347-.7642,2.7762-1.3323,3.8108-.4048.7372.2163,1.6123,1.0535,1.5326,5.4527-.5192,11.9745-2.7751,15.4599-7.7007v-12.3973h14.3002c0-10.3608-8.9684-18.6268-19.5654-17.4586Z"/><path class="c" d="M27.5573,26.2383c3.1979.892,7.7118.8379,7.7118.8379-.6487,3.8111-4.0983,7.219-7.7118,8.718"/><circle class="c" cx="18.511" cy="19.1296" r="6.1086"/><circle class="c" cx="20.2205" cy="19.6526" r="2.1718"/><line class="c" x1="27.5573" y1="23.3969" x2="27.5573" y2="6.1321"/></svg>
Copied!