early-on-outline-rounded from Material Symbols Light by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
early-on-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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 20.692q-1.115 0-1.904-.788T14.308 18q0-1.134.788-1.913t1.904-.78q1.134 0 1.913.78q.78.779.78 1.913q0 1.116-.78 1.904q-.779.788-1.913.788m-.316-6.741q-.126-.126-.126-.316v-.885q0-.19.126-.316t.316-.126t.316.126t.126.316v.885q0 .19-.126.316q-.125.126-.316.126t-.316-.126m.632 8.098q.126.126.126.317v.884q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-.885q0-.19.126-.316q.125-.126.316-.126t.316.126m2.328-7.158q0-.168.148-.316l.62-.62q.128-.128.303-.135t.323.141t.148.314t-.148.313l-.619.62q-.129.128-.304.138t-.323-.138t-.148-.317m-5.411 5.876q.148.149.148.314t-.148.313l-.645.645q-.128.128-.294.128t-.313-.128t-.139-.304q.01-.175.139-.323l.625-.645q.129-.148.304-.148t.323.148m6.816-3.083q.126-.126.317-.126h.884q.19 0 .316.126t.126.316t-.126.316t-.316.126h-.885q-.19 0-.316-.126q-.126-.125-.126-.316t.126-.316m-8.098.632q-.126.126-.317.126h-.884q-.19 0-.316-.126T11.308 18t.126-.316t.316-.126h.885q.19 0 .316.126q.126.125.126.316t-.126.316m6.841 2.451q.148-.148.314-.145q.165.003.313.145l.625.62q.129.128.139.303t-.139.323t-.316.148t-.316-.148l-.62-.619q-.123-.129-.135-.304t.135-.323m-5.876-5.411q-.168 0-.316-.148l-.62-.62q-.122-.128-.135-.303t.136-.324t.313-.145t.314.145l.625.62q.128.128.138.303t-.138.324t-.317.148M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v3.192q0 .348-.23.578t-.578.23H5v8.769q0 .23.192.423t.423.192h3.5q.214 0 .357.143q.144.144.144.357t-.144.357t-.356.143zM5 9.615h14v-3q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zm0 0V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEarlyOnOutlineRounded(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 20.692q-1.115 0-1.904-.788T14.308 18q0-1.134.788-1.913t1.904-.78q1.134 0 1.913.78q.78.779.78 1.913q0 1.116-.78 1.904q-.779.788-1.913.788m-.316-6.741q-.126-.126-.126-.316v-.885q0-.19.126-.316t.316-.126t.316.126t.126.316v.885q0 .19-.126.316q-.125.126-.316.126t-.316-.126m.632 8.098q.126.126.126.317v.884q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-.885q0-.19.126-.316q.125-.126.316-.126t.316.126m2.328-7.158q0-.168.148-.316l.62-.62q.128-.128.303-.135t.323.141t.148.314t-.148.313l-.619.62q-.129.128-.304.138t-.323-.138t-.148-.317m-5.411 5.876q.148.149.148.314t-.148.313l-.645.645q-.128.128-.294.128t-.313-.128t-.139-.304q.01-.175.139-.323l.625-.645q.129-.148.304-.148t.323.148m6.816-3.083q.126-.126.317-.126h.884q.19 0 .316.126t.126.316t-.126.316t-.316.126h-.885q-.19 0-.316-.126q-.126-.125-.126-.316t.126-.316m-8.098.632q-.126.126-.317.126h-.884q-.19 0-.316-.126T11.308 18t.126-.316t.316-.126h.885q.19 0 .316.126q.126.125.126.316t-.126.316m6.841 2.451q.148-.148.314-.145q.165.003.313.145l.625.62q.129.128.139.303t-.139.323t-.316.148t-.316-.148l-.62-.619q-.123-.129-.135-.304t.135-.323m-5.876-5.411q-.168 0-.316-.148l-.62-.62q-.122-.128-.135-.303t.136-.324t.313-.145t.314.145l.625.62q.128.128.138.303t-.138.324t-.317.148M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v3.192q0 .348-.23.578t-.578.23H5v8.769q0 .23.192.423t.423.192h3.5q.214 0 .357.143q.144.144.144.357t-.144.357t-.356.143zM5 9.615h14v-3q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zm0 0V6z"/></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 20.692q-1.115 0-1.904-.788T14.308 18q0-1.134.788-1.913t1.904-.78q1.134 0 1.913.78q.78.779.78 1.913q0 1.116-.78 1.904q-.779.788-1.913.788m-.316-6.741q-.126-.126-.126-.316v-.885q0-.19.126-.316t.316-.126t.316.126t.126.316v.885q0 .19-.126.316q-.125.126-.316.126t-.316-.126m.632 8.098q.126.126.126.317v.884q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-.885q0-.19.126-.316q.125-.126.316-.126t.316.126m2.328-7.158q0-.168.148-.316l.62-.62q.128-.128.303-.135t.323.141t.148.314t-.148.313l-.619.62q-.129.128-.304.138t-.323-.138t-.148-.317m-5.411 5.876q.148.149.148.314t-.148.313l-.645.645q-.128.128-.294.128t-.313-.128t-.139-.304q.01-.175.139-.323l.625-.645q.129-.148.304-.148t.323.148m6.816-3.083q.126-.126.317-.126h.884q.19 0 .316.126t.126.316t-.126.316t-.316.126h-.885q-.19 0-.316-.126q-.126-.125-.126-.316t.126-.316m-8.098.632q-.126.126-.317.126h-.884q-.19 0-.316-.126T11.308 18t.126-.316t.316-.126h.885q.19 0 .316.126q.126.125.126.316t-.126.316m6.841 2.451q.148-.148.314-.145q.165.003.313.145l.625.62q.129.128.139.303t-.139.323t-.316.148t-.316-.148l-.62-.619q-.123-.129-.135-.304t.135-.323m-5.876-5.411q-.168 0-.316-.148l-.62-.62q-.122-.128-.135-.303t.136-.324t.313-.145t.314.145l.625.62q.128.128.138.303t-.138.324t-.317.148M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69 0 1.153.463T20 6.616v3.192q0 .348-.23.578t-.578.23H5v8.769q0 .23.192.423t.423.192h3.5q.214 0 .357.143q.144.144.144.357t-.144.357t-.356.143zM5 9.615h14v-3q0-.23-.192-.423T18.384 6H5.616q-.231 0-.424.192T5 6.616zm0 0V6z"/></svg>
</template>

CSS

.icon-early-on-outline-rounded {
  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%2020.692q-1.115%200-1.904-.788T14.308%2018q0-1.134.788-1.913t1.904-.78q1.134%200%201.913.78q.78.779.78%201.913q0%201.116-.78%201.904q-.779.788-1.913.788m-.316-6.741q-.126-.126-.126-.316v-.885q0-.19.126-.316t.316-.126t.316.126t.126.316v.885q0%20.19-.126.316q-.125.126-.316.126t-.316-.126m.632%208.098q.126.126.126.317v.884q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316v-.885q0-.19.126-.316q.125-.126.316-.126t.316.126m2.328-7.158q0-.168.148-.316l.62-.62q.128-.128.303-.135t.323.141t.148.314t-.148.313l-.619.62q-.129.128-.304.138t-.323-.138t-.148-.317m-5.411%205.876q.148.149.148.314t-.148.313l-.645.645q-.128.128-.294.128t-.313-.128t-.139-.304q.01-.175.139-.323l.625-.645q.129-.148.304-.148t.323.148m6.816-3.083q.126-.126.317-.126h.884q.19%200%20.316.126t.126.316t-.126.316t-.316.126h-.885q-.19%200-.316-.126q-.126-.125-.126-.316t.126-.316m-8.098.632q-.126.126-.317.126h-.884q-.19%200-.316-.126T11.308%2018t.126-.316t.316-.126h.885q.19%200%20.316.126q.126.125.126.316t-.126.316m6.841%202.451q.148-.148.314-.145q.165.003.313.145l.625.62q.129.128.139.303t-.139.323t-.316.148t-.316-.148l-.62-.619q-.123-.129-.135-.304t.135-.323m-5.876-5.411q-.168%200-.316-.148l-.62-.62q-.122-.128-.135-.303t.136-.324t.313-.145t.314.145l.625.62q.128.128.138.303t-.138.324t-.317.148M5.616%2021q-.691%200-1.153-.462T4%2019.385V6.615q0-.69.463-1.152T5.616%205h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69%200%201.153.463T20%206.616v3.192q0%20.348-.23.578t-.578.23H5v8.769q0%20.23.192.423t.423.192h3.5q.214%200%20.357.143q.144.144.144.357t-.144.357t-.356.143zM5%209.615h14v-3q0-.23-.192-.423T18.384%206H5.616q-.231%200-.424.192T5%206.616zm0%200V6z%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%2020.692q-1.115%200-1.904-.788T14.308%2018q0-1.134.788-1.913t1.904-.78q1.134%200%201.913.78q.78.779.78%201.913q0%201.116-.78%201.904q-.779.788-1.913.788m-.316-6.741q-.126-.126-.126-.316v-.885q0-.19.126-.316t.316-.126t.316.126t.126.316v.885q0%20.19-.126.316q-.125.126-.316.126t-.316-.126m.632%208.098q.126.126.126.317v.884q0%20.19-.126.316t-.316.126t-.316-.126t-.126-.316v-.885q0-.19.126-.316q.125-.126.316-.126t.316.126m2.328-7.158q0-.168.148-.316l.62-.62q.128-.128.303-.135t.323.141t.148.314t-.148.313l-.619.62q-.129.128-.304.138t-.323-.138t-.148-.317m-5.411%205.876q.148.149.148.314t-.148.313l-.645.645q-.128.128-.294.128t-.313-.128t-.139-.304q.01-.175.139-.323l.625-.645q.129-.148.304-.148t.323.148m6.816-3.083q.126-.126.317-.126h.884q.19%200%20.316.126t.126.316t-.126.316t-.316.126h-.885q-.19%200-.316-.126q-.126-.125-.126-.316t.126-.316m-8.098.632q-.126.126-.317.126h-.884q-.19%200-.316-.126T11.308%2018t.126-.316t.316-.126h.885q.19%200%20.316.126q.126.125.126.316t-.126.316m6.841%202.451q.148-.148.314-.145q.165.003.313.145l.625.62q.129.128.139.303t-.139.323t-.316.148t-.316-.148l-.62-.619q-.123-.129-.135-.304t.135-.323m-5.876-5.411q-.168%200-.316-.148l-.62-.62q-.122-.128-.135-.303t.136-.324t.313-.145t.314.145l.625.62q.128.128.138.303t-.138.324t-.317.148M5.616%2021q-.691%200-1.153-.462T4%2019.385V6.615q0-.69.463-1.152T5.616%205h1.769V3.308q0-.233.153-.386t.385-.153t.386.153t.153.386V5h7.154V3.27q0-.214.143-.358t.357-.143t.356.143t.144.357V5h1.769q.69%200%201.153.463T20%206.616v3.192q0%20.348-.23.578t-.578.23H5v8.769q0%20.23.192.423t.423.192h3.5q.214%200%20.357.143q.144.144.144.357t-.144.357t-.356.143zM5%209.615h14v-3q0-.23-.192-.423T18.384%206H5.616q-.231%200-.424.192T5%206.616zm0%200V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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