Angel One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Angel One 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/336337.svg" alt="Angel One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336337.svg" alt="Angel One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336337.svg" alt="Angel One icon" :width="24" :height="24" />
CSS background
.icon-angel-one {
background-image: url('https://proicons.com/icon/336337.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><polygon class="c" points="8.8575 41.4461 12.215 35.6307 5.5 35.6307 8.8575 41.4461"/><polygon class="c" points="15.4566 41.4461 18.8141 35.6307 12.0991 35.6307 15.4566 41.4461"/><polygon class="c" points="22.1716 41.4461 25.5291 35.6307 18.8141 35.6307 22.1716 41.4461"/><polygon class="c" points="28.8866 41.4461 32.2441 35.6307 25.5291 35.6307 28.8866 41.4461"/></g><g><polygon class="c" points="12.0991 35.6307 15.4566 29.8154 8.7416 29.8154 12.0991 35.6307"/><polygon class="c" points="18.8141 35.6307 22.1716 29.8154 15.4566 29.8154 18.8141 35.6307"/><polygon class="c" points="25.5291 35.6307 28.8866 29.8154 22.1716 29.8154 25.5291 35.6307"/></g><g><polygon class="c" points="15.4566 29.8154 18.8141 24 12.0991 24 15.4566 29.8154"/><polygon class="c" points="22.1716 29.8154 25.5291 24 18.8141 24 22.1716 29.8154"/></g><polygon class="c" points="18.8141 24 22.1716 18.1846 15.4566 18.1846 18.8141 24"/><polygon class="c" points="18.8141 12.3693 35.6016 41.4461 42.5 41.4461 22.1716 6.5539 18.8141 12.3693"/></svg>
Copied!