Rave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rave 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/346505.svg" alt="Rave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346505.svg" alt="Rave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346505.svg" alt="Rave icon" :width="24" :height="24" />
CSS background
.icon-rave {
background-image: url('https://proicons.com/icon/346505.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="20.7912 28.9764 17.0354 19.0236 13.2796 28.9764"/><polygon class="c" points="29.063 19.0236 25.3072 28.9764 21.5515 19.0236 29.063 19.0236"/><path class="c" d="M8.5,22.7794c0-2.0743,1.6815-3.7558,3.7558-3.7558h0"/><line class="c" x1="8.5" y1="19.0236" x2="8.5" y2="28.9764"/><path class="c" d="M39.0076,27.0811c-.6469,1.1322-1.866,1.8953-3.2633,1.8953h0c-2.0743,0-3.7558-1.6815-3.7558-3.7558v-2.4413c0-2.0743,1.6815-3.7558,3.7558-3.7558h0c2.0743,0,3.7558,1.6815,3.7558,3.7558v1.2206s-7.5115,0-7.5115,0"/><path id="b" class="c" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!