baseline more time icon

baseline-more-time from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
baseline-more-time
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the baseline more time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8v6l4.7 2.9l.8-1.2l-4-2.4V8z"/><path fill="currentColor" d="M17.92 12A6.957 6.957 0 0 1 11 20c-3.9 0-7-3.1-7-7s3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23c-5 0-9 4-9 9s4 9 9 9a8.963 8.963 0 0 0 8.94-10z"/><path fill="currentColor" d="M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineMoreTime(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="M10 8v6l4.7 2.9l.8-1.2l-4-2.4V8z"/><path fill="currentColor" d="M17.92 12A6.957 6.957 0 0 1 11 20c-3.9 0-7-3.1-7-7s3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23c-5 0-9 4-9 9s4 9 9 9a8.963 8.963 0 0 0 8.94-10z"/><path fill="currentColor" d="M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8v6l4.7 2.9l.8-1.2l-4-2.4V8z"/><path fill="currentColor" d="M17.92 12A6.957 6.957 0 0 1 11 20c-3.9 0-7-3.1-7-7s3.1-7 7-7c.7 0 1.37.1 2 .29V4.23c-.64-.15-1.31-.23-2-.23c-5 0-9 4-9 9s4 9 9 9a8.963 8.963 0 0 0 8.94-10z"/><path fill="currentColor" d="M20 5V2h-2v3h-3v2h3v3h2V7h3V5z"/></svg>
</template>

CSS

.icon-baseline-more-time {
  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%22M10%208v6l4.7%202.9l.8-1.2l-4-2.4V8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.92%2012A6.957%206.957%200%200%201%2011%2020c-3.9%200-7-3.1-7-7s3.1-7%207-7c.7%200%201.37.1%202%20.29V4.23c-.64-.15-1.31-.23-2-.23c-5%200-9%204-9%209s4%209%209%209a8.963%208.963%200%200%200%208.94-10z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%205V2h-2v3h-3v2h3v3h2V7h3V5z%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%22M10%208v6l4.7%202.9l.8-1.2l-4-2.4V8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.92%2012A6.957%206.957%200%200%201%2011%2020c-3.9%200-7-3.1-7-7s3.1-7%207-7c.7%200%201.37.1%202%20.29V4.23c-.64-.15-1.31-.23-2-.23c-5%200-9%204-9%209s4%209%209%209a8.963%208.963%200%200%200%208.94-10z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%205V2h-2v3h-3v2h3v3h2V7h3V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-more-time.svg?color=%231a73e8&size=48