shutter speed minus icon
shutter-speed-minus-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- shutter-speed-minus-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
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="M15.885 19q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h5.23q.213 0 .357.144t.143.357t-.143.356t-.357.143zM9.5 3q-.213 0-.356-.144T9 2.499t.144-.356T9.5 2h5q.213 0 .356.144t.144.357t-.144.356T14.5 3zm2.346 8.23h6.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.5M12 21q-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.47l.975-.976q.14-.14.342-.153t.37.158q.156.155.158.346q.003.192-.156.357l-.975.98q.886 1.003 1.408 2.268q.522 1.266.58 2.692q0 .23-.144.384t-.357.155t-.356-.144t-.143-.356q0-.173-.022-.353T18.925 12h-4.333l-4.442 7.748q.439.12.903.186T12 20q.217 0 .439-.012q.22-.013.438-.044q.194-.05.375.063t.23.306t-.062.376t-.307.23q-.19.05-.544.066Q12.215 21 12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShutterSpeedMinusOutlineRounded(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.885 19q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h5.23q.213 0 .357.144t.143.357t-.143.356t-.357.143zM9.5 3q-.213 0-.356-.144T9 2.499t.144-.356T9.5 2h5q.213 0 .356.144t.144.357t-.144.356T14.5 3zm2.346 8.23h6.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.5M12 21q-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.47l.975-.976q.14-.14.342-.153t.37.158q.156.155.158.346q.003.192-.156.357l-.975.98q.886 1.003 1.408 2.268q.522 1.266.58 2.692q0 .23-.144.384t-.357.155t-.356-.144t-.143-.356q0-.173-.022-.353T18.925 12h-4.333l-4.442 7.748q.439.12.903.186T12 20q.217 0 .439-.012q.22-.013.438-.044q.194-.05.375.063t.23.306t-.062.376t-.307.23q-.19.05-.544.066Q12.215 21 12 21"/></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.885 19q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h5.23q.213 0 .357.144t.143.357t-.143.356t-.357.143zM9.5 3q-.213 0-.356-.144T9 2.499t.144-.356T9.5 2h5q.213 0 .356.144t.144.357t-.144.356T14.5 3zm2.346 8.23h6.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.5M12 21q-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.47l.975-.976q.14-.14.342-.153t.37.158q.156.155.158.346q.003.192-.156.357l-.975.98q.886 1.003 1.408 2.268q.522 1.266.58 2.692q0 .23-.144.384t-.357.155t-.356-.144t-.143-.356q0-.173-.022-.353T18.925 12h-4.333l-4.442 7.748q.439.12.903.186T12 20q.217 0 .439-.012q.22-.013.438-.044q.194-.05.375.063t.23.306t-.062.376t-.307.23q-.19.05-.544.066Q12.215 21 12 21"/></svg> </template>
CSS
.icon-shutter-speed-minus-outline-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.885%2019q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h5.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143zM9.5%203q-.213%200-.356-.144T9%202.499t.144-.356T9.5%202h5q.213%200%20.356.144t.144.357t-.144.356T14.5%203zm2.346%208.23h6.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.5M12%2021q-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.47l.975-.976q.14-.14.342-.153t.37.158q.156.155.158.346q.003.192-.156.357l-.975.98q.886%201.003%201.408%202.268q.522%201.266.58%202.692q0%20.23-.144.384t-.357.155t-.356-.144t-.143-.356q0-.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.194-.05.375.063t.23.306t-.062.376t-.307.23q-.19.05-.544.066Q12.215%2021%2012%2021%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.885%2019q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h5.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143zM9.5%203q-.213%200-.356-.144T9%202.499t.144-.356T9.5%202h5q.213%200%20.356.144t.144.357t-.144.356T14.5%203zm2.346%208.23h6.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.5M12%2021q-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.47l.975-.976q.14-.14.342-.153t.37.158q.156.155.158.346q.003.192-.156.357l-.975.98q.886%201.003%201.408%202.268q.522%201.266.58%202.692q0%20.23-.144.384t-.357.155t-.356-.144t-.143-.356q0-.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.194-.05.375.063t.23.306t-.062.376t-.307.23q-.19.05-.544.066Q12.215%2021%2012%2021%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-rounded.svg?color=%231a73e8&size=48