Brand Fastrack Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Fastrack 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/305121.svg" alt="Brand Fastrack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305121.svg" alt="Brand Fastrack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305121.svg" alt="Brand Fastrack icon" :width="24" :height="24" />
CSS background
.icon-brand-fastrack {
background-image: url('https://proicons.com/icon/305121.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="M137 907c77-19 126-66 141-144 12-67-12-123-65-163-69-52-141-48-213-3 34-49 85-68 139-69 114-3 201-59 278-135 76-74 145-155 222-227 106-98 256-97 361-4-54-24-110-34-168-19-59 15-105 48-138 100-53 83-47 191 15 265 59 71 162 116 289 59-49 50-109 60-170 69-82 11-164 19-245 36-117 24-213 87-295 172-50 52-90 67-151 63z"/></svg>
Copied!