F1 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The F1 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/314274.svg" alt="F1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314274.svg" alt="F1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314274.svg" alt="F1 icon" :width="24" :height="24" />
CSS background
.icon-f1 {
background-image: url('https://proicons.com/icon/314274.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>F1</title><path d="M9.6 11.24h7.91L19.75 9H9.39c-2.85 0-3.62.34-5.17 1.81C2.71 12.3 0 15 0 15h3.38c.77-.75 2.2-2.13 2.85-2.75.92-.87 1.37-1.01 3.37-1.01zM20.39 9l-6 6H18l6-6h-3.61zm-3.25 2.61H9.88c-2.22 0-2.6.12-3.55 1.07C5.44 13.57 4 15 4 15h3.15l.75-.75c.49-.49.75-.55 1.78-.55h5.37l2.09-2.09z"/></svg>
F1 in other icon packs
Copied!