timer-settings-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
timer-settings-outline
Set
Material Design Icons
Style
Outline
Category
Date / Time
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More date / time icons from Material Design Icons

Use the timer settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7m7-12.6L20.5 5c-.5-.5-1-1-1.5-1.4L17.6 5C16 3.7 14.1 3 12 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-2.1-.7-4.1-2-5.6M11 13h2V7h-2m4-7H9v2h6zm-2 22h-2v2h2zm4 0h-2v2h2zm-8 0H7v2h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTimerSettingsOutline(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 19c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7m7-12.6L20.5 5c-.5-.5-1-1-1.5-1.4L17.6 5C16 3.7 14.1 3 12 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-2.1-.7-4.1-2-5.6M11 13h2V7h-2m4-7H9v2h6zm-2 22h-2v2h2zm4 0h-2v2h2zm-8 0H7v2h2z"/></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 19c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7m7-12.6L20.5 5c-.5-.5-1-1-1.5-1.4L17.6 5C16 3.7 14.1 3 12 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-2.1-.7-4.1-2-5.6M11 13h2V7h-2m4-7H9v2h6zm-2 22h-2v2h2zm4 0h-2v2h2zm-8 0H7v2h2z"/></svg>
</template>

CSS

.icon-timer-settings-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%22M12%2019c-3.9%200-7-3.1-7-7s3.1-7%207-7s7%203.1%207%207s-3.1%207-7%207m7-12.6L20.5%205c-.5-.5-1-1-1.5-1.4L17.6%205C16%203.7%2014.1%203%2012%203c-5%200-9%204-9%209s4%209%209%209s9-4%209-9c0-2.1-.7-4.1-2-5.6M11%2013h2V7h-2m4-7H9v2h6zm-2%2022h-2v2h2zm4%200h-2v2h2zm-8%200H7v2h2z%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%2019c-3.9%200-7-3.1-7-7s3.1-7%207-7s7%203.1%207%207s-3.1%207-7%207m7-12.6L20.5%205c-.5-.5-1-1-1.5-1.4L17.6%205C16%203.7%2014.1%203%2012%203c-5%200-9%204-9%209s4%209%209%209s9-4%209-9c0-2.1-.7-4.1-2-5.6M11%2013h2V7h-2m4-7H9v2h6zm-2%2022h-2v2h2zm4%200h-2v2h2zm-8%200H7v2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/timer-settings-outline.svg?color=%231a73e8&size=48