Formula 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Formula 1 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/340723.svg" alt="Formula 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340723.svg" alt="Formula 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340723.svg" alt="Formula 1 icon" :width="24" :height="24" />
CSS background
.icon-formula-1 {
background-image: url('https://proicons.com/icon/340723.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="44.5 18.306 38.578 18.306 27.189 29.694 33.111 29.694 44.5 18.306"/><path class="a" d="M38.5778,18.3056H17.7884a7,7,0,0,0-4.95,2.05L3.5,29.6944H9.4222L15.99,23.127a3.5,3.5,0,0,1,2.4749-1.0251H34.7815"/><path class="a" d="M9.4222,29.6944h5.9222l3.357-3.3569a1.5,1.5,0,0,1,1.0607-.4394H30.9852"/></svg>
Copied!