Popl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Popl 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/331502.svg" alt="Popl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331502.svg" alt="Popl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331502.svg" alt="Popl icon" :width="24" :height="24" />
CSS background
.icon-popl {
background-image: url('https://proicons.com/icon/331502.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="13" cy="24" r="4"/><circle class="c" cx="33" cy="24" r="4"/><path class="c" d="M39,16v12"/><path class="c" d="M9,24v8"/><path class="c" d="M29,24v8"/><path class="c" d="M23,26.667v1.3333"/><path class="c" d="M24.71,26.038l.8608,1.026"/><path class="c" d="M20.429,27.064l.8608-1.026"/><path class="c" d="M25.621,24.462l1.3182.2324"/><path class="c" d="M19.061,24.695l1.3182-.2324"/><path class="c" d="M25.309,22.667l1.1554-.667"/><path class="c" d="M25.308,22.668l.0008-.0005"/><path class="c" d="M19.536,22l1.16.6698"/><path class="c" d="M23.912,21.495l.4561-1.2533"/><path class="c" d="M21.632,20.241l.4564,1.2539"/></svg>
Copied!