Plugshare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plugshare 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/331391.svg" alt="Plugshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331391.svg" alt="Plugshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331391.svg" alt="Plugshare icon" :width="24" :height="24" />
CSS background
.icon-plugshare {
background-image: url('https://proicons.com/icon/331391.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><ellipse class="b" cx="26.2692" cy="17.4151" rx="4.3931" ry="9.9011" transform="translate(-.2839 34.3942) rotate(-66.1387)"/><path class="b" d="M17.2143,13.4099c-3.5554,6.4266-7.5928,11.4733-3.4713,17.4032-1.6402,3.1542-1.0601,11.4698-1.0601,11.4698"/><path class="b" d="M35.324,21.4204c-2.9502,6.9535-4.4222,13.4722-13.1698,14.103-1.1751,2.2598-1.2106,7.169-1.1362,9.7713"/><line class="b" x1="22.6475" y1="14.2917" x2="27.1273" y2="16.514"/><line class="b" x1="21.6069" y1="16.3894" x2="26.0867" y2="18.6117"/><path class="b" d="M29.9766,17.618l-1.2301,2.2395c1.5876,.8411,2.5654,1.0409,2.986,.1367s-.4416-1.7769-1.7558-2.3762Z"/></svg>
Copied!