Shutter Speed icon

Shutter Speed is a Google Material Symbol from the Images 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

shutter_speed_outlined_fill0_wght400.svg

Shutter Speed 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=shutter_speed" />

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

Shutter Speed icon in React

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

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

Shutter Speed icon in Vue

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

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

Shutter Speed icon in Angular

With Angular Material and the font from the HTML tab:

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

Shutter Speed 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.shutter_speed, fill: 0, weight: 400)

Shutter Speed icon in Android

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

<!-- res/drawable/shutter_speed.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="M8.775 2.5v-1.5h6.45v1.5H8.775ZM12.05 22q-1.875 0-3.525-.712t-2.875-1.95Q4.425 18.1 3.713 16.45T3 12.925q0-1.85 .713-3.475t1.925-2.837Q6.85 5.4 8.488 4.7T11.975 4q1.65 0 3.163 .563T17.875 6.2l1.425-1.425 1.075 1.1-1.425 1.425q1 1.2 1.525 2.675t.525 3.05q0 1.85-.7 3.488t-1.912 2.85q-1.213 1.212-2.85 1.925T12.05 22Zm-.05-9Zm-.1-1.9h7.35q-.5-1.7-1.625-3.037T14.85 6.05L11.9 11.1Zm-1.7 1.125 3.8-6.475q-1.775-.45-3.55-.112T7.3 7.175l2.9 5.05Zm-5.6 1.9h5.65L6.6 7.775q-1.2 1.3-1.737 2.963T4.6 14.125Zm4.65 5.875 2.825-4.975H4.8q.5 1.7 1.663 3T9.25 20Zm.9 .25q1.725 .425 3.438 .088T16.7 18.9L13.75 13.925 10.15 20.25Zm7.225-1.975q1.15-1.3 1.738-2.925T19.425 12H13.65l3.725 6.275Z" />
</vector>

Shutter Speed icon in SVG

npm install @material-symbols/svg-400

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

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

Shutter Speed 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

NameShutter Speed
Ligatureshutter_speed
Code pointU+E43D
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/shutter_speed.svg, shutter_speed-fill.svg
FlutterSymbols.shutter_speed
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesimagephotopicturephotographycamerasettingstoptimeadjustmentwatchcapturetimer

Related icons