shutter speed minus icon

shutter-speed-minus from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
shutter-speed-minus
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
shutter-speed-minus-sharp

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the shutter speed minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18.925q.025-1.125.413-2.1t1.062-1.75t1.575-1.287t1.95-.713q0-.275-.025-.537T17.9 12h-2.975L10.9 18.9q.45.1 1.1.088t1-.063M9 3V1h6v2zm3 8h5.65q-.45-1.275-1.4-2.238T14.1 7.375zm-1.725 1L13.1 7.1q-1.275-.25-2.562.075t-2.363 1.2zM6.1 14h4.175L7.45 9.1q-.875.975-1.225 2.263T6.1 14m3.8 4.625L12 15H6.35q.425 1.25 1.388 2.225t2.162 1.4M12 22q-1.875 0-3.512-.712T5.625 19.35T3.7 16.487T3 13t.713-3.488T5.65 6.65t2.863-1.937T12 4q1.575 0 3 .525T17.6 6l1.45-1.45l1.4 1.4l-1.4 1.45q.95 1.225 1.475 2.738T21 13.325q-.35-.125-.888-.225T19 13q0-2.9-2.05-4.95T12 6Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20q.275 0 .525-.012t.525-.063q.075.5.238.988t.412.937q-.425.075-.85.113T12 22m11-2h-8v-2h8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShutterSpeedMinus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18.925q.025-1.125.413-2.1t1.062-1.75t1.575-1.287t1.95-.713q0-.275-.025-.537T17.9 12h-2.975L10.9 18.9q.45.1 1.1.088t1-.063M9 3V1h6v2zm3 8h5.65q-.45-1.275-1.4-2.238T14.1 7.375zm-1.725 1L13.1 7.1q-1.275-.25-2.562.075t-2.363 1.2zM6.1 14h4.175L7.45 9.1q-.875.975-1.225 2.263T6.1 14m3.8 4.625L12 15H6.35q.425 1.25 1.388 2.225t2.162 1.4M12 22q-1.875 0-3.512-.712T5.625 19.35T3.7 16.487T3 13t.713-3.488T5.65 6.65t2.863-1.937T12 4q1.575 0 3 .525T17.6 6l1.45-1.45l1.4 1.4l-1.4 1.45q.95 1.225 1.475 2.738T21 13.325q-.35-.125-.888-.225T19 13q0-2.9-2.05-4.95T12 6Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20q.275 0 .525-.012t.525-.063q.075.5.238.988t.412.937q-.425.075-.85.113T12 22m11-2h-8v-2h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 18.925q.025-1.125.413-2.1t1.062-1.75t1.575-1.287t1.95-.713q0-.275-.025-.537T17.9 12h-2.975L10.9 18.9q.45.1 1.1.088t1-.063M9 3V1h6v2zm3 8h5.65q-.45-1.275-1.4-2.238T14.1 7.375zm-1.725 1L13.1 7.1q-1.275-.25-2.562.075t-2.363 1.2zM6.1 14h4.175L7.45 9.1q-.875.975-1.225 2.263T6.1 14m3.8 4.625L12 15H6.35q.425 1.25 1.388 2.225t2.162 1.4M12 22q-1.875 0-3.512-.712T5.625 19.35T3.7 16.487T3 13t.713-3.488T5.65 6.65t2.863-1.937T12 4q1.575 0 3 .525T17.6 6l1.45-1.45l1.4 1.4l-1.4 1.45q.95 1.225 1.475 2.738T21 13.325q-.35-.125-.888-.225T19 13q0-2.9-2.05-4.95T12 6Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20q.275 0 .525-.012t.525-.063q.075.5.238.988t.412.937q-.425.075-.85.113T12 22m11-2h-8v-2h8z"/></svg>
</template>

CSS

.icon-shutter-speed-minus {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2018.925q.025-1.125.413-2.1t1.062-1.75t1.575-1.287t1.95-.713q0-.275-.025-.537T17.9%2012h-2.975L10.9%2018.9q.45.1%201.1.088t1-.063M9%203V1h6v2zm3%208h5.65q-.45-1.275-1.4-2.238T14.1%207.375zm-1.725%201L13.1%207.1q-1.275-.25-2.562.075t-2.363%201.2zM6.1%2014h4.175L7.45%209.1q-.875.975-1.225%202.263T6.1%2014m3.8%204.625L12%2015H6.35q.425%201.25%201.388%202.225t2.162%201.4M12%2022q-1.875%200-3.512-.712T5.625%2019.35T3.7%2016.487T3%2013t.713-3.488T5.65%206.65t2.863-1.937T12%204q1.575%200%203%20.525T17.6%206l1.45-1.45l1.4%201.4l-1.4%201.45q.95%201.225%201.475%202.738T21%2013.325q-.35-.125-.888-.225T19%2013q0-2.9-2.05-4.95T12%206Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020q.275%200%20.525-.012t.525-.063q.075.5.238.988t.412.937q-.425.075-.85.113T12%2022m11-2h-8v-2h8z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2018.925q.025-1.125.413-2.1t1.062-1.75t1.575-1.287t1.95-.713q0-.275-.025-.537T17.9%2012h-2.975L10.9%2018.9q.45.1%201.1.088t1-.063M9%203V1h6v2zm3%208h5.65q-.45-1.275-1.4-2.238T14.1%207.375zm-1.725%201L13.1%207.1q-1.275-.25-2.562.075t-2.363%201.2zM6.1%2014h4.175L7.45%209.1q-.875.975-1.225%202.263T6.1%2014m3.8%204.625L12%2015H6.35q.425%201.25%201.388%202.225t2.162%201.4M12%2022q-1.875%200-3.512-.712T5.625%2019.35T3.7%2016.487T3%2013t.713-3.488T5.65%206.65t2.863-1.937T12%204q1.575%200%203%20.525T17.6%206l1.45-1.45l1.4%201.4l-1.4%201.45q.95%201.225%201.475%202.738T21%2013.325q-.35-.125-.888-.225T19%2013q0-2.9-2.05-4.95T12%206Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020q.275%200%20.525-.012t.525-.063q.075.5.238.988t.412.937q-.425.075-.85.113T12%2022m11-2h-8v-2h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shutter-speed-minus.svg?color=%231a73e8&size=48