round shutter speed icon
round-shutter-speed from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- round-shutter-speed
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the round 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 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1m9.03 4.39l.75-.75a.993.993 0 0 0 0-1.4l-.01-.01a.993.993 0 0 0-1.4 0l-.75.75A8.96 8.96 0 0 0 12 4c-4.8 0-8.88 3.96-9 8.76A9 9 0 0 0 12 22a8.994 8.994 0 0 0 7.03-14.61M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7s7 3.13 7 7s-3.13 7-7 7m-1.19-5h-3.7c-.38 0-.62.4-.45.74a5.66 5.66 0 0 0 2.57 2.57c.23.11.52.02.65-.21l1.37-2.35a.503.503 0 0 0-.44-.75m3.92-7.35a.5.5 0 0 0-.65.2l-1.38 2.39a.5.5 0 0 0 .43.76h3.76c.38 0 .62-.4.45-.73a6.06 6.06 0 0 0-2.61-2.62m-.85 7.05a.499.499 0 0 0-.87-.01l-2.04 3.52a.5.5 0 0 0 .39.75c1.34.14 2.69-.18 3.83-.89c.22-.14.28-.43.16-.66zm-3.57-1.47L7.93 9.57c-.2-.3-.64-.3-.84 0a6.05 6.05 0 0 0-1.05 3.98c.02.26.24.45.5.45h3.35c.39 0 .63-.44.42-.77m3.66-.49l2.02 3.74c.18.33.64.35.86.05c.86-1.18 1.24-2.62 1.12-4.08a.5.5 0 0 0-.5-.45h-3.05c-.39 0-.63.4-.45.74m-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76c-1.36-.12-2.73.21-3.88.97c-.22.15-.27.46-.13.68z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundShutterSpeed(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 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1m9.03 4.39l.75-.75a.993.993 0 0 0 0-1.4l-.01-.01a.993.993 0 0 0-1.4 0l-.75.75A8.96 8.96 0 0 0 12 4c-4.8 0-8.88 3.96-9 8.76A9 9 0 0 0 12 22a8.994 8.994 0 0 0 7.03-14.61M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7s7 3.13 7 7s-3.13 7-7 7m-1.19-5h-3.7c-.38 0-.62.4-.45.74a5.66 5.66 0 0 0 2.57 2.57c.23.11.52.02.65-.21l1.37-2.35a.503.503 0 0 0-.44-.75m3.92-7.35a.5.5 0 0 0-.65.2l-1.38 2.39a.5.5 0 0 0 .43.76h3.76c.38 0 .62-.4.45-.73a6.06 6.06 0 0 0-2.61-2.62m-.85 7.05a.499.499 0 0 0-.87-.01l-2.04 3.52a.5.5 0 0 0 .39.75c1.34.14 2.69-.18 3.83-.89c.22-.14.28-.43.16-.66zm-3.57-1.47L7.93 9.57c-.2-.3-.64-.3-.84 0a6.05 6.05 0 0 0-1.05 3.98c.02.26.24.45.5.45h3.35c.39 0 .63-.44.42-.77m3.66-.49l2.02 3.74c.18.33.64.35.86.05c.86-1.18 1.24-2.62 1.12-4.08a.5.5 0 0 0-.5-.45h-3.05c-.39 0-.63.4-.45.74m-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76c-1.36-.12-2.73.21-3.88.97c-.22.15-.27.46-.13.68z"/></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 3h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1m9.03 4.39l.75-.75a.993.993 0 0 0 0-1.4l-.01-.01a.993.993 0 0 0-1.4 0l-.75.75A8.96 8.96 0 0 0 12 4c-4.8 0-8.88 3.96-9 8.76A9 9 0 0 0 12 22a8.994 8.994 0 0 0 7.03-14.61M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7s7 3.13 7 7s-3.13 7-7 7m-1.19-5h-3.7c-.38 0-.62.4-.45.74a5.66 5.66 0 0 0 2.57 2.57c.23.11.52.02.65-.21l1.37-2.35a.503.503 0 0 0-.44-.75m3.92-7.35a.5.5 0 0 0-.65.2l-1.38 2.39a.5.5 0 0 0 .43.76h3.76c.38 0 .62-.4.45-.73a6.06 6.06 0 0 0-2.61-2.62m-.85 7.05a.499.499 0 0 0-.87-.01l-2.04 3.52a.5.5 0 0 0 .39.75c1.34.14 2.69-.18 3.83-.89c.22-.14.28-.43.16-.66zm-3.57-1.47L7.93 9.57c-.2-.3-.64-.3-.84 0a6.05 6.05 0 0 0-1.05 3.98c.02.26.24.45.5.45h3.35c.39 0 .63-.44.42-.77m3.66-.49l2.02 3.74c.18.33.64.35.86.05c.86-1.18 1.24-2.62 1.12-4.08a.5.5 0 0 0-.5-.45h-3.05c-.39 0-.63.4-.45.74m-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76c-1.36-.12-2.73.21-3.88.97c-.22.15-.27.46-.13.68z"/></svg> </template>
CSS
.icon-round-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%22M10%203h4c.55%200%201-.45%201-1s-.45-1-1-1h-4c-.55%200-1%20.45-1%201s.45%201%201%201m9.03%204.39l.75-.75a.993.993%200%200%200%200-1.4l-.01-.01a.993.993%200%200%200-1.4%200l-.75.75A8.96%208.96%200%200%200%2012%204c-4.8%200-8.88%203.96-9%208.76A9%209%200%200%200%2012%2022a8.994%208.994%200%200%200%207.03-14.61M12%2020c-3.87%200-7-3.13-7-7s3.13-7%207-7s7%203.13%207%207s-3.13%207-7%207m-1.19-5h-3.7c-.38%200-.62.4-.45.74a5.66%205.66%200%200%200%202.57%202.57c.23.11.52.02.65-.21l1.37-2.35a.503.503%200%200%200-.44-.75m3.92-7.35a.5.5%200%200%200-.65.2l-1.38%202.39a.5.5%200%200%200%20.43.76h3.76c.38%200%20.62-.4.45-.73a6.06%206.06%200%200%200-2.61-2.62m-.85%207.05a.499.499%200%200%200-.87-.01l-2.04%203.52a.5.5%200%200%200%20.39.75c1.34.14%202.69-.18%203.83-.89c.22-.14.28-.43.16-.66zm-3.57-1.47L7.93%209.57c-.2-.3-.64-.3-.84%200a6.05%206.05%200%200%200-1.05%203.98c.02.26.24.45.5.45h3.35c.39%200%20.63-.44.42-.77m3.66-.49l2.02%203.74c.18.33.64.35.86.05c.86-1.18%201.24-2.62%201.12-4.08a.5.5%200%200%200-.5-.45h-3.05c-.39%200-.63.4-.45.74m-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76c-1.36-.12-2.73.21-3.88.97c-.22.15-.27.46-.13.68z%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%203h4c.55%200%201-.45%201-1s-.45-1-1-1h-4c-.55%200-1%20.45-1%201s.45%201%201%201m9.03%204.39l.75-.75a.993.993%200%200%200%200-1.4l-.01-.01a.993.993%200%200%200-1.4%200l-.75.75A8.96%208.96%200%200%200%2012%204c-4.8%200-8.88%203.96-9%208.76A9%209%200%200%200%2012%2022a8.994%208.994%200%200%200%207.03-14.61M12%2020c-3.87%200-7-3.13-7-7s3.13-7%207-7s7%203.13%207%207s-3.13%207-7%207m-1.19-5h-3.7c-.38%200-.62.4-.45.74a5.66%205.66%200%200%200%202.57%202.57c.23.11.52.02.65-.21l1.37-2.35a.503.503%200%200%200-.44-.75m3.92-7.35a.5.5%200%200%200-.65.2l-1.38%202.39a.5.5%200%200%200%20.43.76h3.76c.38%200%20.62-.4.45-.73a6.06%206.06%200%200%200-2.61-2.62m-.85%207.05a.499.499%200%200%200-.87-.01l-2.04%203.52a.5.5%200%200%200%20.39.75c1.34.14%202.69-.18%203.83-.89c.22-.14.28-.43.16-.66zm-3.57-1.47L7.93%209.57c-.2-.3-.64-.3-.84%200a6.05%206.05%200%200%200-1.05%203.98c.02.26.24.45.5.45h3.35c.39%200%20.63-.44.42-.77m3.66-.49l2.02%203.74c.18.33.64.35.86.05c.86-1.18%201.24-2.62%201.12-4.08a.5.5%200%200%200-.5-.45h-3.05c-.39%200-.63.4-.45.74m-3.8-1.57c.2.31.66.3.85-.02l1.94-3.35c.19-.32-.03-.72-.4-.76c-1.36-.12-2.73.21-3.88.97c-.22.15-.27.46-.13.68z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-shutter-speed.svg?color=%231a73e8&size=48