Sanitas Portal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sanitas Portal 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/332393.svg" alt="Sanitas Portal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332393.svg" alt="Sanitas Portal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332393.svg" alt="Sanitas Portal icon" :width="24" :height="24" />
CSS background
.icon-sanitas-portal {
background-image: url('https://proicons.com/icon/332393.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:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><circle class="b" cx="25.8067" cy="19.475" r=".7"/><line class="c" x1="25.8067" y1="21.925" x2="25.8067" y2="27.225"/></g><path class="c" d="m7.2411,26.7778c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325h0c0-.7318-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><path class="c" d="m37.4691,26.7778c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325h0c0-.7318-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><g><path class="c" d="m28.2599,20.275v5.95c0,.5523.4477,1,1,1h.3"/><line class="c" x1="28.2599" y1="21.925" x2="29.3099" y2="21.925"/></g><g><path class="c" d="m23.0076,27.225v-3.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line class="c" x1="19.0076" y1="27.225" x2="19.0076" y2="21.925"/></g><g><path class="c" d="m16.7301,25.225c0,1.1046-.8886,2-1.9848,2h-.6966c-.7262,0-1.3149-.5932-1.3149-1.325s.5887-1.325,1.3149-1.325h1.6851s1,0,1,0"/><path class="c" d="m13.2338,22.45c.482-.4827.8197-.525,1.75-.525,1.0561,0,1.75.4645,1.75,1.7201v3.5799"/></g><g><path class="c" d="m35.4164,25.225c0,1.1046-.8886,2-1.9848,2h-.6966c-.7262,0-1.3149-.5932-1.3149-1.325s.5887-1.325,1.3149-1.325h1.6851s1,0,1,0"/><path class="c" d="m31.9201,22.45c.482-.4827.8197-.525,1.75-.525,1.0561,0,1.75.4645,1.75,1.7201v3.5799"/></g><line class="c" x1="24.7567" y1="21.925" x2="25.8067" y2="21.925"/></g><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!