Paridroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paridroid 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/345532.svg" alt="Paridroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345532.svg" alt="Paridroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345532.svg" alt="Paridroid icon" :width="24" :height="24" />
CSS background
.icon-paridroid {
background-image: url('https://proicons.com/icon/345532.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M19.8421,18.293c.2838,2.6019,1.2242,7.4259,2.7706,11.4139"/><path id="c" class="f" d="M18.411,18.293c.2775,2.8517.9784,8.3647,1.7761,11.4139"/><path id="d" class="f" d="M14.8323,18.293c-.2838,2.6019-1.2242,7.4259-2.7706,11.4139"/><path id="e" class="f" d="M16.2634,18.293c-.2775,2.8517-.9784,8.3647-1.7761,11.4139"/><line class="f" x1="34.0472" y1="18.293" x2="34.0472" y2="29.707"/><path class="f" d="M4.5,29.707v-11.4139h3.7367c2.1125,0,3.825,1.7162,3.825,3.8333s-1.7125,3.8333-3.825,3.8333h-3.7367"/><path class="f" d="M24.6021,29.707v-11.4139h3.7367c2.1125,0,3.825,1.7162,3.825,3.8333s-1.7125,3.8333-3.825,3.8333h-3.7367"/><line class="f" x1="28.3388" y1="25.9596" x2="32.0752" y2="29.7041"/><path class="f" d="M43.5,23.0655h-7.2037v-2.3583c0-1.3333,1.0832-2.4141,2.4193-2.4141s2.4193,1.0808,2.4193,2.4141v2.3583"/><path class="f" d="M38.6826,24.9345c-1.3179,0-2.3862,1.0683-2.3862,2.3862h0c0,1.3179,1.0683,2.3862,2.3862,2.3862h2.4312c1.3179,0,2.3862-1.0683,2.3862-2.3862h0c0-1.3179-1.0683-2.3862-2.3862-2.3862v2.3862"/></svg>
Copied!