shutter speed icon
shutter-speed-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- shutter-speed-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shutter-speed-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the shutter speed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3V1h6v2zm3 19q-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.9 1.175 1.425 2.6T21 13q0 1.85-.7 3.488t-1.925 2.862t-2.863 1.938T12 22m0-11h6.7q-.45-1.55-1.537-2.725T14.6 6.5zm-1.75 1l3.35-5.8q-1.475-.375-3.037-.063T7.65 7.5zM5.1 14h5.15L6.9 8.2q-1.05 1.175-1.562 2.663T5.1 14m4.3 5.5L12 15H5.3q.45 1.55 1.538 2.725T9.4 19.5m1 .3q1.65.425 3.2.038t2.75-1.338l-2.6-4.5zm6.7-2q1.1-1.2 1.588-2.687T18.9 12h-5.15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShutterSpeedOutline(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="M9 3V1h6v2zm3 19q-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.9 1.175 1.425 2.6T21 13q0 1.85-.7 3.488t-1.925 2.862t-2.863 1.938T12 22m0-11h6.7q-.45-1.55-1.537-2.725T14.6 6.5zm-1.75 1l3.35-5.8q-1.475-.375-3.037-.063T7.65 7.5zM5.1 14h5.15L6.9 8.2q-1.05 1.175-1.562 2.663T5.1 14m4.3 5.5L12 15H5.3q.45 1.55 1.538 2.725T9.4 19.5m1 .3q1.65.425 3.2.038t2.75-1.338l-2.6-4.5zm6.7-2q1.1-1.2 1.588-2.687T18.9 12h-5.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3V1h6v2zm3 19q-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.9 1.175 1.425 2.6T21 13q0 1.85-.7 3.488t-1.925 2.862t-2.863 1.938T12 22m0-11h6.7q-.45-1.55-1.537-2.725T14.6 6.5zm-1.75 1l3.35-5.8q-1.475-.375-3.037-.063T7.65 7.5zM5.1 14h5.15L6.9 8.2q-1.05 1.175-1.562 2.663T5.1 14m4.3 5.5L12 15H5.3q.45 1.55 1.538 2.725T9.4 19.5m1 .3q1.65.425 3.2.038t2.75-1.338l-2.6-4.5zm6.7-2q1.1-1.2 1.588-2.687T18.9 12h-5.15z"/></svg> </template>
CSS
.icon-shutter-speed-outline {
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%22M9%203V1h6v2zm3%2019q-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.9%201.175%201.425%202.6T21%2013q0%201.85-.7%203.488t-1.925%202.862t-2.863%201.938T12%2022m0-11h6.7q-.45-1.55-1.537-2.725T14.6%206.5zm-1.75%201l3.35-5.8q-1.475-.375-3.037-.063T7.65%207.5zM5.1%2014h5.15L6.9%208.2q-1.05%201.175-1.562%202.663T5.1%2014m4.3%205.5L12%2015H5.3q.45%201.55%201.538%202.725T9.4%2019.5m1%20.3q1.65.425%203.2.038t2.75-1.338l-2.6-4.5zm6.7-2q1.1-1.2%201.588-2.687T18.9%2012h-5.15z%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%22M9%203V1h6v2zm3%2019q-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.9%201.175%201.425%202.6T21%2013q0%201.85-.7%203.488t-1.925%202.862t-2.863%201.938T12%2022m0-11h6.7q-.45-1.55-1.537-2.725T14.6%206.5zm-1.75%201l3.35-5.8q-1.475-.375-3.037-.063T7.65%207.5zM5.1%2014h5.15L6.9%208.2q-1.05%201.175-1.562%202.663T5.1%2014m4.3%205.5L12%2015H5.3q.45%201.55%201.538%202.725T9.4%2019.5m1%20.3q1.65.425%203.2.038t2.75-1.338l-2.6-4.5zm6.7-2q1.1-1.2%201.588-2.687T18.9%2012h-5.15z%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-outline.svg?color=%231a73e8&size=48