round-upcoming from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-upcoming
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round upcoming icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.45 6.55a.99.99 0 0 0-1.39 0L16.89 8.7a.97.97 0 0 0 0 1.39l.01.01c.39.39 1.01.39 1.4 0c.62-.63 1.52-1.54 2.15-2.17c.38-.38.38-1 0-1.38M12.02 3h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99h.03c.55 0 .99-.44.99-.98V3.98c0-.54-.44-.98-.98-.98M7.1 10.11l.01-.01a.99.99 0 0 0 0-1.39L4.96 6.54a.97.97 0 0 0-1.39 0l-.02.01a.97.97 0 0 0 0 1.39c.63.62 1.53 1.54 2.15 2.17c.39.38 1.02.38 1.4 0M12 15c-1.24 0-2.31-.75-2.76-1.83c-.32-.74-1.1-1.17-1.9-1.17H4c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-3.34c-.8 0-1.58.43-1.9 1.17A2.985 2.985 0 0 1 12 15"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundUpcoming(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="M20.45 6.55a.99.99 0 0 0-1.39 0L16.89 8.7a.97.97 0 0 0 0 1.39l.01.01c.39.39 1.01.39 1.4 0c.62-.63 1.52-1.54 2.15-2.17c.38-.38.38-1 0-1.38M12.02 3h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99h.03c.55 0 .99-.44.99-.98V3.98c0-.54-.44-.98-.98-.98M7.1 10.11l.01-.01a.99.99 0 0 0 0-1.39L4.96 6.54a.97.97 0 0 0-1.39 0l-.02.01a.97.97 0 0 0 0 1.39c.63.62 1.53 1.54 2.15 2.17c.39.38 1.02.38 1.4 0M12 15c-1.24 0-2.31-.75-2.76-1.83c-.32-.74-1.1-1.17-1.9-1.17H4c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-3.34c-.8 0-1.58.43-1.9 1.17A2.985 2.985 0 0 1 12 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.45 6.55a.99.99 0 0 0-1.39 0L16.89 8.7a.97.97 0 0 0 0 1.39l.01.01c.39.39 1.01.39 1.4 0c.62-.63 1.52-1.54 2.15-2.17c.38-.38.38-1 0-1.38M12.02 3h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99h.03c.55 0 .99-.44.99-.98V3.98c0-.54-.44-.98-.98-.98M7.1 10.11l.01-.01a.99.99 0 0 0 0-1.39L4.96 6.54a.97.97 0 0 0-1.39 0l-.02.01a.97.97 0 0 0 0 1.39c.63.62 1.53 1.54 2.15 2.17c.39.38 1.02.38 1.4 0M12 15c-1.24 0-2.31-.75-2.76-1.83c-.32-.74-1.1-1.17-1.9-1.17H4c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-3.34c-.8 0-1.58.43-1.9 1.17A2.985 2.985 0 0 1 12 15"/></svg>
</template>

CSS

.icon-round-upcoming {
  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%22M20.45%206.55a.99.99%200%200%200-1.39%200L16.89%208.7a.97.97%200%200%200%200%201.39l.01.01c.39.39%201.01.39%201.4%200c.62-.63%201.52-1.54%202.15-2.17c.38-.38.38-1%200-1.38M12.02%203h-.03c-.55%200-.99.44-.99.98v3.03c0%20.55.44.99.98.99h.03c.55%200%20.99-.44.99-.98V3.98c0-.54-.44-.98-.98-.98M7.1%2010.11l.01-.01a.99.99%200%200%200%200-1.39L4.96%206.54a.97.97%200%200%200-1.39%200l-.02.01a.97.97%200%200%200%200%201.39c.63.62%201.53%201.54%202.15%202.17c.39.38%201.02.38%201.4%200M12%2015c-1.24%200-2.31-.75-2.76-1.83c-.32-.74-1.1-1.17-1.9-1.17H4c-1.1%200-2%20.9-2%202v5c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-5c0-1.1-.9-2-2-2h-3.34c-.8%200-1.58.43-1.9%201.17A2.985%202.985%200%200%201%2012%2015%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%22M20.45%206.55a.99.99%200%200%200-1.39%200L16.89%208.7a.97.97%200%200%200%200%201.39l.01.01c.39.39%201.01.39%201.4%200c.62-.63%201.52-1.54%202.15-2.17c.38-.38.38-1%200-1.38M12.02%203h-.03c-.55%200-.99.44-.99.98v3.03c0%20.55.44.99.98.99h.03c.55%200%20.99-.44.99-.98V3.98c0-.54-.44-.98-.98-.98M7.1%2010.11l.01-.01a.99.99%200%200%200%200-1.39L4.96%206.54a.97.97%200%200%200-1.39%200l-.02.01a.97.97%200%200%200%200%201.39c.63.62%201.53%201.54%202.15%202.17c.39.38%201.02.38%201.4%200M12%2015c-1.24%200-2.31-.75-2.76-1.83c-.32-.74-1.1-1.17-1.9-1.17H4c-1.1%200-2%20.9-2%202v5c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-5c0-1.1-.9-2-2-2h-3.34c-.8%200-1.58.43-1.9%201.17A2.985%202.985%200%200%201%2012%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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