Awful Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Awful 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/336826.svg" alt="Awful icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336826.svg" alt="Awful icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336826.svg" alt="Awful icon" :width="24" :height="24" />
CSS background
.icon-awful {
background-image: url('https://proicons.com/icon/336826.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M2.55,25.34c6.48-1.26,13.76-1.96,21.45-1.96s14.97.7,21.45,1.96"/><line class="b" x1="21.0818" y1="19.2967" x2="21.0818" y2="18.4977"/><circle class="b" cx="13.007" cy="14.8808" r="4.6262"/><circle class="b" cx="13.007" cy="14.8808" r="1.5"/><line class="b" x1="26.9182" y1="19.2967" x2="26.9182" y2="18.4977"/><circle class="b" cx="34.993" cy="14.8808" r="4.6262"/><circle class="b" cx="34.993" cy="14.8808" r="1.5"/><path class="b" d="M42.3438,12.7801c-1.0657-1.961-3.7633-4.5807-7.3508-5.0278s-5.0257,3.1963-10.993,3.1963-7.4055-3.6433-10.993-3.1963-6.2851,3.0667-7.3508,5.0278"/></svg>
Copied!