flutter from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
flutter
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

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 640 640"><path fill="currentColor" d="M525.5 300.3L387.7 438.1L525.5 576H368L230.1 438.1L368 300.3zM368 64L112 320l78.8 78.8L525.5 64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsFlutter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M525.5 300.3L387.7 438.1L525.5 576H368L230.1 438.1L368 300.3zM368 64L112 320l78.8 78.8L525.5 64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M525.5 300.3L387.7 438.1L525.5 576H368L230.1 438.1L368 300.3zM368 64L112 320l78.8 78.8L525.5 64z"/></svg>
</template>

CSS

.icon-flutter {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M525.5%20300.3L387.7%20438.1L525.5%20576H368L230.1%20438.1L368%20300.3zM368%2064L112%20320l78.8%2078.8L525.5%2064z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M525.5%20300.3L387.7%20438.1L525.5%20576H368L230.1%20438.1L368%20300.3zM368%2064L112%20320l78.8%2078.8L525.5%2064z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/flutter.svg?color=%231a73e8&size=48