Ui Fire Wall Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Fire Wall 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/306758.svg" alt="Ui Fire Wall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306758.svg" alt="Ui Fire Wall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306758.svg" alt="Ui Fire Wall icon" :width="24" :height="24" />
CSS background
.icon-ui-fire-wall {
background-image: url('https://proicons.com/icon/306758.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M520 0c21 20 40 38 61 54 85 70 181 113 290 127 30 3 60 5 90 5 10 0 13 3 11 12-14 71-32 141-53 210-3 8-6 11-15 11H531c-8 0-12 0-12-10V7c0-1 1-3 1-7zm-41 1c3 5 2 9 2 13v390c0 12-2 15-15 15H97c-10 0-14-3-18-13-20-67-38-134-50-203-2-15-2-15 13-16 31-3 63-4 95-8 110-14 208-57 292-131 17-15 33-31 50-47zm0 999c-21-19-43-37-63-56-138-130-237-286-308-461-10-26-10-26 18-26h342c10 0 13 2 13 13v518c0 4 1 7-2 12zm40-1v-14-514c0-11 2-14 14-14h356c9 0 11 1 8 11-79 208-204 384-373 528-1 0-2 1-5 3z"/></svg>
Copied!