shutter speed minus icon

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

Name
shutter-speed-minus-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

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="M15.975 20q-.425 0-.7-.288T15 19t.288-.712T16 18h6q.425 0 .713.288T23 19t-.288.713T22 20zM12 22q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4q1.6 0 3.025.525t2.6 1.45l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.925 1.175 1.438 2.575t.512 3q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713q0-2.9-2.05-4.937T12 6Q9.075 6 7.038 8.038T5 13q0 2.95 2.063 4.975T12 20q.275 0 .525-.012t.525-.063q.425-.05.75.188t.375.662t-.187.75t-.663.375q-.325.05-.65.075T12 22m1-3.075q.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-.063M12 11h5.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.4M9.975 3q-.425 0-.7-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShutterSpeedMinusRounded(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="M15.975 20q-.425 0-.7-.288T15 19t.288-.712T16 18h6q.425 0 .713.288T23 19t-.288.713T22 20zM12 22q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4q1.6 0 3.025.525t2.6 1.45l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.925 1.175 1.438 2.575t.512 3q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713q0-2.9-2.05-4.937T12 6Q9.075 6 7.038 8.038T5 13q0 2.95 2.063 4.975T12 20q.275 0 .525-.012t.525-.063q.425-.05.75.188t.375.662t-.187.75t-.663.375q-.325.05-.65.075T12 22m1-3.075q.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-.063M12 11h5.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.4M9.975 3q-.425 0-.7-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.975 20q-.425 0-.7-.288T15 19t.288-.712T16 18h6q.425 0 .713.288T23 19t-.288.713T22 20zM12 22q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4q1.6 0 3.025.525t2.6 1.45l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.925 1.175 1.438 2.575t.512 3q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713q0-2.9-2.05-4.937T12 6Q9.075 6 7.038 8.038T5 13q0 2.95 2.063 4.975T12 20q.275 0 .525-.012t.525-.063q.425-.05.75.188t.375.662t-.187.75t-.663.375q-.325.05-.65.075T12 22m1-3.075q.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-.063M12 11h5.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.4M9.975 3q-.425 0-.7-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3z"/></svg>
</template>

CSS

.icon-shutter-speed-minus-rounded {
  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%22M15.975%2020q-.425%200-.7-.288T15%2019t.288-.712T16%2018h6q.425%200%20.713.288T23%2019t-.288.713T22%2020zM12%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013t.713-3.512t1.924-2.85t2.85-1.925T12%204q1.6%200%203.025.525t2.6%201.45l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.925%201.175%201.438%202.575t.512%203q0%20.425-.288.713t-.712.287t-.712-.287t-.288-.713q0-2.9-2.05-4.937T12%206Q9.075%206%207.038%208.038T5%2013q0%202.95%202.063%204.975T12%2020q.275%200%20.525-.012t.525-.063q.425-.05.75.188t.375.662t-.187.75t-.663.375q-.325.05-.65.075T12%2022m1-3.075q.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-.063M12%2011h5.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.4M9.975%203q-.425%200-.7-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203z%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%22M15.975%2020q-.425%200-.7-.288T15%2019t.288-.712T16%2018h6q.425%200%20.713.288T23%2019t-.288.713T22%2020zM12%2022q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2013t.713-3.512t1.924-2.85t2.85-1.925T12%204q1.6%200%203.025.525t2.6%201.45l.725-.725q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.925%201.175%201.438%202.575t.512%203q0%20.425-.288.713t-.712.287t-.712-.287t-.288-.713q0-2.9-2.05-4.937T12%206Q9.075%206%207.038%208.038T5%2013q0%202.95%202.063%204.975T12%2020q.275%200%20.525-.012t.525-.063q.425-.05.75.188t.375.662t-.187.75t-.663.375q-.325.05-.65.075T12%2022m1-3.075q.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-.063M12%2011h5.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.4M9.975%203q-.425%200-.7-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203z%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-rounded.svg?color=%231a73e8&size=48