Forcedoze Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forcedoze 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/326145.svg" alt="Forcedoze icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326145.svg" alt="Forcedoze icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326145.svg" alt="Forcedoze icon" :width="24" :height="24" />
CSS background
.icon-forcedoze {
background-image: url('https://proicons.com/icon/326145.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect x="8.5" y="4.5" width="31" height="39" rx="4" ry="4" style="fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#000"/><path class="d" d="m15.169 20.765-3.192 5.694c-.801 1.43-1.107 3.013-.033 3.851 1.132.884 2.646.44 3.318-.736l3.11-5.437h11.257"/><path class="d" d="m30.473 6.583-2.024 3.614"/><path class="d" d="m32.831 20.765 3.192 5.694c.801 1.43 1.107 3.013.033 3.851-1.132.884-2.646.44-3.318-.736l-3.11-5.437"/><path class="d" d="m15.191 20.517c-.455-7.232 3.097-11.13 8.809-11.13s9.264 3.898 8.81 11.13c-1.37 1.276-4.492 2.271-8.81 2.271s-7.44-.995-8.81-2.27z"/><path class="d" d="m17.527 6.583 2.024 3.614"/><path class="d" d="m26.315 15.499c.31.96 1.759.986 2.071 0"/><path class="d" d="m21.685 15.499c-.31.96-1.759.986-2.071 0"/><path class="d" d="m8.5 24.137h4.78"/><path class="d" d="m34.72 24.137h4.78"/></svg>
Copied!