early-on from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
early-on
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the early on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21q-1.25 0-2.125-.875T14 18t.875-2.125T17 15t2.125.875T20 18t-.875 2.125T17 21m-.75-7v-2h1.5v2zm0 10v-2h1.5v2zm4.125-8.325l-1.075-1.05l1.425-1.425l1.05 1.075zm-7.1 7.1l-1.05-1.05L13.65 20.3l1.05 1.05zM21 18.75v-1.5h2v1.5zm-10 0v-1.5h2v1.5zm9.725 4.025l-1.4-1.425l1.05-1.05l1.425 1.4zm-7.1-7.075l-1.4-1.425l1.05-1.05l1.425 1.4zM5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v4H5v10h4v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEarlyOn(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="M17 21q-1.25 0-2.125-.875T14 18t.875-2.125T17 15t2.125.875T20 18t-.875 2.125T17 21m-.75-7v-2h1.5v2zm0 10v-2h1.5v2zm4.125-8.325l-1.075-1.05l1.425-1.425l1.05 1.075zm-7.1 7.1l-1.05-1.05L13.65 20.3l1.05 1.05zM21 18.75v-1.5h2v1.5zm-10 0v-1.5h2v1.5zm9.725 4.025l-1.4-1.425l1.05-1.05l1.425 1.4zm-7.1-7.075l-1.4-1.425l1.05-1.05l1.425 1.4zM5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v4H5v10h4v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21q-1.25 0-2.125-.875T14 18t.875-2.125T17 15t2.125.875T20 18t-.875 2.125T17 21m-.75-7v-2h1.5v2zm0 10v-2h1.5v2zm4.125-8.325l-1.075-1.05l1.425-1.425l1.05 1.075zm-7.1 7.1l-1.05-1.05L13.65 20.3l1.05 1.05zM21 18.75v-1.5h2v1.5zm-10 0v-1.5h2v1.5zm9.725 4.025l-1.4-1.425l1.05-1.05l1.425 1.4zm-7.1-7.075l-1.4-1.425l1.05-1.05l1.425 1.4zM5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v4H5v10h4v2z"/></svg>
</template>

CSS

.icon-early-on {
  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%22M17%2021q-1.25%200-2.125-.875T14%2018t.875-2.125T17%2015t2.125.875T20%2018t-.875%202.125T17%2021m-.75-7v-2h1.5v2zm0%2010v-2h1.5v2zm4.125-8.325l-1.075-1.05l1.425-1.425l1.05%201.075zm-7.1%207.1l-1.05-1.05L13.65%2020.3l1.05%201.05zM21%2018.75v-1.5h2v1.5zm-10%200v-1.5h2v1.5zm9.725%204.025l-1.4-1.425l1.05-1.05l1.425%201.4zm-7.1-7.075l-1.4-1.425l1.05-1.05l1.425%201.4zM5%2022q-.825%200-1.412-.587T3%2020V6q0-.825.588-1.412T5%204h1V2h2v2h8V2h2v2h1q.825%200%201.413.588T21%206v4H5v10h4v2z%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%22M17%2021q-1.25%200-2.125-.875T14%2018t.875-2.125T17%2015t2.125.875T20%2018t-.875%202.125T17%2021m-.75-7v-2h1.5v2zm0%2010v-2h1.5v2zm4.125-8.325l-1.075-1.05l1.425-1.425l1.05%201.075zm-7.1%207.1l-1.05-1.05L13.65%2020.3l1.05%201.05zM21%2018.75v-1.5h2v1.5zm-10%200v-1.5h2v1.5zm9.725%204.025l-1.4-1.425l1.05-1.05l1.425%201.4zm-7.1-7.075l-1.4-1.425l1.05-1.05l1.425%201.4zM5%2022q-.825%200-1.412-.587T3%2020V6q0-.825.588-1.412T5%204h1V2h2v2h8V2h2v2h1q.825%200%201.413.588T21%206v4H5v10h4v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/early-on.svg?color=%231a73e8&size=48