Easy Fire Tools Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easy Fire Tools 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/339454.svg" alt="Easy Fire Tools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339454.svg" alt="Easy Fire Tools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339454.svg" alt="Easy Fire Tools icon" :width="24" :height="24" />
CSS background
.icon-easy-fire-tools {
background-image: url('https://proicons.com/icon/339454.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="5.558" y="8.2748" width="36.8841" height="24.9536" rx="1"/><path class="a" d="M18.9059,33.2284c-.2484,2.4069-.1384,4.8139-1.6242,6.4968H30.7183c-1.753-1.8729-1.8631-4.1951-2.1853-6.4968"/><path class="b" d="M31.9139,15.2214v11.225a1.8865,1.8865,0,0,0,1.8866,1.8866h.5659"/><path class="b" d="M25.73,28.3344V15.88a2.6412,2.6412,0,0,1,2.6412-2.6412h0a5.1507,5.1507,0,0,1,.8545.0657"/><line class="b" x1="23.5187" y1="18.3342" x2="33.8948" y2="18.3342"/><path class="a" d="M20.6148,26.4476a3.6521,3.6521,0,0,1-3.2076,1.8868,3.7847,3.7847,0,0,1-3.7736-3.7737V22.1079a3.7737,3.7737,0,1,1,7.5473,0v1.3207H13.6336"/></svg>
Copied!