md stopwatch icon
md-stopwatch from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-stopwatch
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- android-stopwatch
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md stopwatch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M232 306.667h48V176h-48v130.667z" fill="currentColor"/><path d="M407.67 170.271l30.786-30.786-33.942-33.941-30.785 30.786C341.217 111.057 300.369 96 256 96 149.961 96 64 181.961 64 288s85.961 192 192 192 192-85.961 192-192c0-44.369-15.057-85.217-40.33-117.729zm-45.604 223.795C333.734 422.398 296.066 438 256 438s-77.735-15.602-106.066-43.934C121.602 365.735 106 328.066 106 288s15.602-77.735 43.934-106.066C178.265 153.602 215.934 138 256 138s77.734 15.602 106.066 43.934C390.398 210.265 406 247.934 406 288s-15.602 77.735-43.934 106.066z" fill="currentColor"/><path d="M192 32h128v48H192z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdStopwatch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M232 306.667h48V176h-48v130.667z" fill="currentColor"/><path d="M407.67 170.271l30.786-30.786-33.942-33.941-30.785 30.786C341.217 111.057 300.369 96 256 96 149.961 96 64 181.961 64 288s85.961 192 192 192 192-85.961 192-192c0-44.369-15.057-85.217-40.33-117.729zm-45.604 223.795C333.734 422.398 296.066 438 256 438s-77.735-15.602-106.066-43.934C121.602 365.735 106 328.066 106 288s15.602-77.735 43.934-106.066C178.265 153.602 215.934 138 256 138s77.734 15.602 106.066 43.934C390.398 210.265 406 247.934 406 288s-15.602 77.735-43.934 106.066z" fill="currentColor"/><path d="M192 32h128v48H192z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M232 306.667h48V176h-48v130.667z" fill="currentColor"/><path d="M407.67 170.271l30.786-30.786-33.942-33.941-30.785 30.786C341.217 111.057 300.369 96 256 96 149.961 96 64 181.961 64 288s85.961 192 192 192 192-85.961 192-192c0-44.369-15.057-85.217-40.33-117.729zm-45.604 223.795C333.734 422.398 296.066 438 256 438s-77.735-15.602-106.066-43.934C121.602 365.735 106 328.066 106 288s15.602-77.735 43.934-106.066C178.265 153.602 215.934 138 256 138s77.734 15.602 106.066 43.934C390.398 210.265 406 247.934 406 288s-15.602 77.735-43.934 106.066z" fill="currentColor"/><path d="M192 32h128v48H192z" fill="currentColor"/></svg> </template>
CSS
.icon-md-stopwatch {
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%20512%20512%22%3E%3Cpath%20d%3D%22M232%20306.667h48V176h-48v130.667z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M407.67%20170.271l30.786-30.786-33.942-33.941-30.785%2030.786C341.217%20111.057%20300.369%2096%20256%2096%20149.961%2096%2064%20181.961%2064%20288s85.961%20192%20192%20192%20192-85.961%20192-192c0-44.369-15.057-85.217-40.33-117.729zm-45.604%20223.795C333.734%20422.398%20296.066%20438%20256%20438s-77.735-15.602-106.066-43.934C121.602%20365.735%20106%20328.066%20106%20288s15.602-77.735%2043.934-106.066C178.265%20153.602%20215.934%20138%20256%20138s77.734%2015.602%20106.066%2043.934C390.398%20210.265%20406%20247.934%20406%20288s-15.602%2077.735-43.934%20106.066z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%2032h128v48H192z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M232%20306.667h48V176h-48v130.667z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M407.67%20170.271l30.786-30.786-33.942-33.941-30.785%2030.786C341.217%20111.057%20300.369%2096%20256%2096%20149.961%2096%2064%20181.961%2064%20288s85.961%20192%20192%20192%20192-85.961%20192-192c0-44.369-15.057-85.217-40.33-117.729zm-45.604%20223.795C333.734%20422.398%20296.066%20438%20256%20438s-77.735-15.602-106.066-43.934C121.602%20365.735%20106%20328.066%20106%20288s15.602-77.735%2043.934-106.066C178.265%20153.602%20215.934%20138%20256%20138s77.734%2015.602%20106.066%2043.934C390.398%20210.265%20406%20247.934%20406%20288s-15.602%2077.735-43.934%20106.066z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192%2032h128v48H192z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-stopwatch.svg?color=%231a73e8&size=48