Presencepublisher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Presencepublisher 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/331574.svg" alt="Presencepublisher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331574.svg" alt="Presencepublisher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331574.svg" alt="Presencepublisher icon" :width="24" :height="24" />
CSS background
.icon-presencepublisher {
background-image: url('https://proicons.com/icon/331574.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="cls-1" x1="24" y1="21.06" x2="24" y2="17.43"/><path class="cls-1" d="M38.72,27.49A15.68,15.68,0,0,0,30,18.34"/><path class="cls-1" d="M43.5,25.77A20.74,20.74,0,0,0,28.74,12.61"/><path class="cls-1" d="M9.28,27.49A15.68,15.68,0,0,1,18,18.34"/><path class="cls-1" d="M4.5,25.77A20.74,20.74,0,0,1,19.26,12.61"/><polygon class="cls-1" points="24 12.61 25.79 17.19 24 17.19 22.23 17.19 24 12.61"/><circle class="cls-1" cx="24" cy="30.56" r="4.84"/></svg>
Copied!