Apps2fire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apps2fire 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/321970.svg" alt="Apps2fire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321970.svg" alt="Apps2fire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321970.svg" alt="Apps2fire icon" :width="24" :height="24" />
CSS background
.icon-apps2fire {
background-image: url('https://proicons.com/icon/321970.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,.c{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}.b{fill:#000;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.2876,22.3c1.11-.45,3.09-1.05,3.69-.33s-.17,2.48-.92,3.8"/><path class="a" d="M11.8076,22.82c1.76,1.4,7,3.54,12.49,3.54a17,17,0,0,0,10.16-3.08"/><circle class="b" cx="21.9306" cy="30.8775" r="0.7"/><line class="a" x1="21.9306" y1="33.3275" x2="21.9306" y2="38.6275"/><path class="a" d="M17.8006,38.6275v-6.6a1.4,1.4,0,0,1,1.4-1.4h0a1.63,1.63,0,0,1,1.42.59"/><line class="a" x1="16.6206" y1="33.3275" x2="19.4206" y2="33.3275"/><path class="a" d="M24.0756,35.3275a2,2,0,0,1,2-2h0"/><line class="a" x1="24.0756" y1="33.3275" x2="24.0756" y2="38.6275"/><path class="a" d="M31.1194,37.6275a2,2,0,0,1-1.74,1h0a2,2,0,0,1-2-2v-1.29a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v.65h-4"/><path class="a" d="M17.3965,15.2038a6.6035,6.6035,0,0,1,13.207,0V18.32a.6914.6914,0,0,1-.6787.6876H18.0927a.6918.6918,0,0,1-.6958-.6876h0Z"/><path class="c" d="M28.7272,10.5933,30.5,8.8209"/><path class="c" d="M19.2727,10.5933,17.5,8.8209"/><circle class="b" cx="21.1441" cy="14.1584" r="0.75"/><circle class="b" cx="26.8675" cy="14.1584" r="0.75"/></svg>
Copied!