Appblock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appblock 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/336508.svg" alt="Appblock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336508.svg" alt="Appblock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336508.svg" alt="Appblock icon" :width="24" :height="24" />
CSS background
.icon-appblock {
background-image: url('https://proicons.com/icon/336508.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><polyline class="b" points="41.12 13.43 45.5 24 39.2 39.2 24 45.5 8.8 39.2 2.5 24 6.88 13.43"/><polyline class="b" points="7.89 11.01 8.8 8.8 24 2.5 39.2 8.8 40.11 11.01"/><polyline class="b" points="38.61 17.92 41.13 24 36.11 36.11 24 41.13 11.89 36.11 6.87 24 9.39 17.92"/><polyline class="b" points="11.65 12.48 11.89 11.89 24 6.87 36.11 11.89 36.35 12.48"/><line class="b" x1="16.14" y1="37.87" x2="14.69" y2="41.64"/><line class="b" x1="33.31" y1="41.64" x2="31.86" y2="37.87"/><polygon class="b" points="39.384 17.6008 24 24 8.616 17.6008 5.47 10.0638 24 17.3191 42.53 10.0638 39.384 17.6008"/><polygon class="b" points="33.7683 30.0421 24 34.6122 14.2317 30.0421 12.234 24.6596 24 29.841 35.766 24.6596 33.7683 30.0421"/></svg>
Copied!