Portauthority Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Portauthority 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/331507.svg" alt="Portauthority icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331507.svg" alt="Portauthority icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331507.svg" alt="Portauthority icon" :width="24" :height="24" />
CSS background
.icon-portauthority {
background-image: url('https://proicons.com/icon/331507.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><path class="b" d="M18.448,39.5v-2.9159h-2.2524v-3.0393h-5.7407V14.4548h27.09v19.09h-5.7413v3.0393h-2.2527v2.9154"/><line class="b" x1="18.448" y1="39.5" x2="29.551" y2="39.5"/><line class="b" x1="24" y1="18.841" x2="24" y2="14.455"/><line class="b" x1="21.778" y1="18.841" x2="21.778" y2="14.455"/><line class="b" x1="26.222" y1="18.841" x2="26.222" y2="14.455"/><line class="b" x1="30.659" y1="18.841" x2="30.659" y2="14.455"/><line class="b" x1="17.317" y1="18.841" x2="17.317" y2="14.455"/><line class="b" x1="28.444" y1="18.841" x2="28.444" y2="14.455"/><line class="b" x1="19.556" y1="18.841" x2="19.556" y2="14.455"/><polyline class="b" points="15.112 14.455 15.112 18.841 32.888 18.841 32.888 14.455"/><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!