hours-12 from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
hours-12
Set
Material Design Icons
Style
Filled
Category
Date / Time
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More date / time icons from Material Design Icons

Use the hours 12 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v2c4 .5 7 3.8 7 7.9c0 3.2-1.9 6-4.7 7.3L13 17v5h5l-1.2-1.2c3.1-1.7 5.2-5 5.2-8.8c0-5.2-4-9.5-9-10m-2 0c-1.9.2-3.8 1-5.3 2.2l1.4 1.4C8.2 4.8 9.6 4.2 11 4zM4.2 5.7C3 7.2 2.2 9.1 2 11h2c.2-1.4.8-2.8 1.6-3.9zM2 13c.2 1.9 1 3.8 2.2 5.3l1.4-1.4C4.8 15.8 4.2 14.4 4 13zm5.1 5.4l-1.4 1.4c1.5 1.2 3.4 2 5.3 2.2v-2c-1.4-.2-2.8-.8-3.9-1.6M12 8v2h3v1h-1c-1.1 0-2 .9-2 2v3h5v-2h-3v-1h1c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2zM7 8v2h1v6h2V8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHours12(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="M13 2v2c4 .5 7 3.8 7 7.9c0 3.2-1.9 6-4.7 7.3L13 17v5h5l-1.2-1.2c3.1-1.7 5.2-5 5.2-8.8c0-5.2-4-9.5-9-10m-2 0c-1.9.2-3.8 1-5.3 2.2l1.4 1.4C8.2 4.8 9.6 4.2 11 4zM4.2 5.7C3 7.2 2.2 9.1 2 11h2c.2-1.4.8-2.8 1.6-3.9zM2 13c.2 1.9 1 3.8 2.2 5.3l1.4-1.4C4.8 15.8 4.2 14.4 4 13zm5.1 5.4l-1.4 1.4c1.5 1.2 3.4 2 5.3 2.2v-2c-1.4-.2-2.8-.8-3.9-1.6M12 8v2h3v1h-1c-1.1 0-2 .9-2 2v3h5v-2h-3v-1h1c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2zM7 8v2h1v6h2V8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2v2c4 .5 7 3.8 7 7.9c0 3.2-1.9 6-4.7 7.3L13 17v5h5l-1.2-1.2c3.1-1.7 5.2-5 5.2-8.8c0-5.2-4-9.5-9-10m-2 0c-1.9.2-3.8 1-5.3 2.2l1.4 1.4C8.2 4.8 9.6 4.2 11 4zM4.2 5.7C3 7.2 2.2 9.1 2 11h2c.2-1.4.8-2.8 1.6-3.9zM2 13c.2 1.9 1 3.8 2.2 5.3l1.4-1.4C4.8 15.8 4.2 14.4 4 13zm5.1 5.4l-1.4 1.4c1.5 1.2 3.4 2 5.3 2.2v-2c-1.4-.2-2.8-.8-3.9-1.6M12 8v2h3v1h-1c-1.1 0-2 .9-2 2v3h5v-2h-3v-1h1c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2zM7 8v2h1v6h2V8z"/></svg>
</template>

CSS

.icon-hours-12 {
  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%22M13%202v2c4%20.5%207%203.8%207%207.9c0%203.2-1.9%206-4.7%207.3L13%2017v5h5l-1.2-1.2c3.1-1.7%205.2-5%205.2-8.8c0-5.2-4-9.5-9-10m-2%200c-1.9.2-3.8%201-5.3%202.2l1.4%201.4C8.2%204.8%209.6%204.2%2011%204zM4.2%205.7C3%207.2%202.2%209.1%202%2011h2c.2-1.4.8-2.8%201.6-3.9zM2%2013c.2%201.9%201%203.8%202.2%205.3l1.4-1.4C4.8%2015.8%204.2%2014.4%204%2013zm5.1%205.4l-1.4%201.4c1.5%201.2%203.4%202%205.3%202.2v-2c-1.4-.2-2.8-.8-3.9-1.6M12%208v2h3v1h-1c-1.1%200-2%20.9-2%202v3h5v-2h-3v-1h1c1.1%200%202-.9%202-2v-1c0-1.1-.9-2-2-2zM7%208v2h1v6h2V8z%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%22M13%202v2c4%20.5%207%203.8%207%207.9c0%203.2-1.9%206-4.7%207.3L13%2017v5h5l-1.2-1.2c3.1-1.7%205.2-5%205.2-8.8c0-5.2-4-9.5-9-10m-2%200c-1.9.2-3.8%201-5.3%202.2l1.4%201.4C8.2%204.8%209.6%204.2%2011%204zM4.2%205.7C3%207.2%202.2%209.1%202%2011h2c.2-1.4.8-2.8%201.6-3.9zM2%2013c.2%201.9%201%203.8%202.2%205.3l1.4-1.4C4.8%2015.8%204.2%2014.4%204%2013zm5.1%205.4l-1.4%201.4c1.5%201.2%203.4%202%205.3%202.2v-2c-1.4-.2-2.8-.8-3.9-1.6M12%208v2h3v1h-1c-1.1%200-2%20.9-2%202v3h5v-2h-3v-1h1c1.1%200%202-.9%202-2v-1c0-1.1-.9-2-2-2zM7%208v2h1v6h2V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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