Flutter Dash icon

Flutter Dash is a Google Material Symbol from the Actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

flutter_dash_outlined_fill0_wght400.svg

Flutter Dash icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=flutter_dash" />

<span class="material-symbols-outlined">flutter_dash</span>

Flutter Dash icon in React

// With the font from the HTML tab:
export function FlutterDashIcon() {
  return (
    <span className="material-symbols-outlined">
      flutter_dash
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FlutterDashIcon from "@material-symbols/svg-400/outlined/flutter_dash.svg?react";

Flutter Dash icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">flutter_dash</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FlutterDashIcon from "@material-symbols/svg-400/outlined/flutter_dash.svg?component"; -->

Flutter Dash icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">flutter_dash</mat-icon>

Flutter Dash icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.flutter_dash, fill: 0, weight: 400)

Flutter Dash icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/flutter_dash.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M7.375 16q-.075-.1 .488-.787T9.15 13.75q.825-.925 1.925-2.05 .3-.45 .825-.45t.875 .4q.3 .4 .225 .913T12.45 13.3q-1.375 .825-2.45 1.45-.95 .525-1.75 .938T7.375 16ZM10.75 23q-.125 0-.25-.05t-.2-.175q-.1-.15-.2-.412T10 21.75q0-.225 .025-.412t.075-.388q-.675-.125-1.137-.675T8.5 19q0-.1 .075-.525-1.85-.65-2.987-2.075T4.125 12.725q-.125 .125-.275 .2t-.35 .075q-.375 0-.937-.562T2 10q0-1.725 1.013-3.112T5 5.5q.325 0 .413 .288T5.5 6.35q.95-1.35 2.388-2.225T11.05 3.05q.15-.725 .725-1.137t1.225-.413v1q.1-.15 .25-.25 .125-.1 .313-.175t.437-.075q.25 0 .438 .075t.312 .175q.15 .1 .25 .25-.375 0-.625 .225t-.325 .55q1.35 .35 2.5 1.15t1.95 1.925q0-.275 .088-.562T19 5.5q.975 0 1.988 1.388T22 10q0 1.875-.562 2.438T20.5 13q-.175 0-.337-.062T19.875 12.75q-.35 2.5-1.712 3.988T14.55 18.725q.075 .35 .338 .563T15.5 19.5h.575q.175 0 .3 .1t.175 .25q.125 .4 .438 .75t.587 .575q.2 .175 .188 .413T17.55 21.95q-.275 .2-.7 .35t-1.1 .2q-.125 0-.25-.05t-.2-.175q-.1-.15-.2-.412t-.1-.613q0-.225 .025-.412t.075-.388q-.6-.125-1.012-.55T13.55 18.9q-.375 .05-.75 .075t-.8 .025q-.65 0-1.262-.062T9.55 18.75l-.05 .25q0 .425 .288 .713T10.5 20h.575q.175 0 .3 .1t.175 .25q.125 .4 .438 .75T12.575 21.675q.2 .175 .188 .413T12.55 22.45q-.275 .2-.7 .35t-1.1 .2Zm8-9.775q.125-.5 .188-1.05t.062-1.175q0-2.9-2.05-4.95t-4.95-2.05q-2.9 0-4.95 2.05t-2.05 4.95q0 .6 .063 1.15t.187 1.05q.125-.5 .338-.987T6.075 11.3q-.15-.35-.237-.737T5.75 9.75q0-1.575 1.088-2.662T9.5 6q.725 0 1.363 .263T12 6.975q.5-.45 1.138-.712T14.5 6q1.575 0 2.663 1.088T18.25 9.75q0 .425-.087 .813T17.9 11.3q.275 .425 .5 .913t.35 1.012ZM12 18q2.175 0 3.663-.675t2.312-2.025q0-.075 .013-.15t.012-.15q0-.75-.175-1.45t-.525-1.325q-.525 .575-1.237 .925T14.5 13.5q-.2 0-.4-.025t-.4-.075q.125-.175 .188-.362T13.975 12.65q.025-.05 .025-.1v-.1q.125 .025 .25 .038t.25 .012q1.15 0 1.95-.8t.8-1.95q0-1.15-.8-1.95t-1.95-.8q-.5 0-.975 .188T12.675 7.725l-.675 .6-.675-.6q-.375-.35-.85-.537t-.975-.188q-1.15 0-1.95 .8t-.8 1.95q0 1.025 .638 1.763T8.975 12.45l-.75 .825q-.45-.175-.837-.437T6.7 12.225q-.35 .625-.525 1.325t-.175 1.45v.25q.85 1.35 2.35 2.05t3.65 .7Zm1.438-7.012Q13 10.475 13 9.75t.438-1.237Q13.875 8 14.5 8t1.063 .513Q16 9.025 16 9.75t-.437 1.238Q15.125 11.5 14.5 11.5t-1.062-.512ZM14.875 9.25q.175 0 .275-.112t.1-.263q0-.15-.112-.262T14.875 8.5q-.175 0-.275 .113t-.1 .262q0 .175 .113 .275t.262 .1Zm-6.437 1.738Q8 10.475 8 9.75t.438-1.237Q8.875 8 9.5 8t1.063 .513Q11 9.025 11 9.75t-.437 1.238Q10.125 11.5 9.5 11.5t-1.062-.512ZM9.875 9.25q.175 0 .275-.112t.1-.263q0-.15-.112-.262T9.875 8.5q-.175 0-.275 .113t-.1 .262q0 .175 .113 .275t.262 .1Z" />
</vector>

Flutter Dash icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/flutter_dash.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/flutter_dash.svg" width="24" height="24" alt="Flutter Dash">

Flutter Dash icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFlutter Dash
Ligatureflutter_dash
Code pointU+E00B
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/flutter_dash.svg, flutter_dash-fill.svg
FlutterSymbols.flutter_dash
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsmobilecharacterspeedabstractsoftwaredevelopmentgoogleprogrammingfastcodingprogramfuturistic

Related icons