twotone shutter speed icon
twotone-shutter-speed from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-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 twotone 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="M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7s-3.13-7-7-7m0 1c.46 0 .9.06 1.33.15l-2.72 4.7l-2.32-3.56C9.31 7.49 10.6 7 12 7m-6 6c0-1.54.59-2.95 1.55-4.01L10.81 14H6.09c-.05-.33-.09-.66-.09-1m.35 2h5.33l-2.03 3.5l.11.06A6 6 0 0 1 6.35 15M12 19c-.48 0-.94-.06-1.39-.17l2.85-4.92l2.11 3.9A5.98 5.98 0 0 1 12 19m6-6c0 1.6-.63 3.06-1.66 4.13L13.57 12h4.34c.05.33.09.66.09 1m-5.74-2l2.05-3.54c1.56.65 2.77 1.94 3.34 3.54z" opacity=".3"/><path fill="currentColor" d="M7.55 8.99A5.97 5.97 0 0 0 6 13c0 .34.04.67.09 1h4.72zm6.76-1.53L12.26 11h5.39a6 6 0 0 0-3.34-3.54m-.98-.31C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56zM11.68 15H6.35a6 6 0 0 0 3.41 3.56l-.11-.06zm7.35-7.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42A8.96 8.96 0 0 0 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9a8.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 7M9 1h6v2H9zm7.34 16.13A5.94 5.94 0 0 0 18 13c0-.34-.04-.67-.09-1h-4.34zm-5.73 1.7c.45.11.91.17 1.39.17c1.34 0 2.57-.45 3.57-1.19l-2.11-3.9z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneShutterSpeed(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="M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7s-3.13-7-7-7m0 1c.46 0 .9.06 1.33.15l-2.72 4.7l-2.32-3.56C9.31 7.49 10.6 7 12 7m-6 6c0-1.54.59-2.95 1.55-4.01L10.81 14H6.09c-.05-.33-.09-.66-.09-1m.35 2h5.33l-2.03 3.5l.11.06A6 6 0 0 1 6.35 15M12 19c-.48 0-.94-.06-1.39-.17l2.85-4.92l2.11 3.9A5.98 5.98 0 0 1 12 19m6-6c0 1.6-.63 3.06-1.66 4.13L13.57 12h4.34c.05.33.09.66.09 1m-5.74-2l2.05-3.54c1.56.65 2.77 1.94 3.34 3.54z" opacity=".3"/><path fill="currentColor" d="M7.55 8.99A5.97 5.97 0 0 0 6 13c0 .34.04.67.09 1h4.72zm6.76-1.53L12.26 11h5.39a6 6 0 0 0-3.34-3.54m-.98-.31C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56zM11.68 15H6.35a6 6 0 0 0 3.41 3.56l-.11-.06zm7.35-7.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42A8.96 8.96 0 0 0 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9a8.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 7M9 1h6v2H9zm7.34 16.13A5.94 5.94 0 0 0 18 13c0-.34-.04-.67-.09-1h-4.34zm-5.73 1.7c.45.11.91.17 1.39.17c1.34 0 2.57-.45 3.57-1.19l-2.11-3.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-3.87 0-7 3.13-7 7s3.13 7 7 7s7-3.13 7-7s-3.13-7-7-7m0 1c.46 0 .9.06 1.33.15l-2.72 4.7l-2.32-3.56C9.31 7.49 10.6 7 12 7m-6 6c0-1.54.59-2.95 1.55-4.01L10.81 14H6.09c-.05-.33-.09-.66-.09-1m.35 2h5.33l-2.03 3.5l.11.06A6 6 0 0 1 6.35 15M12 19c-.48 0-.94-.06-1.39-.17l2.85-4.92l2.11 3.9A5.98 5.98 0 0 1 12 19m6-6c0 1.6-.63 3.06-1.66 4.13L13.57 12h4.34c.05.33.09.66.09 1m-5.74-2l2.05-3.54c1.56.65 2.77 1.94 3.34 3.54z" opacity=".3"/><path fill="currentColor" d="M7.55 8.99A5.97 5.97 0 0 0 6 13c0 .34.04.67.09 1h4.72zm6.76-1.53L12.26 11h5.39a6 6 0 0 0-3.34-3.54m-.98-.31C12.9 7.06 12.46 7 12 7c-1.4 0-2.69.49-3.71 1.29l2.32 3.56zM11.68 15H6.35a6 6 0 0 0 3.41 3.56l-.11-.06zm7.35-7.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42A8.96 8.96 0 0 0 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9a8.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 7M9 1h6v2H9zm7.34 16.13A5.94 5.94 0 0 0 18 13c0-.34-.04-.67-.09-1h-4.34zm-5.73 1.7c.45.11.91.17 1.39.17c1.34 0 2.57-.45 3.57-1.19l-2.11-3.9z"/></svg> </template>
CSS
.icon-twotone-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%22M12%206c-3.87%200-7%203.13-7%207s3.13%207%207%207s7-3.13%207-7s-3.13-7-7-7m0%201c.46%200%20.9.06%201.33.15l-2.72%204.7l-2.32-3.56C9.31%207.49%2010.6%207%2012%207m-6%206c0-1.54.59-2.95%201.55-4.01L10.81%2014H6.09c-.05-.33-.09-.66-.09-1m.35%202h5.33l-2.03%203.5l.11.06A6%206%200%200%201%206.35%2015M12%2019c-.48%200-.94-.06-1.39-.17l2.85-4.92l2.11%203.9A5.98%205.98%200%200%201%2012%2019m6-6c0%201.6-.63%203.06-1.66%204.13L13.57%2012h4.34c.05.33.09.66.09%201m-5.74-2l2.05-3.54c1.56.65%202.77%201.94%203.34%203.54z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.55%208.99A5.97%205.97%200%200%200%206%2013c0%20.34.04.67.09%201h4.72zm6.76-1.53L12.26%2011h5.39a6%206%200%200%200-3.34-3.54m-.98-.31C12.9%207.06%2012.46%207%2012%207c-1.4%200-2.69.49-3.71%201.29l2.32%203.56zM11.68%2015H6.35a6%206%200%200%200%203.41%203.56l-.11-.06zm7.35-7.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42%201.42A8.96%208.96%200%200%200%2012%204c-4.97%200-9%204.03-9%209s4.02%209%209%209a8.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%207M9%201h6v2H9zm7.34%2016.13A5.94%205.94%200%200%200%2018%2013c0-.34-.04-.67-.09-1h-4.34zm-5.73%201.7c.45.11.91.17%201.39.17c1.34%200%202.57-.45%203.57-1.19l-2.11-3.9z%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%22M12%206c-3.87%200-7%203.13-7%207s3.13%207%207%207s7-3.13%207-7s-3.13-7-7-7m0%201c.46%200%20.9.06%201.33.15l-2.72%204.7l-2.32-3.56C9.31%207.49%2010.6%207%2012%207m-6%206c0-1.54.59-2.95%201.55-4.01L10.81%2014H6.09c-.05-.33-.09-.66-.09-1m.35%202h5.33l-2.03%203.5l.11.06A6%206%200%200%201%206.35%2015M12%2019c-.48%200-.94-.06-1.39-.17l2.85-4.92l2.11%203.9A5.98%205.98%200%200%201%2012%2019m6-6c0%201.6-.63%203.06-1.66%204.13L13.57%2012h4.34c.05.33.09.66.09%201m-5.74-2l2.05-3.54c1.56.65%202.77%201.94%203.34%203.54z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.55%208.99A5.97%205.97%200%200%200%206%2013c0%20.34.04.67.09%201h4.72zm6.76-1.53L12.26%2011h5.39a6%206%200%200%200-3.34-3.54m-.98-.31C12.9%207.06%2012.46%207%2012%207c-1.4%200-2.69.49-3.71%201.29l2.32%203.56zM11.68%2015H6.35a6%206%200%200%200%203.41%203.56l-.11-.06zm7.35-7.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42%201.42A8.96%208.96%200%200%200%2012%204c-4.97%200-9%204.03-9%209s4.02%209%209%209a8.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%207M9%201h6v2H9zm7.34%2016.13A5.94%205.94%200%200%200%2018%2013c0-.34-.04-.67-.09-1h-4.34zm-5.73%201.7c.45.11.91.17%201.39.17c1.34%200%202.57-.45%203.57-1.19l-2.11-3.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-shutter-speed.svg?color=%231a73e8&size=48