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

Name
shutter-speed-outline
Set
Material Symbols Light
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
shutter-speed-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 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 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-1.706-.472-3.326-.092T7.65 7.5zM5.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.5m.77.223q2.13.618 3.728.038T16.35 18.5l-2.754-4.77zm6.776-1.73q.6-.662 1.453-2.198q.853-1.535.501-3.795h-5.42z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShutterSpeedOutline(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 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-1.706-.472-3.326-.092T7.65 7.5zM5.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.5m.77.223q2.13.618 3.728.038T16.35 18.5l-2.754-4.77zm6.776-1.73q.6-.662 1.453-2.198q.853-1.535.501-3.795h-5.42z"/></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 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-1.706-.472-3.326-.092T7.65 7.5zM5.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.5m.77.223q2.13.618 3.728.038T16.35 18.5l-2.754-4.77zm6.776-1.73q.6-.662 1.453-2.198q.853-1.535.501-3.795h-5.42z"/></svg>
</template>

CSS

.icon-shutter-speed-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%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%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-1.706-.472-3.326-.092T7.65%207.5zM5.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.5m.77.223q2.13.618%203.728.038T16.35%2018.5l-2.754-4.77zm6.776-1.73q.6-.662%201.453-2.198q.853-1.535.501-3.795h-5.42z%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%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-1.706-.472-3.326-.092T7.65%207.5zM5.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.5m.77.223q2.13.618%203.728.038T16.35%2018.5l-2.754-4.77zm6.776-1.73q.6-.662%201.453-2.198q.853-1.535.501-3.795h-5.42z%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-outline.svg?color=%231a73e8&size=48