shutter speed minus icon
shutter-speed-minus-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- shutter-speed-minus-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shutter-speed-minus-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M21.616 19h-6.231v-1h6.23zM9 3V2h6v1zm3 18q-1.665 0-3.119-.626T6.34 18.66t-1.714-2.54T4 13t.626-3.12T6.34 7.34t2.54-1.714T12 5q1.517 0 2.868.525t2.43 1.47l1.329-1.33l.708.708l-1.323 1.335q.917 1.033 1.439 2.36T20 12.882q-.215-.062-.438-.11q-.224-.048-.562-.067q0-.173-.022-.353T18.925 12h-4.333l-4.442 7.748q.439.12.903.186T12 20q.217 0 .439-.012q.22-.013.438-.044q.056.25.132.49q.075.241.191.474q-.31.055-.6.074T12 21m-.154-9.77h6.931q-.45-1.664-1.547-2.878Q16.133 7.139 14.6 6.5zm-1.48 1l3.503-5.991q-.458-.12-.91-.18Q12.506 6 12.04 6q-1.234 0-2.353.391q-1.12.392-2.037 1.109zM5.1 14h5.38L7.055 8.008q-1.108 1.175-1.669 2.71Q4.826 12.254 5.1 14m4.3 5.5l2.716-4.73H5.223q.43 1.626 1.538 2.859Q7.867 18.862 9.4 19.5m9.6-6.794"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShutterSpeedMinusOutline(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="M21.616 19h-6.231v-1h6.23zM9 3V2h6v1zm3 18q-1.665 0-3.119-.626T6.34 18.66t-1.714-2.54T4 13t.626-3.12T6.34 7.34t2.54-1.714T12 5q1.517 0 2.868.525t2.43 1.47l1.329-1.33l.708.708l-1.323 1.335q.917 1.033 1.439 2.36T20 12.882q-.215-.062-.438-.11q-.224-.048-.562-.067q0-.173-.022-.353T18.925 12h-4.333l-4.442 7.748q.439.12.903.186T12 20q.217 0 .439-.012q.22-.013.438-.044q.056.25.132.49q.075.241.191.474q-.31.055-.6.074T12 21m-.154-9.77h6.931q-.45-1.664-1.547-2.878Q16.133 7.139 14.6 6.5zm-1.48 1l3.503-5.991q-.458-.12-.91-.18Q12.506 6 12.04 6q-1.234 0-2.353.391q-1.12.392-2.037 1.109zM5.1 14h5.38L7.055 8.008q-1.108 1.175-1.669 2.71Q4.826 12.254 5.1 14m4.3 5.5l2.716-4.73H5.223q.43 1.626 1.538 2.859Q7.867 18.862 9.4 19.5m9.6-6.794"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.616 19h-6.231v-1h6.23zM9 3V2h6v1zm3 18q-1.665 0-3.119-.626T6.34 18.66t-1.714-2.54T4 13t.626-3.12T6.34 7.34t2.54-1.714T12 5q1.517 0 2.868.525t2.43 1.47l1.329-1.33l.708.708l-1.323 1.335q.917 1.033 1.439 2.36T20 12.882q-.215-.062-.438-.11q-.224-.048-.562-.067q0-.173-.022-.353T18.925 12h-4.333l-4.442 7.748q.439.12.903.186T12 20q.217 0 .439-.012q.22-.013.438-.044q.056.25.132.49q.075.241.191.474q-.31.055-.6.074T12 21m-.154-9.77h6.931q-.45-1.664-1.547-2.878Q16.133 7.139 14.6 6.5zm-1.48 1l3.503-5.991q-.458-.12-.91-.18Q12.506 6 12.04 6q-1.234 0-2.353.391q-1.12.392-2.037 1.109zM5.1 14h5.38L7.055 8.008q-1.108 1.175-1.669 2.71Q4.826 12.254 5.1 14m4.3 5.5l2.716-4.73H5.223q.43 1.626 1.538 2.859Q7.867 18.862 9.4 19.5m9.6-6.794"/></svg> </template>
CSS
.icon-shutter-speed-minus-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%22M21.616%2019h-6.231v-1h6.23zM9%203V2h6v1zm3%2018q-1.665%200-3.119-.626T6.34%2018.66t-1.714-2.54T4%2013t.626-3.12T6.34%207.34t2.54-1.714T12%205q1.517%200%202.868.525t2.43%201.47l1.329-1.33l.708.708l-1.323%201.335q.917%201.033%201.439%202.36T20%2012.882q-.215-.062-.438-.11q-.224-.048-.562-.067q0-.173-.022-.353T18.925%2012h-4.333l-4.442%207.748q.439.12.903.186T12%2020q.217%200%20.439-.012q.22-.013.438-.044q.056.25.132.49q.075.241.191.474q-.31.055-.6.074T12%2021m-.154-9.77h6.931q-.45-1.664-1.547-2.878Q16.133%207.139%2014.6%206.5zm-1.48%201l3.503-5.991q-.458-.12-.91-.18Q12.506%206%2012.04%206q-1.234%200-2.353.391q-1.12.392-2.037%201.109zM5.1%2014h5.38L7.055%208.008q-1.108%201.175-1.669%202.71Q4.826%2012.254%205.1%2014m4.3%205.5l2.716-4.73H5.223q.43%201.626%201.538%202.859Q7.867%2018.862%209.4%2019.5m9.6-6.794%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%22M21.616%2019h-6.231v-1h6.23zM9%203V2h6v1zm3%2018q-1.665%200-3.119-.626T6.34%2018.66t-1.714-2.54T4%2013t.626-3.12T6.34%207.34t2.54-1.714T12%205q1.517%200%202.868.525t2.43%201.47l1.329-1.33l.708.708l-1.323%201.335q.917%201.033%201.439%202.36T20%2012.882q-.215-.062-.438-.11q-.224-.048-.562-.067q0-.173-.022-.353T18.925%2012h-4.333l-4.442%207.748q.439.12.903.186T12%2020q.217%200%20.439-.012q.22-.013.438-.044q.056.25.132.49q.075.241.191.474q-.31.055-.6.074T12%2021m-.154-9.77h6.931q-.45-1.664-1.547-2.878Q16.133%207.139%2014.6%206.5zm-1.48%201l3.503-5.991q-.458-.12-.91-.18Q12.506%206%2012.04%206q-1.234%200-2.353.391q-1.12.392-2.037%201.109zM5.1%2014h5.38L7.055%208.008q-1.108%201.175-1.669%202.71Q4.826%2012.254%205.1%2014m4.3%205.5l2.716-4.73H5.223q.43%201.626%201.538%202.859Q7.867%2018.862%209.4%2019.5m9.6-6.794%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shutter-speed-minus-outline.svg?color=%231a73e8&size=48