Fastrack Reflex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fastrack Reflex 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/325735.svg" alt="Fastrack Reflex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325735.svg" alt="Fastrack Reflex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325735.svg" alt="Fastrack Reflex icon" :width="24" :height="24" />
CSS background
.icon-fastrack-reflex {
background-image: url('https://proicons.com/icon/325735.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="e" cx="24" cy="24" r="21.5"/><path id="d" class="e" d="m36.0808,11.9683c7.0348.673-5.3377-6.8331-11.8776,2.7321-2.8675,4.194-8.0122,9.421-11.8285,9.0412-5.7654-.5737-9.4589,5.6078-5.5054,2.8921,7.153-4.9136,11.5754,7.1824,4.9434,9.1977-2.4235.7364,1.4014,2.882,4.3799-1.1045,3.6507-4.886,8.2377-5.7633,12.7655-6.1368,7.4762-.6168,13.0998-2.9786,8.7367-2.8576-9.9078.5515-9.2841-3.1659-9.2815-6.809.0032-4.4151,1.797-7.3194,7.6675-6.9553Z"/></svg>
Copied!