flutter icon logo
flutter-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- flutter-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×284
- License
- CC0
Use the flutter icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 284"><defs><radialGradient id="SVGXxQ1kd1i" cx="2.814%" cy="6.818%" r="151.475%" fx="2.814%" fy="6.818%" gradientTransform="matrix(1 0 0 .8077 0 .013)"><stop offset="0%" stop-color="#fff" stop-opacity=".1"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></radialGradient><linearGradient id="SVGL0EyQbrD" x1="19.657%" x2="69.874%" y1="81.493%" y2="47.643%"><stop offset="0%" stop-color="#1a237e" stop-opacity=".4"/><stop offset="100%" stop-color="#1a237e" stop-opacity="0"/></linearGradient></defs><path fill="#54c5f8" d="M228.864 130.789h-87.187l-76.278 76.296l43.585 43.584zM43.603 185.284L0 141.681L141.681 0h87.187z"/><path fill="#01579b" d="m108.988 250.67l32.693 32.693h87.187l-76.295-76.277z"/><path fill="url(#SVGL0EyQbrD)" d="m108.988 250.67l64.658-22.383l-21.073-21.201z"/><path fill="#29b6f6" d="m108.982 163.478l-43.586 43.585l43.586 43.586l43.585-43.586z"/><path fill="url(#SVGXxQ1kd1i)" d="m228.868 130.79l-76.277 76.277l76.277 76.296h-87.187l-32.693-32.693l-43.602-43.603l76.295-76.278zM141.681 0L0 141.681l43.603 43.603L228.868 0z"/></svg>
React
import type { SVGProps } from "react";
export function LogosFlutterIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 284"><defs><radialGradient id="SVGXxQ1kd1i" cx="2.814%" cy="6.818%" r="151.475%" fx="2.814%" fy="6.818%" gradientTransform="matrix(1 0 0 .8077 0 .013)"><stop offset="0%" stopColor="#fff" stopOpacity=".1"/><stop offset="100%" stopColor="#fff" stopOpacity="0"/></radialGradient><linearGradient id="SVGL0EyQbrD" x1="19.657%" x2="69.874%" y1="81.493%" y2="47.643%"><stop offset="0%" stopColor="#1a237e" stopOpacity=".4"/><stop offset="100%" stopColor="#1a237e" stopOpacity="0"/></linearGradient></defs><path fill="#54c5f8" d="M228.864 130.789h-87.187l-76.278 76.296l43.585 43.584zM43.603 185.284L0 141.681L141.681 0h87.187z"/><path fill="#01579b" d="m108.988 250.67l32.693 32.693h87.187l-76.295-76.277z"/><path fill="url(#SVGL0EyQbrD)" d="m108.988 250.67l64.658-22.383l-21.073-21.201z"/><path fill="#29b6f6" d="m108.982 163.478l-43.586 43.585l43.586 43.586l43.585-43.586z"/><path fill="url(#SVGXxQ1kd1i)" d="m228.868 130.79l-76.277 76.277l76.277 76.296h-87.187l-32.693-32.693l-43.602-43.603l76.295-76.278zM141.681 0L0 141.681l43.603 43.603L228.868 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 284"><defs><radialGradient id="SVGXxQ1kd1i" cx="2.814%" cy="6.818%" r="151.475%" fx="2.814%" fy="6.818%" gradientTransform="matrix(1 0 0 .8077 0 .013)"><stop offset="0%" stop-color="#fff" stop-opacity=".1"/><stop offset="100%" stop-color="#fff" stop-opacity="0"/></radialGradient><linearGradient id="SVGL0EyQbrD" x1="19.657%" x2="69.874%" y1="81.493%" y2="47.643%"><stop offset="0%" stop-color="#1a237e" stop-opacity=".4"/><stop offset="100%" stop-color="#1a237e" stop-opacity="0"/></linearGradient></defs><path fill="#54c5f8" d="M228.864 130.789h-87.187l-76.278 76.296l43.585 43.584zM43.603 185.284L0 141.681L141.681 0h87.187z"/><path fill="#01579b" d="m108.988 250.67l32.693 32.693h87.187l-76.295-76.277z"/><path fill="url(#SVGL0EyQbrD)" d="m108.988 250.67l64.658-22.383l-21.073-21.201z"/><path fill="#29b6f6" d="m108.982 163.478l-43.586 43.585l43.586 43.586l43.585-43.586z"/><path fill="url(#SVGXxQ1kd1i)" d="m228.868 130.79l-76.277 76.277l76.277 76.296h-87.187l-32.693-32.693l-43.602-43.603l76.295-76.278zM141.681 0L0 141.681l43.603 43.603L228.868 0z"/></svg> </template>
CSS
.icon-flutter-icon {
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%20284%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGXxQ1kd1i%22%20cx%3D%222.814%25%22%20cy%3D%226.818%25%22%20r%3D%22151.475%25%22%20fx%3D%222.814%25%22%20fy%3D%226.818%25%22%20gradientTransform%3D%22matrix(1%200%200%20.8077%200%20.013)%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%22.1%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGL0EyQbrD%22%20x1%3D%2219.657%25%22%20x2%3D%2269.874%25%22%20y1%3D%2281.493%25%22%20y2%3D%2247.643%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%231a237e%22%20stop-opacity%3D%22.4%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%231a237e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2354c5f8%22%20d%3D%22M228.864%20130.789h-87.187l-76.278%2076.296l43.585%2043.584zM43.603%20185.284L0%20141.681L141.681%200h87.187z%22%2F%3E%3Cpath%20fill%3D%22%2301579b%22%20d%3D%22m108.988%20250.67l32.693%2032.693h87.187l-76.295-76.277z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGL0EyQbrD)%22%20d%3D%22m108.988%20250.67l64.658-22.383l-21.073-21.201z%22%2F%3E%3Cpath%20fill%3D%22%2329b6f6%22%20d%3D%22m108.982%20163.478l-43.586%2043.585l43.586%2043.586l43.585-43.586z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXxQ1kd1i)%22%20d%3D%22m228.868%20130.79l-76.277%2076.277l76.277%2076.296h-87.187l-32.693-32.693l-43.602-43.603l76.295-76.278zM141.681%200L0%20141.681l43.603%2043.603L228.868%200z%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%20256%20284%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGXxQ1kd1i%22%20cx%3D%222.814%25%22%20cy%3D%226.818%25%22%20r%3D%22151.475%25%22%20fx%3D%222.814%25%22%20fy%3D%226.818%25%22%20gradientTransform%3D%22matrix(1%200%200%20.8077%200%20.013)%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%22.1%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGL0EyQbrD%22%20x1%3D%2219.657%25%22%20x2%3D%2269.874%25%22%20y1%3D%2281.493%25%22%20y2%3D%2247.643%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%231a237e%22%20stop-opacity%3D%22.4%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%231a237e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2354c5f8%22%20d%3D%22M228.864%20130.789h-87.187l-76.278%2076.296l43.585%2043.584zM43.603%20185.284L0%20141.681L141.681%200h87.187z%22%2F%3E%3Cpath%20fill%3D%22%2301579b%22%20d%3D%22m108.988%20250.67l32.693%2032.693h87.187l-76.295-76.277z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGL0EyQbrD)%22%20d%3D%22m108.988%20250.67l64.658-22.383l-21.073-21.201z%22%2F%3E%3Cpath%20fill%3D%22%2329b6f6%22%20d%3D%22m108.982%20163.478l-43.586%2043.585l43.586%2043.586l43.585-43.586z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXxQ1kd1i)%22%20d%3D%22m228.868%20130.79l-76.277%2076.277l76.277%2076.296h-87.187l-32.693-32.693l-43.602-43.603l76.295-76.278zM141.681%200L0%20141.681l43.603%2043.603L228.868%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/flutter-icon.svg?color=%231a73e8&size=48