Shutter Speed Add icon

Shutter Speed Add 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_add_outlined_fill0_wght400.svg

Shutter Speed Add 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_add" />

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

Shutter Speed Add icon in React

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

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

Shutter Speed Add icon in Vue

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

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

Shutter Speed Add icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Shutter Speed Add icon in Android

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

<!-- res/drawable/shutter_speed_add.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="M18.5 23v-3H15.5v-1.5h3v-3h1.5v3h3.125v1.5H20v3h-1.5ZM8.775 2.5v-1.5h6.45v1.5H8.775ZM12 22q-1.875 0-3.512-.712t-2.85-1.925q-1.213-1.213-1.925-2.85T3 13q0-1.875 .713-3.512t1.925-2.85q1.212-1.213 2.85-1.925T12 4q1.7 0 3.188 .575T17.875 6.2l1.425-1.425 1.075 1.1-1.425 1.425q1.2 1.475 1.725 3.275t.25 3.675q-.4-.15-.8-.2t-.675-.075q.05-.65 .038-1.125t-.07-.85H14.85L10.15 20.275q.46 .129 .905 .177Q11.5 20.5 12 20.5q.525 0 1.038-.075t1.012-.2q.075 .375 .188 .725T14.525 21.65q-.6 .175-1.242 .263Q12.642 22 12 22Zm-.1-10.9h7.35q-.5-1.7-1.625-3.037T14.85 6.05L11.9 11.1Zm-1.7 1.125 3.8-6.475q-.498-.125-1.011-.187T11.975 5.5q-1.275 0-2.487 .413T7.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 20Zm2.875-7Zm1.925 7.225Zm5.4-6.25Z" />
</vector>

Shutter Speed Add icon in SVG

npm install @material-symbols/svg-400

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

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

Shutter Speed Add 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 Add
Ligatureshutter_speed_add
Code pointU+F57E
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/shutter_speed_add.svg, shutter_speed_add-fill.svg
FlutterSymbols.shutter_speed_add
LicenseApache License 2.0 (© Google LLC)

Keywords

imagessettingslinesiconimagephotopicturephotographycamerasettingplustrianglestop

Related icons