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

Name
shutter-speed
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
shutter-speed-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3V2h6v1zm3 18q-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.475l1.335-1.335l.708.708l-1.323 1.335q.938 1.136 1.463 2.427Q20 11.425 20 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-.154-8.77h6.131q-.43-1.447-1.39-2.487t-2.371-1.58zm-1.475 1l3.094-5.284q-1.524-.365-2.927-.011T8.04 8.182zM5.85 14h4.637L7.469 8.716q-.952 1.032-1.408 2.425T5.85 14m3.935 4.817l2.33-4.048H6.024q.368 1.347 1.388 2.447t2.374 1.601m.769.237q1.79.429 3.187-.064q1.396-.494 2.219-1.173l-2.37-4.086zm5.977-1.77q.688-.678 1.314-2.123T18.15 12h-4.675z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShutterSpeed(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 3V2h6v1zm3 18q-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.475l1.335-1.335l.708.708l-1.323 1.335q.938 1.136 1.463 2.427Q20 11.425 20 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-.154-8.77h6.131q-.43-1.447-1.39-2.487t-2.371-1.58zm-1.475 1l3.094-5.284q-1.524-.365-2.927-.011T8.04 8.182zM5.85 14h4.637L7.469 8.716q-.952 1.032-1.408 2.425T5.85 14m3.935 4.817l2.33-4.048H6.024q.368 1.347 1.388 2.447t2.374 1.601m.769.237q1.79.429 3.187-.064q1.396-.494 2.219-1.173l-2.37-4.086zm5.977-1.77q.688-.678 1.314-2.123T18.15 12h-4.675z"/></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 3V2h6v1zm3 18q-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.475l1.335-1.335l.708.708l-1.323 1.335q.938 1.136 1.463 2.427Q20 11.425 20 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-.154-8.77h6.131q-.43-1.447-1.39-2.487t-2.371-1.58zm-1.475 1l3.094-5.284q-1.524-.365-2.927-.011T8.04 8.182zM5.85 14h4.637L7.469 8.716q-.952 1.032-1.408 2.425T5.85 14m3.935 4.817l2.33-4.048H6.024q.368 1.347 1.388 2.447t2.374 1.601m.769.237q1.79.429 3.187-.064q1.396-.494 2.219-1.173l-2.37-4.086zm5.977-1.77q.688-.678 1.314-2.123T18.15 12h-4.675z"/></svg>
</template>

CSS

.icon-shutter-speed {
  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%203V2h6v1zm3%2018q-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.475l1.335-1.335l.708.708l-1.323%201.335q.938%201.136%201.463%202.427Q20%2011.425%2020%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-.154-8.77h6.131q-.43-1.447-1.39-2.487t-2.371-1.58zm-1.475%201l3.094-5.284q-1.524-.365-2.927-.011T8.04%208.182zM5.85%2014h4.637L7.469%208.716q-.952%201.032-1.408%202.425T5.85%2014m3.935%204.817l2.33-4.048H6.024q.368%201.347%201.388%202.447t2.374%201.601m.769.237q1.79.429%203.187-.064q1.396-.494%202.219-1.173l-2.37-4.086zm5.977-1.77q.688-.678%201.314-2.123T18.15%2012h-4.675z%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%203V2h6v1zm3%2018q-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.475l1.335-1.335l.708.708l-1.323%201.335q.938%201.136%201.463%202.427Q20%2011.425%2020%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-.154-8.77h6.131q-.43-1.447-1.39-2.487t-2.371-1.58zm-1.475%201l3.094-5.284q-1.524-.365-2.927-.011T8.04%208.182zM5.85%2014h4.637L7.469%208.716q-.952%201.032-1.408%202.425T5.85%2014m3.935%204.817l2.33-4.048H6.024q.368%201.347%201.388%202.447t2.374%201.601m.769.237q1.79.429%203.187-.064q1.396-.494%202.219-1.173l-2.37-4.086zm5.977-1.77q.688-.678%201.314-2.123T18.15%2012h-4.675z%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.svg?color=%231a73e8&size=48