Publicroam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Publicroam 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/331702.svg" alt="Publicroam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331702.svg" alt="Publicroam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331702.svg" alt="Publicroam icon" :width="24" :height="24" />
CSS background
.icon-publicroam {
background-image: url('https://proicons.com/icon/331702.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="M23.4587,4.5c-7.2356,0-13.1014,5.8657-13.1015,13.1013,0,10.2531,10.0026,22.5911,12.6228,25.6214.2929.3359.8023.3717,1.1393.08l.08-.08c2.5861-3.0417,12.3608-15.3683,12.3608-25.6214,0-7.2356-5.8658-13.1013-13.1014-13.1013Z"/><path class="c" d="M23.0051,20.5558c0,1.5562,1.2616,2.8178,2.8178,2.8178h0c1.5562,0,2.8178-1.2616,2.8178-2.8178v-1.8316c0-1.5562-1.2616-2.8178-2.8178-2.8178h0c-1.5562,0-2.8178,1.2616-2.8178,2.8178"/><line class="c" x1="23.0051" y1="18.7243" x2="23.0051" y2="27.1776"/><path class="c" d="M25.8229,12.6016c-3.3815,0-6.1227,2.7412-6.1227,6.1227"/><path class="c" d="M25.8229,9.1781c-5.2722,0-9.5462,4.274-9.5462,9.5462"/></svg>
Copied!