Rage Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rage 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/306315.svg" alt="Rage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306315.svg" alt="Rage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306315.svg" alt="Rage icon" :width="24" :height="24" />
CSS background
.icon-rage {
background-image: url('https://proicons.com/icon/306315.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433zm251-595l-167 75 27 61c-15 7-28 19-37 34-22 40-8 90 32 113 12 7 26 10 40 10 29 0 57-15 72-42 22-40 8-90-31-112-21-12-44-14-65-7l157-71-28-61zM433 717l30 60c1 0 87-42 141-3l40-54c-87-64-206-5-211-3zm-44-243l28-61-168-75-27 61 156 71c-8-3-16-4-24-4-46 0-83 37-83 83s37 82 83 82 83-37 83-82c0-33-20-62-48-75zm-38 60c1 0 2-1 3-1h1c-1 1-3 1-4 1z"/></svg>
Copied!