fls logo
fls from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- fls
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the fls logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.351 15.937c3.307.838 4.021 2.44 3.96 3.138l-3.96 1.923h-.787a2.55 2.55 0 0 1-2.559-2.53c0-1.401 1.147-2.531 2.559-2.531zm3.116.185l-6.406-3.16c-.45-2.666 1.67-3.25 3.2-3.206c.4.006.788.14 1.142.32a670 670 0 0 0 6.062 3.049c1.89.928 2.024 2.384 1.856 2.997l-4.207 2.064a3.7 3.7 0 0 0-1.647-2.064"/><path fill="currentColor" d="M14.73 12.478L3.004 6.658c0-2.925 2.16-3.656 3.324-3.656c.933 0 1.625.23 1.856.349c2.682 1.304 8.435 4.105 9.97 4.87C20.072 9.177 21 9.779 21 11.37c0 1.462-.619 2.21-1.198 2.508c-.894.456-2.379 1.192-3.12 1.496a3.68 3.68 0 0 0-1.952-2.896"/></svg>
React
import type { SVGProps } from "react";
export function TokenFls(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.351 15.937c3.307.838 4.021 2.44 3.96 3.138l-3.96 1.923h-.787a2.55 2.55 0 0 1-2.559-2.53c0-1.401 1.147-2.531 2.559-2.531zm3.116.185l-6.406-3.16c-.45-2.666 1.67-3.25 3.2-3.206c.4.006.788.14 1.142.32a670 670 0 0 0 6.062 3.049c1.89.928 2.024 2.384 1.856 2.997l-4.207 2.064a3.7 3.7 0 0 0-1.647-2.064"/><path fill="currentColor" d="M14.73 12.478L3.004 6.658c0-2.925 2.16-3.656 3.324-3.656c.933 0 1.625.23 1.856.349c2.682 1.304 8.435 4.105 9.97 4.87C20.072 9.177 21 9.779 21 11.37c0 1.462-.619 2.21-1.198 2.508c-.894.456-2.379 1.192-3.12 1.496a3.68 3.68 0 0 0-1.952-2.896"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.351 15.937c3.307.838 4.021 2.44 3.96 3.138l-3.96 1.923h-.787a2.55 2.55 0 0 1-2.559-2.53c0-1.401 1.147-2.531 2.559-2.531zm3.116.185l-6.406-3.16c-.45-2.666 1.67-3.25 3.2-3.206c.4.006.788.14 1.142.32a670 670 0 0 0 6.062 3.049c1.89.928 2.024 2.384 1.856 2.997l-4.207 2.064a3.7 3.7 0 0 0-1.647-2.064"/><path fill="currentColor" d="M14.73 12.478L3.004 6.658c0-2.925 2.16-3.656 3.324-3.656c.933 0 1.625.23 1.856.349c2.682 1.304 8.435 4.105 9.97 4.87C20.072 9.177 21 9.779 21 11.37c0 1.462-.619 2.21-1.198 2.508c-.894.456-2.379 1.192-3.12 1.496a3.68 3.68 0 0 0-1.952-2.896"/></svg> </template>
CSS
.icon-fls {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.351%2015.937c3.307.838%204.021%202.44%203.96%203.138l-3.96%201.923h-.787a2.55%202.55%200%200%201-2.559-2.53c0-1.401%201.147-2.531%202.559-2.531zm3.116.185l-6.406-3.16c-.45-2.666%201.67-3.25%203.2-3.206c.4.006.788.14%201.142.32a670%20670%200%200%200%206.062%203.049c1.89.928%202.024%202.384%201.856%202.997l-4.207%202.064a3.7%203.7%200%200%200-1.647-2.064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.73%2012.478L3.004%206.658c0-2.925%202.16-3.656%203.324-3.656c.933%200%201.625.23%201.856.349c2.682%201.304%208.435%204.105%209.97%204.87C20.072%209.177%2021%209.779%2021%2011.37c0%201.462-.619%202.21-1.198%202.508c-.894.456-2.379%201.192-3.12%201.496a3.68%203.68%200%200%200-1.952-2.896%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.351%2015.937c3.307.838%204.021%202.44%203.96%203.138l-3.96%201.923h-.787a2.55%202.55%200%200%201-2.559-2.53c0-1.401%201.147-2.531%202.559-2.531zm3.116.185l-6.406-3.16c-.45-2.666%201.67-3.25%203.2-3.206c.4.006.788.14%201.142.32a670%20670%200%200%200%206.062%203.049c1.89.928%202.024%202.384%201.856%202.997l-4.207%202.064a3.7%203.7%200%200%200-1.647-2.064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.73%2012.478L3.004%206.658c0-2.925%202.16-3.656%203.324-3.656c.933%200%201.625.23%201.856.349c2.682%201.304%208.435%204.105%209.97%204.87C20.072%209.177%2021%209.779%2021%2011.37c0%201.462-.619%202.21-1.198%202.508c-.894.456-2.379%201.192-3.12%201.496a3.68%203.68%200%200%200-1.952-2.896%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/fls.svg?color=%231a73e8&size=48