clear-day from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
clear-day
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
clear-day-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the clear day icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 5.423V2.039h1v3.384zm5.496 2.289l-.682-.683l2.357-2.452l.727.733zm1.581 4.788v-1h3.385v1zM11.5 21.962v-3.366h1v3.366zM7.042 7.68L4.577 5.329l.752-.708L7.73 7.004zm11.624 11.742l-2.352-2.452l.677-.657l2.388 2.346zM2.039 12.5v-1h3.384v1zm3.27 6.923l-.688-.752l2.358-2.357l.36.348l.378.354zm3.153-3.884Q7 14.077 7 12t1.462-3.538T12 7t3.539 1.462T17 12t-1.461 3.539T12 17t-3.538-1.461"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightClearDay(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="M11.5 5.423V2.039h1v3.384zm5.496 2.289l-.682-.683l2.357-2.452l.727.733zm1.581 4.788v-1h3.385v1zM11.5 21.962v-3.366h1v3.366zM7.042 7.68L4.577 5.329l.752-.708L7.73 7.004zm11.624 11.742l-2.352-2.452l.677-.657l2.388 2.346zM2.039 12.5v-1h3.384v1zm3.27 6.923l-.688-.752l2.358-2.357l.36.348l.378.354zm3.153-3.884Q7 14.077 7 12t1.462-3.538T12 7t3.539 1.462T17 12t-1.461 3.539T12 17t-3.538-1.461"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 5.423V2.039h1v3.384zm5.496 2.289l-.682-.683l2.357-2.452l.727.733zm1.581 4.788v-1h3.385v1zM11.5 21.962v-3.366h1v3.366zM7.042 7.68L4.577 5.329l.752-.708L7.73 7.004zm11.624 11.742l-2.352-2.452l.677-.657l2.388 2.346zM2.039 12.5v-1h3.384v1zm3.27 6.923l-.688-.752l2.358-2.357l.36.348l.378.354zm3.153-3.884Q7 14.077 7 12t1.462-3.538T12 7t3.539 1.462T17 12t-1.461 3.539T12 17t-3.538-1.461"/></svg>
</template>

CSS

.icon-clear-day {
  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%22M11.5%205.423V2.039h1v3.384zm5.496%202.289l-.682-.683l2.357-2.452l.727.733zm1.581%204.788v-1h3.385v1zM11.5%2021.962v-3.366h1v3.366zM7.042%207.68L4.577%205.329l.752-.708L7.73%207.004zm11.624%2011.742l-2.352-2.452l.677-.657l2.388%202.346zM2.039%2012.5v-1h3.384v1zm3.27%206.923l-.688-.752l2.358-2.357l.36.348l.378.354zm3.153-3.884Q7%2014.077%207%2012t1.462-3.538T12%207t3.539%201.462T17%2012t-1.461%203.539T12%2017t-3.538-1.461%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%22M11.5%205.423V2.039h1v3.384zm5.496%202.289l-.682-.683l2.357-2.452l.727.733zm1.581%204.788v-1h3.385v1zM11.5%2021.962v-3.366h1v3.366zM7.042%207.68L4.577%205.329l.752-.708L7.73%207.004zm11.624%2011.742l-2.352-2.452l.677-.657l2.388%202.346zM2.039%2012.5v-1h3.384v1zm3.27%206.923l-.688-.752l2.358-2.357l.36.348l.378.354zm3.153-3.884Q7%2014.077%207%2012t1.462-3.538T12%207t3.539%201.462T17%2012t-1.461%203.539T12%2017t-3.538-1.461%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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