Ufficiopostale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ufficiopostale 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/349020.svg" alt="Ufficiopostale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349020.svg" alt="Ufficiopostale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349020.svg" alt="Ufficiopostale icon" :width="24" :height="24" />
CSS background
.icon-ufficiopostale {
background-image: url('https://proicons.com/icon/349020.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><g><path class="b" d="M12.3461,32v-15.9991h5.3417c3.0817,0,5.5471,2.3999,5.5471,5.3997s-2.4654,5.3997-5.5471,5.3997h-5.3417"/><g><path class="b" d="M24.7654,16h10.8885"/><path class="b" d="M30.3124,31.9989v-15.9989"/></g></g></svg>
Copied!