Fi Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Fi 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/314308.svg" alt="Fi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314308.svg" alt="Fi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314308.svg" alt="Fi icon" :width="24" :height="24" />
CSS background
.icon-fi {
background-image: url('https://proicons.com/icon/314308.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>Fi</title><path d="M14.908 4.621c0-1.749 1.472-3.162 3.286-3.162 1.813 0 3.287 1.416 3.287 3.162s-1.472 3.162-3.287 3.162c-1.816 0-3.286-1.414-3.286-3.162zM24 17.077h-.735c-1.507 0-2.267-1.069-2.267-2.753v-3.162h-5.569v4.482c0 4.869 3.228 6.913 6.353 6.913H24ZM5.578 18.581c0-1.628.901-2.369 2.731-2.369h4.541v-5.064H5.578V9.057c0-1.654 1.427-2.552 3.132-2.552h4.133V1.443H7.289C2.925 1.443 0 3.753 0 8.594v13.95h5.578Z"/></svg>
Copied!