Boosty Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Boosty 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/313731.svg" alt="Boosty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313731.svg" alt="Boosty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313731.svg" alt="Boosty icon" :width="24" :height="24" />
CSS background
.icon-boosty {
background-image: url('https://proicons.com/icon/313731.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Boosty</title><path d="M2.661 14.337 6.801 0h6.362L11.88 4.444l-.038.077-3.378 11.733h3.15c-1.321 3.289-2.35 5.867-3.086 7.733-5.816-.063-7.442-4.228-6.02-9.155M8.554 24l7.67-11.035h-3.25l2.83-7.073c4.852.508 7.137 4.33 5.791 8.952C20.16 19.81 14.344 24 8.68 24h-.127z"/></svg>
Copied!