clock star four points icon

clock-star-four-points from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
clock-star-four-points
Set
Material Design Icons
Style
Filled
Category
Date / Time
Viewbox
24×24
License
Apache 2.0
Aliases
clock-auto

1 other variant in Material Design Icons

More date / time icons from Material Design Icons

Use the clock star four points icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.4 15.1c-.9 1.1-1.4 2.4-1.4 3.9c0 1 .3 2 .7 2.8c-.5.1-1.1.2-1.7.2c-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .5-.08.97-.16 1.5l-.04.2C21 13.3 20 13 19 13c-1.3 0-2.4.4-3.4 1.1l-3.1-1.9V7H11v6zm3.34 2.65L19 15l1.25 2.75L23 19l-2.75 1.26L19 23l-1.26-2.74L15 19z"/></svg>

React

import type { SVGProps } from "react";

export function MdiClockStarFourPoints(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="M14.4 15.1c-.9 1.1-1.4 2.4-1.4 3.9c0 1 .3 2 .7 2.8c-.5.1-1.1.2-1.7.2c-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .5-.08.97-.16 1.5l-.04.2C21 13.3 20 13 19 13c-1.3 0-2.4.4-3.4 1.1l-3.1-1.9V7H11v6zm3.34 2.65L19 15l1.25 2.75L23 19l-2.75 1.26L19 23l-1.26-2.74L15 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.4 15.1c-.9 1.1-1.4 2.4-1.4 3.9c0 1 .3 2 .7 2.8c-.5.1-1.1.2-1.7.2c-5.5 0-10-4.5-10-10S6.5 2 12 2s10 4.5 10 10c0 .5-.08.97-.16 1.5l-.04.2C21 13.3 20 13 19 13c-1.3 0-2.4.4-3.4 1.1l-3.1-1.9V7H11v6zm3.34 2.65L19 15l1.25 2.75L23 19l-2.75 1.26L19 23l-1.26-2.74L15 19z"/></svg>
</template>

CSS

.icon-clock-star-four-points {
  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%22M14.4%2015.1c-.9%201.1-1.4%202.4-1.4%203.9c0%201%20.3%202%20.7%202.8c-.5.1-1.1.2-1.7.2c-5.5%200-10-4.5-10-10S6.5%202%2012%202s10%204.5%2010%2010c0%20.5-.08.97-.16%201.5l-.04.2C21%2013.3%2020%2013%2019%2013c-1.3%200-2.4.4-3.4%201.1l-3.1-1.9V7H11v6zm3.34%202.65L19%2015l1.25%202.75L23%2019l-2.75%201.26L19%2023l-1.26-2.74L15%2019z%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%22M14.4%2015.1c-.9%201.1-1.4%202.4-1.4%203.9c0%201%20.3%202%20.7%202.8c-.5.1-1.1.2-1.7.2c-5.5%200-10-4.5-10-10S6.5%202%2012%202s10%204.5%2010%2010c0%20.5-.08.97-.16%201.5l-.04.2C21%2013.3%2020%2013%2019%2013c-1.3%200-2.4.4-3.4%201.1l-3.1-1.9V7H11v6zm3.34%202.65L19%2015l1.25%202.75L23%2019l-2.75%201.26L19%2023l-1.26-2.74L15%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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