shutter speed icon
shutter-speed-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- shutter-speed-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm2 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 6l.75-.75q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.9 1.175 1.425 2.6T21 13q0 1.85-.7 3.488t-1.925 2.862t-2.863 1.938T12 22m.875-11h5.1q.275 0 .425-.213t.05-.462q-.425-1.15-1.375-2.137T15.025 6.7q-.175-.075-.363-.025t-.287.225l-1.95 3.35q-.15.25.013.5t.437.25m-2.2.25L13.25 6.8q.125-.225.025-.45t-.375-.275q-1.275-.15-2.55.137T8.025 7.225q-.15.125-.2.313t.05.362l1.95 3.35q.15.25.425.25t.425-.25M9.375 14q.275 0 .438-.25t.012-.5l-2.55-4.425q-.125-.225-.387-.237t-.438.187Q5.725 9.8 5.325 11.038T5.05 13.55q.025.2.163.325T5.55 14zm2.2 1.75q.15-.25-.012-.5t-.438-.25h-5.1q-.275 0-.425.213t-.05.462q.425 1.15 1.375 2.138t2.05 1.487q.175.075.363.025t.287-.225zm2.6-1q-.15-.25-.425-.25t-.425.25l-2.575 4.425q-.125.225-.025.463t.375.287q1.225.225 2.55-.1t2.325-1.05q.15-.125.2-.312t-.05-.363zm0-2l2.55 4.425q.125.225.387.238t.438-.188q.775-.95 1.163-2.25t.237-2.525q-.025-.2-.162-.325T18.45 12h-3.825q-.275 0-.437.25t-.013.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShutterSpeedOutlineRounded(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="M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm2 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 6l.75-.75q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.9 1.175 1.425 2.6T21 13q0 1.85-.7 3.488t-1.925 2.862t-2.863 1.938T12 22m.875-11h5.1q.275 0 .425-.213t.05-.462q-.425-1.15-1.375-2.137T15.025 6.7q-.175-.075-.363-.025t-.287.225l-1.95 3.35q-.15.25.013.5t.437.25m-2.2.25L13.25 6.8q.125-.225.025-.45t-.375-.275q-1.275-.15-2.55.137T8.025 7.225q-.15.125-.2.313t.05.362l1.95 3.35q.15.25.425.25t.425-.25M9.375 14q.275 0 .438-.25t.012-.5l-2.55-4.425q-.125-.225-.387-.237t-.438.187Q5.725 9.8 5.325 11.038T5.05 13.55q.025.2.163.325T5.55 14zm2.2 1.75q.15-.25-.012-.5t-.438-.25h-5.1q-.275 0-.425.213t-.05.462q.425 1.15 1.375 2.138t2.05 1.487q.175.075.363.025t.287-.225zm2.6-1q-.15-.25-.425-.25t-.425.25l-2.575 4.425q-.125.225-.025.463t.375.287q1.225.225 2.55-.1t2.325-1.05q.15-.125.2-.312t-.05-.363zm0-2l2.55 4.425q.125.225.387.238t.438-.188q.775-.95 1.163-2.25t.237-2.525q-.025-.2-.162-.325T18.45 12h-3.825q-.275 0-.437.25t-.013.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm2 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 6l.75-.75q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.9 1.175 1.425 2.6T21 13q0 1.85-.7 3.488t-1.925 2.862t-2.863 1.938T12 22m.875-11h5.1q.275 0 .425-.213t.05-.462q-.425-1.15-1.375-2.137T15.025 6.7q-.175-.075-.363-.025t-.287.225l-1.95 3.35q-.15.25.013.5t.437.25m-2.2.25L13.25 6.8q.125-.225.025-.45t-.375-.275q-1.275-.15-2.55.137T8.025 7.225q-.15.125-.2.313t.05.362l1.95 3.35q.15.25.425.25t.425-.25M9.375 14q.275 0 .438-.25t.012-.5l-2.55-4.425q-.125-.225-.387-.237t-.438.187Q5.725 9.8 5.325 11.038T5.05 13.55q.025.2.163.325T5.55 14zm2.2 1.75q.15-.25-.012-.5t-.438-.25h-5.1q-.275 0-.425.213t-.05.462q.425 1.15 1.375 2.138t2.05 1.487q.175.075.363.025t.287-.225zm2.6-1q-.15-.25-.425-.25t-.425.25l-2.575 4.425q-.125.225-.025.463t.375.287q1.225.225 2.55-.1t2.325-1.05q.15-.125.2-.312t-.05-.363zm0-2l2.55 4.425q.125.225.387.238t.438-.188q.775-.95 1.163-2.25t.237-2.525q-.025-.2-.162-.325T18.45 12h-3.825q-.275 0-.437.25t-.013.5"/></svg> </template>
CSS
.icon-shutter-speed-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%22M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm2%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%206l.75-.75q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.9%201.175%201.425%202.6T21%2013q0%201.85-.7%203.488t-1.925%202.862t-2.863%201.938T12%2022m.875-11h5.1q.275%200%20.425-.213t.05-.462q-.425-1.15-1.375-2.137T15.025%206.7q-.175-.075-.363-.025t-.287.225l-1.95%203.35q-.15.25.013.5t.437.25m-2.2.25L13.25%206.8q.125-.225.025-.45t-.375-.275q-1.275-.15-2.55.137T8.025%207.225q-.15.125-.2.313t.05.362l1.95%203.35q.15.25.425.25t.425-.25M9.375%2014q.275%200%20.438-.25t.012-.5l-2.55-4.425q-.125-.225-.387-.237t-.438.187Q5.725%209.8%205.325%2011.038T5.05%2013.55q.025.2.163.325T5.55%2014zm2.2%201.75q.15-.25-.012-.5t-.438-.25h-5.1q-.275%200-.425.213t-.05.462q.425%201.15%201.375%202.138t2.05%201.487q.175.075.363.025t.287-.225zm2.6-1q-.15-.25-.425-.25t-.425.25l-2.575%204.425q-.125.225-.025.463t.375.287q1.225.225%202.55-.1t2.325-1.05q.15-.125.2-.312t-.05-.363zm0-2l2.55%204.425q.125.225.387.238t.438-.188q.775-.95%201.163-2.25t.237-2.525q-.025-.2-.162-.325T18.45%2012h-3.825q-.275%200-.437.25t-.013.5%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%22M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm2%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%206l.75-.75q.275-.275.688-.288t.712.288q.275.275.288.688t-.263.712l-.725.75q.9%201.175%201.425%202.6T21%2013q0%201.85-.7%203.488t-1.925%202.862t-2.863%201.938T12%2022m.875-11h5.1q.275%200%20.425-.213t.05-.462q-.425-1.15-1.375-2.137T15.025%206.7q-.175-.075-.363-.025t-.287.225l-1.95%203.35q-.15.25.013.5t.437.25m-2.2.25L13.25%206.8q.125-.225.025-.45t-.375-.275q-1.275-.15-2.55.137T8.025%207.225q-.15.125-.2.313t.05.362l1.95%203.35q.15.25.425.25t.425-.25M9.375%2014q.275%200%20.438-.25t.012-.5l-2.55-4.425q-.125-.225-.387-.237t-.438.187Q5.725%209.8%205.325%2011.038T5.05%2013.55q.025.2.163.325T5.55%2014zm2.2%201.75q.15-.25-.012-.5t-.438-.25h-5.1q-.275%200-.425.213t-.05.462q.425%201.15%201.375%202.138t2.05%201.487q.175.075.363.025t.287-.225zm2.6-1q-.15-.25-.425-.25t-.425.25l-2.575%204.425q-.125.225-.025.463t.375.287q1.225.225%202.55-.1t2.325-1.05q.15-.125.2-.312t-.05-.363zm0-2l2.55%204.425q.125.225.387.238t.438-.188q.775-.95%201.163-2.25t.237-2.525q-.025-.2-.162-.325T18.45%2012h-3.825q-.275%200-.437.25t-.013.5%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-rounded.svg?color=%231a73e8&size=48