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

Name
shutter-speed-rounded
Set
Material Symbols Light
Style
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 3q-.213 0-.357-.143T9 2.5t.143-.357T9.5 2h5q.214 0 .357.143T15 2.5t-.143.357T14.5 3zM12 21q-1.664 0-3.118-.626t-2.545-1.716t-1.714-2.546Q4 14.659 4 13t.626-3.113t1.716-2.545t2.546-1.716T12 5q1.575 0 2.866.525q1.29.525 2.426 1.475l.981-.98q.14-.141.342-.154t.366.153q.16.16.162.351t-.156.357l-.975.98q.938 1.137 1.463 2.428T20 13q0 1.658-.633 3.113t-1.723 2.545t-2.545 1.716T12 21m0-1q2.925 0 4.963-2.037T19 13t-2.037-4.962T12 6T7.038 8.038T5 13t2.038 4.963T12 20m.548-8.77h4.858q.217 0 .326-.164t.047-.37q-.431-1.155-1.273-2.028q-.842-.872-1.967-1.374q-.137-.055-.283-.003q-.146.053-.227.19l-1.835 3.135q-.13.211-.006.413t.36.202m-1.829.404l2.454-4.185q.106-.18.022-.367t-.295-.237q-1.211-.19-2.394.1t-2.173 1.02q-.131.105-.159.242q-.028.136.053.273l1.796 3.153q.13.212.348.212t.348-.212M9.785 14q.236 0 .36-.192t-.006-.404L7.762 9.219q-.106-.186-.318-.199t-.342.15q-.748.92-1.078 2.112t-.205 2.364q.025.162.124.258q.1.096.26.096zm1.982 1.366q.131-.212.007-.404t-.36-.193H6.589q-.212 0-.32.165q-.11.164-.048.37q.412 1.112 1.293 2.003t1.948 1.374q.136.055.282.005t.227-.186zm2.172-1.02q-.131-.211-.348-.211q-.218 0-.349.211l-2.39 4.193q-.106.186-.022.376q.084.189.3.239q1.21.165 2.393-.135t2.164-.984q.13-.106.149-.243t-.063-.273zm-.116-1.73l2.435 4.178q.106.187.31.2t.336-.13q.748-.927 1.091-2.123q.344-1.195.205-2.393q-.025-.161-.134-.255q-.108-.093-.27-.093h-3.619q-.236 0-.36.202q-.125.202.006.414"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShutterSpeedRounded(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.5 3q-.213 0-.357-.143T9 2.5t.143-.357T9.5 2h5q.214 0 .357.143T15 2.5t-.143.357T14.5 3zM12 21q-1.664 0-3.118-.626t-2.545-1.716t-1.714-2.546Q4 14.659 4 13t.626-3.113t1.716-2.545t2.546-1.716T12 5q1.575 0 2.866.525q1.29.525 2.426 1.475l.981-.98q.14-.141.342-.154t.366.153q.16.16.162.351t-.156.357l-.975.98q.938 1.137 1.463 2.428T20 13q0 1.658-.633 3.113t-1.723 2.545t-2.545 1.716T12 21m0-1q2.925 0 4.963-2.037T19 13t-2.037-4.962T12 6T7.038 8.038T5 13t2.038 4.963T12 20m.548-8.77h4.858q.217 0 .326-.164t.047-.37q-.431-1.155-1.273-2.028q-.842-.872-1.967-1.374q-.137-.055-.283-.003q-.146.053-.227.19l-1.835 3.135q-.13.211-.006.413t.36.202m-1.829.404l2.454-4.185q.106-.18.022-.367t-.295-.237q-1.211-.19-2.394.1t-2.173 1.02q-.131.105-.159.242q-.028.136.053.273l1.796 3.153q.13.212.348.212t.348-.212M9.785 14q.236 0 .36-.192t-.006-.404L7.762 9.219q-.106-.186-.318-.199t-.342.15q-.748.92-1.078 2.112t-.205 2.364q.025.162.124.258q.1.096.26.096zm1.982 1.366q.131-.212.007-.404t-.36-.193H6.589q-.212 0-.32.165q-.11.164-.048.37q.412 1.112 1.293 2.003t1.948 1.374q.136.055.282.005t.227-.186zm2.172-1.02q-.131-.211-.348-.211q-.218 0-.349.211l-2.39 4.193q-.106.186-.022.376q.084.189.3.239q1.21.165 2.393-.135t2.164-.984q.13-.106.149-.243t-.063-.273zm-.116-1.73l2.435 4.178q.106.187.31.2t.336-.13q.748-.927 1.091-2.123q.344-1.195.205-2.393q-.025-.161-.134-.255q-.108-.093-.27-.093h-3.619q-.236 0-.36.202q-.125.202.006.414"/></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.5 3q-.213 0-.357-.143T9 2.5t.143-.357T9.5 2h5q.214 0 .357.143T15 2.5t-.143.357T14.5 3zM12 21q-1.664 0-3.118-.626t-2.545-1.716t-1.714-2.546Q4 14.659 4 13t.626-3.113t1.716-2.545t2.546-1.716T12 5q1.575 0 2.866.525q1.29.525 2.426 1.475l.981-.98q.14-.141.342-.154t.366.153q.16.16.162.351t-.156.357l-.975.98q.938 1.137 1.463 2.428T20 13q0 1.658-.633 3.113t-1.723 2.545t-2.545 1.716T12 21m0-1q2.925 0 4.963-2.037T19 13t-2.037-4.962T12 6T7.038 8.038T5 13t2.038 4.963T12 20m.548-8.77h4.858q.217 0 .326-.164t.047-.37q-.431-1.155-1.273-2.028q-.842-.872-1.967-1.374q-.137-.055-.283-.003q-.146.053-.227.19l-1.835 3.135q-.13.211-.006.413t.36.202m-1.829.404l2.454-4.185q.106-.18.022-.367t-.295-.237q-1.211-.19-2.394.1t-2.173 1.02q-.131.105-.159.242q-.028.136.053.273l1.796 3.153q.13.212.348.212t.348-.212M9.785 14q.236 0 .36-.192t-.006-.404L7.762 9.219q-.106-.186-.318-.199t-.342.15q-.748.92-1.078 2.112t-.205 2.364q.025.162.124.258q.1.096.26.096zm1.982 1.366q.131-.212.007-.404t-.36-.193H6.589q-.212 0-.32.165q-.11.164-.048.37q.412 1.112 1.293 2.003t1.948 1.374q.136.055.282.005t.227-.186zm2.172-1.02q-.131-.211-.348-.211q-.218 0-.349.211l-2.39 4.193q-.106.186-.022.376q.084.189.3.239q1.21.165 2.393-.135t2.164-.984q.13-.106.149-.243t-.063-.273zm-.116-1.73l2.435 4.178q.106.187.31.2t.336-.13q.748-.927 1.091-2.123q.344-1.195.205-2.393q-.025-.161-.134-.255q-.108-.093-.27-.093h-3.619q-.236 0-.36.202q-.125.202.006.414"/></svg>
</template>

