flutter logo
flutter-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.
- Name
- flutter-light
- Set
- Skill Icons
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the flutter logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#44d1fd" d="M144.934 38.062L200.709 38l-93.575 93.526l-24.387 24.251L55 127.996zm-.519 83.507c.724-.956 2.056-.484 3.067-.607l53.179.013l-48.467 48.42l-27.891-27.72z"/><path fill="#1fbcfd" d="m96.501 169.442l27.802-27.767l27.891 27.72l.116.123l-28 27.74z"/><path fill="#08589c" d="m124.31 197.258l28-27.74l48.371 48.419c-18.22.041-36.434-.014-54.647.027c-1.038.232-1.68-.717-2.343-1.304z"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsFlutterLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#44d1fd" d="M144.934 38.062L200.709 38l-93.575 93.526l-24.387 24.251L55 127.996zm-.519 83.507c.724-.956 2.056-.484 3.067-.607l53.179.013l-48.467 48.42l-27.891-27.72z"/><path fill="#1fbcfd" d="m96.501 169.442l27.802-27.767l27.891 27.72l.116.123l-28 27.74z"/><path fill="#08589c" d="m124.31 197.258l28-27.74l48.371 48.419c-18.22.041-36.434-.014-54.647.027c-1.038.232-1.68-.717-2.343-1.304z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="#44d1fd" d="M144.934 38.062L200.709 38l-93.575 93.526l-24.387 24.251L55 127.996zm-.519 83.507c.724-.956 2.056-.484 3.067-.607l53.179.013l-48.467 48.42l-27.891-27.72z"/><path fill="#1fbcfd" d="m96.501 169.442l27.802-27.767l27.891 27.72l.116.123l-28 27.74z"/><path fill="#08589c" d="m124.31 197.258l28-27.74l48.371 48.419c-18.22.041-36.434-.014-54.647.027c-1.038.232-1.68-.717-2.343-1.304z"/></g></svg> </template>
CSS
.icon-flutter-light {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2344d1fd%22%20d%3D%22M144.934%2038.062L200.709%2038l-93.575%2093.526l-24.387%2024.251L55%20127.996zm-.519%2083.507c.724-.956%202.056-.484%203.067-.607l53.179.013l-48.467%2048.42l-27.891-27.72z%22%2F%3E%3Cpath%20fill%3D%22%231fbcfd%22%20d%3D%22m96.501%20169.442l27.802-27.767l27.891%2027.72l.116.123l-28%2027.74z%22%2F%3E%3Cpath%20fill%3D%22%2308589c%22%20d%3D%22m124.31%20197.258l28-27.74l48.371%2048.419c-18.22.041-36.434-.014-54.647.027c-1.038.232-1.68-.717-2.343-1.304z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2344d1fd%22%20d%3D%22M144.934%2038.062L200.709%2038l-93.575%2093.526l-24.387%2024.251L55%20127.996zm-.519%2083.507c.724-.956%202.056-.484%203.067-.607l53.179.013l-48.467%2048.42l-27.891-27.72z%22%2F%3E%3Cpath%20fill%3D%22%231fbcfd%22%20d%3D%22m96.501%20169.442l27.802-27.767l27.891%2027.72l.116.123l-28%2027.74z%22%2F%3E%3Cpath%20fill%3D%22%2308589c%22%20d%3D%22m124.31%20197.258l28-27.74l48.371%2048.419c-18.22.041-36.434-.014-54.647.027c-1.038.232-1.68-.717-2.343-1.304z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/flutter-light.svg?color=%231a73e8&size=48