Portarius Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Portarius 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/346065.svg" alt="Portarius icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346065.svg" alt="Portarius icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346065.svg" alt="Portarius icon" :width="24" :height="24" />
CSS background
.icon-portarius {
background-image: url('https://proicons.com/icon/346065.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m4.5,34.0159h30.8216c5.2374.0313,8.2235-5.0809,8.1779-10.2669v-9.7651H12.1624c-3.8653,0-7.6625,2.903-7.6625,9.7651v10.2669Z"/><path id="d" class="f" d="m12.9871,13.9839c4.3331,0,8.2122,2.3942,8.2122,7.7311v12.301"/><path id="e" class="f" d="m26.594,13.9839v12.1292c-.0883,4.6296,4.2272,7.9029,7.2501,7.9029"/></svg>
Copied!