CSS

.icon-shutter-speed-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%22M9.5%203q-.213%200-.357-.143T9%202.5t.143-.357T9.5%202h5q.214%200%20.357.143T15%202.5t-.143.357T14.5%203zM12%2021q-1.664%200-3.118-.626t-2.545-1.716t-1.714-2.546Q4%2014.659%204%2013t.626-3.113t1.716-2.545t2.546-1.716T12%205q1.575%200%202.866.525q1.29.525%202.426%201.475l.981-.98q.14-.141.342-.154t.366.153q.16.16.162.351t-.156.357l-.975.98q.938%201.137%201.463%202.428T20%2013q0%201.658-.633%203.113t-1.723%202.545t-2.545%201.716T12%2021m0-1q2.925%200%204.963-2.037T19%2013t-2.037-4.962T12%206T7.038%208.038T5%2013t2.038%204.963T12%2020m.548-8.77h4.858q.217%200%20.326-.164t.047-.37q-.431-1.155-1.273-2.028q-.842-.872-1.967-1.374q-.137-.055-.283-.003q-.146.053-.227.19l-1.835%203.135q-.13.211-.006.413t.36.202m-1.829.404l2.454-4.185q.106-.18.022-.367t-.295-.237q-1.211-.19-2.394.1t-2.173%201.02q-.131.105-.159.242q-.028.136.053.273l1.796%203.153q.13.212.348.212t.348-.212M9.785%2014q.236%200%20.36-.192t-.006-.404L7.762%209.219q-.106-.186-.318-.199t-.342.15q-.748.92-1.078%202.112t-.205%202.364q.025.162.124.258q.1.096.26.096zm1.982%201.366q.131-.212.007-.404t-.36-.193H6.589q-.212%200-.32.165q-.11.164-.048.37q.412%201.112%201.293%202.003t1.948%201.374q.136.055.282.005t.227-.186zm2.172-1.02q-.131-.211-.348-.211q-.218%200-.349.211l-2.39%204.193q-.106.186-.022.376q.084.189.3.239q1.21.165%202.393-.135t2.164-.984q.13-.106.149-.243t-.063-.273zm-.116-1.73l2.435%204.178q.106.187.31.2t.336-.13q.748-.927%201.091-2.123q.344-1.195.205-2.393q-.025-.161-.134-.255q-.108-.093-.27-.093h-3.619q-.236%200-.36.202q-.125.202.006.414%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.5%203q-.213%200-.357-.143T9%202.5t.143-.357T9.5%202h5q.214%200%20.357.143T15%202.5t-.143.357T14.5%203zM12%2021q-1.664%200-3.118-.626t-2.545-1.716t-1.714-2.546Q4%2014.659%204%2013t.626-3.113t1.716-2.545t2.546-1.716T12%205q1.575%200%202.866.525q1.29.525%202.426%201.475l.981-.98q.14-.141.342-.154t.366.153q.16.16.162.351t-.156.357l-.975.98q.938%201.137%201.463%202.428T20%2013q0%201.658-.633%203.113t-1.723%202.545t-2.545%201.716T12%2021m0-1q2.925%200%204.963-2.037T19%2013t-2.037-4.962T12%206T7.038%208.038T5%2013t2.038%204.963T12%2020m.548-8.77h4.858q.217%200%20.326-.164t.047-.37q-.431-1.155-1.273-2.028q-.842-.872-1.967-1.374q-.137-.055-.283-.003q-.146.053-.227.19l-1.835%203.135q-.13.211-.006.413t.36.202m-1.829.404l2.454-4.185q.106-.18.022-.367t-.295-.237q-1.211-.19-2.394.1t-2.173%201.02q-.131.105-.159.242q-.028.136.053.273l1.796%203.153q.13.212.348.212t.348-.212M9.785%2014q.236%200%20.36-.192t-.006-.404L7.762%209.219q-.106-.186-.318-.199t-.342.15q-.748.92-1.078%202.112t-.205%202.364q.025.162.124.258q.1.096.26.096zm1.982%201.366q.131-.212.007-.404t-.36-.193H6.589q-.212%200-.32.165q-.11.164-.048.37q.412%201.112%201.293%202.003t1.948%201.374q.136.055.282.005t.227-.186zm2.172-1.02q-.131-.211-.348-.211q-.218%200-.349.211l-2.39%204.193q-.106.186-.022.376q.084.189.3.239q1.21.165%202.393-.135t2.164-.984q.13-.106.149-.243t-.063-.273zm-.116-1.73l2.435%204.178q.106.187.31.2t.336-.13q.748-.927%201.091-2.123q.344-1.195.205-2.393q-.025-.161-.134-.255q-.108-.093-.27-.093h-3.619q-.236%200-.36.202q-.125.202.006.414%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-rounded.svg?color=%231a73e8&size=48