md timer icon
md-timer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-timer
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
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 timer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M232.9 371.6c0 12.7 10.4 23.1 23.1 23.1s23.1-10.4 23.1-23.1c0-12.7-10.4-23.1-23.1-23.1s-23.1 10.3-23.1 23.1zm0-323.6v92.4h46.2V96.1c78.3 11.3 138.7 78.3 138.7 159.9 0 89.4-72.3 161.8-161.8 161.8S94.2 345.4 94.2 256c0-38.8 13.6-74.4 36.5-102.2L256 279.1l32.6-32.6L131.4 89.4v.5C80.8 127.7 48 187.8 48 256c0 114.9 92.9 208 208 208 114.9 0 208-93.1 208-208S370.9 48 256 48h-23.1zm161.8 208c0-12.7-10.4-23.1-23.1-23.1-12.7 0-23.1 10.4-23.1 23.1s10.4 23.1 23.1 23.1c12.7 0 23.1-10.4 23.1-23.1zm-277.4 0c0 12.7 10.4 23.1 23.1 23.1s23.1-10.4 23.1-23.1-10.4-23.1-23.1-23.1-23.1 10.4-23.1 23.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdTimer(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.9 371.6c0 12.7 10.4 23.1 23.1 23.1s23.1-10.4 23.1-23.1c0-12.7-10.4-23.1-23.1-23.1s-23.1 10.3-23.1 23.1zm0-323.6v92.4h46.2V96.1c78.3 11.3 138.7 78.3 138.7 159.9 0 89.4-72.3 161.8-161.8 161.8S94.2 345.4 94.2 256c0-38.8 13.6-74.4 36.5-102.2L256 279.1l32.6-32.6L131.4 89.4v.5C80.8 127.7 48 187.8 48 256c0 114.9 92.9 208 208 208 114.9 0 208-93.1 208-208S370.9 48 256 48h-23.1zm161.8 208c0-12.7-10.4-23.1-23.1-23.1-12.7 0-23.1 10.4-23.1 23.1s10.4 23.1 23.1 23.1c12.7 0 23.1-10.4 23.1-23.1zm-277.4 0c0 12.7 10.4 23.1 23.1 23.1s23.1-10.4 23.1-23.1-10.4-23.1-23.1-23.1-23.1 10.4-23.1 23.1z" 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.9 371.6c0 12.7 10.4 23.1 23.1 23.1s23.1-10.4 23.1-23.1c0-12.7-10.4-23.1-23.1-23.1s-23.1 10.3-23.1 23.1zm0-323.6v92.4h46.2V96.1c78.3 11.3 138.7 78.3 138.7 159.9 0 89.4-72.3 161.8-161.8 161.8S94.2 345.4 94.2 256c0-38.8 13.6-74.4 36.5-102.2L256 279.1l32.6-32.6L131.4 89.4v.5C80.8 127.7 48 187.8 48 256c0 114.9 92.9 208 208 208 114.9 0 208-93.1 208-208S370.9 48 256 48h-23.1zm161.8 208c0-12.7-10.4-23.1-23.1-23.1-12.7 0-23.1 10.4-23.1 23.1s10.4 23.1 23.1 23.1c12.7 0 23.1-10.4 23.1-23.1zm-277.4 0c0 12.7 10.4 23.1 23.1 23.1s23.1-10.4 23.1-23.1-10.4-23.1-23.1-23.1-23.1 10.4-23.1 23.1z" fill="currentColor"/></svg> </template>
CSS
.icon-md-timer {
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.9%20371.6c0%2012.7%2010.4%2023.1%2023.1%2023.1s23.1-10.4%2023.1-23.1c0-12.7-10.4-23.1-23.1-23.1s-23.1%2010.3-23.1%2023.1zm0-323.6v92.4h46.2V96.1c78.3%2011.3%20138.7%2078.3%20138.7%20159.9%200%2089.4-72.3%20161.8-161.8%20161.8S94.2%20345.4%2094.2%20256c0-38.8%2013.6-74.4%2036.5-102.2L256%20279.1l32.6-32.6L131.4%2089.4v.5C80.8%20127.7%2048%20187.8%2048%20256c0%20114.9%2092.9%20208%20208%20208%20114.9%200%20208-93.1%20208-208S370.9%2048%20256%2048h-23.1zm161.8%20208c0-12.7-10.4-23.1-23.1-23.1-12.7%200-23.1%2010.4-23.1%2023.1s10.4%2023.1%2023.1%2023.1c12.7%200%2023.1-10.4%2023.1-23.1zm-277.4%200c0%2012.7%2010.4%2023.1%2023.1%2023.1s23.1-10.4%2023.1-23.1-10.4-23.1-23.1-23.1-23.1%2010.4-23.1%2023.1z%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.9%20371.6c0%2012.7%2010.4%2023.1%2023.1%2023.1s23.1-10.4%2023.1-23.1c0-12.7-10.4-23.1-23.1-23.1s-23.1%2010.3-23.1%2023.1zm0-323.6v92.4h46.2V96.1c78.3%2011.3%20138.7%2078.3%20138.7%20159.9%200%2089.4-72.3%20161.8-161.8%20161.8S94.2%20345.4%2094.2%20256c0-38.8%2013.6-74.4%2036.5-102.2L256%20279.1l32.6-32.6L131.4%2089.4v.5C80.8%20127.7%2048%20187.8%2048%20256c0%20114.9%2092.9%20208%20208%20208%20114.9%200%20208-93.1%20208-208S370.9%2048%20256%2048h-23.1zm161.8%20208c0-12.7-10.4-23.1-23.1-23.1-12.7%200-23.1%2010.4-23.1%2023.1s10.4%2023.1%2023.1%2023.1c12.7%200%2023.1-10.4%2023.1-23.1zm-277.4%200c0%2012.7%2010.4%2023.1%2023.1%2023.1s23.1-10.4%2023.1-23.1-10.4-23.1-23.1-23.1-23.1%2010.4-23.1%2023.1z%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-timer.svg?color=%231a73e8&size=48