fonticons fi icon
fonticons-fi from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- fonticons-fi
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the fonticons fi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm12.719 1.906l-.688 1.281h-1.25l-.156.438l1 1.063l-.406 1.5s.289.351.312.343s1.407-.781 1.407-.781l1.375.781l.375-.344l-.438-1.5l1-1.093l-.219-.406h-1.218l-.688-1.282zm-5.344 1.813c-3.504 0-3.406 2.656-3.406 2.656v1.375H9.688v1.688h1.25v5.375l-1.25.156v1.156h5.874c-.015.02 0-1.125 0-1.125l-2.093-.219v-5.343h2.5l.5-1.688h-3V13s.168-.75.812-.75c.645 0 .75.594.75.594v.5l2.25-.313s.422-2.312-2.906-2.312m3.438 4.062l-.375 1.281l1.187.344c.145.04.25.164.25.313V21.5c0 .156-.125.281-.281.313l-.938.187v1.125h4.563v-1.094l-.532-.093a.36.36 0 0 1-.28-.344V14.78z"/></svg>
React
import type { SVGProps } from "react";
export function LaFonticonsFi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm12.719 1.906l-.688 1.281h-1.25l-.156.438l1 1.063l-.406 1.5s.289.351.312.343s1.407-.781 1.407-.781l1.375.781l.375-.344l-.438-1.5l1-1.093l-.219-.406h-1.218l-.688-1.282zm-5.344 1.813c-3.504 0-3.406 2.656-3.406 2.656v1.375H9.688v1.688h1.25v5.375l-1.25.156v1.156h5.874c-.015.02 0-1.125 0-1.125l-2.093-.219v-5.343h2.5l.5-1.688h-3V13s.168-.75.812-.75c.645 0 .75.594.75.594v.5l2.25-.313s.422-2.312-2.906-2.312m3.438 4.062l-.375 1.281l1.187.344c.145.04.25.164.25.313V21.5c0 .156-.125.281-.281.313l-.938.187v1.125h4.563v-1.094l-.532-.093a.36.36 0 0 1-.28-.344V14.78z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm12.719 1.906l-.688 1.281h-1.25l-.156.438l1 1.063l-.406 1.5s.289.351.312.343s1.407-.781 1.407-.781l1.375.781l.375-.344l-.438-1.5l1-1.093l-.219-.406h-1.218l-.688-1.282zm-5.344 1.813c-3.504 0-3.406 2.656-3.406 2.656v1.375H9.688v1.688h1.25v5.375l-1.25.156v1.156h5.874c-.015.02 0-1.125 0-1.125l-2.093-.219v-5.343h2.5l.5-1.688h-3V13s.168-.75.812-.75c.645 0 .75.594.75.594v.5l2.25-.313s.422-2.312-2.906-2.312m3.438 4.062l-.375 1.281l1.187.344c.145.04.25.164.25.313V21.5c0 .156-.125.281-.281.313l-.938.187v1.125h4.563v-1.094l-.532-.093a.36.36 0 0 1-.28-.344V14.78z"/></svg> </template>
CSS
.icon-fonticons-fi {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm12.719%201.906l-.688%201.281h-1.25l-.156.438l1%201.063l-.406%201.5s.289.351.312.343s1.407-.781%201.407-.781l1.375.781l.375-.344l-.438-1.5l1-1.093l-.219-.406h-1.218l-.688-1.282zm-5.344%201.813c-3.504%200-3.406%202.656-3.406%202.656v1.375H9.688v1.688h1.25v5.375l-1.25.156v1.156h5.874c-.015.02%200-1.125%200-1.125l-2.093-.219v-5.343h2.5l.5-1.688h-3V13s.168-.75.812-.75c.645%200%20.75.594.75.594v.5l2.25-.313s.422-2.312-2.906-2.312m3.438%204.062l-.375%201.281l1.187.344c.145.04.25.164.25.313V21.5c0%20.156-.125.281-.281.313l-.938.187v1.125h4.563v-1.094l-.532-.093a.36.36%200%200%201-.28-.344V14.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm12.719%201.906l-.688%201.281h-1.25l-.156.438l1%201.063l-.406%201.5s.289.351.312.343s1.407-.781%201.407-.781l1.375.781l.375-.344l-.438-1.5l1-1.093l-.219-.406h-1.218l-.688-1.282zm-5.344%201.813c-3.504%200-3.406%202.656-3.406%202.656v1.375H9.688v1.688h1.25v5.375l-1.25.156v1.156h5.874c-.015.02%200-1.125%200-1.125l-2.093-.219v-5.343h2.5l.5-1.688h-3V13s.168-.75.812-.75c.645%200%20.75.594.75.594v.5l2.25-.313s.422-2.312-2.906-2.312m3.438%204.062l-.375%201.281l1.187.344c.145.04.25.164.25.313V21.5c0%20.156-.125.281-.281.313l-.938.187v1.125h4.563v-1.094l-.532-.093a.36.36%200%200%201-.28-.344V14.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/fonticons-fi.svg?color=%231a73e8&size=48