calendar apps script icon

calendar-apps-script-outline-sharp from Material Symbols Light by Google · Outline Sharp · Communicate · Apache-2.0 Free for personal and commercial use.

Name
calendar-apps-script-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the calendar apps script icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.45 21.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.387.016t.279.295l1.488 4.112l1.154-4.225q.067-.189.232-.305q.164-.116.362-.05t.317.233t.052.353L20.821 21.5zM4 19V5h3.385V2.77h1.077V5h5.153V2.77h1V5H18v7.33q-.25-.016-.5-.016t-.5.017v-1.715H5V18h7.289q0 .25.017.5t.063.5zm1-9.385h12V6H5zm0 0V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCalendarAppsScriptOutlineSharp(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="M14.45 21.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.387.016t.279.295l1.488 4.112l1.154-4.225q.067-.189.232-.305q.164-.116.362-.05t.317.233t.052.353L20.821 21.5zM4 19V5h3.385V2.77h1.077V5h5.153V2.77h1V5H18v7.33q-.25-.016-.5-.016t-.5.017v-1.715H5V18h7.289q0 .25.017.5t.063.5zm1-9.385h12V6H5zm0 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="M14.45 21.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.387.016t.279.295l1.488 4.112l1.154-4.225q.067-.189.232-.305q.164-.116.362-.05t.317.233t.052.353L20.821 21.5zM4 19V5h3.385V2.77h1.077V5h5.153V2.77h1V5H18v7.33q-.25-.016-.5-.016t-.5.017v-1.715H5V18h7.289q0 .25.017.5t.063.5zm1-9.385h12V6H5zm0 0V6z"/></svg>
</template>

CSS

.icon-calendar-apps-script-outline-sharp {
  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%22M14.45%2021.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632%202.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.387.016t.279.295l1.488%204.112l1.154-4.225q.067-.189.232-.305q.164-.116.362-.05t.317.233t.052.353L20.821%2021.5zM4%2019V5h3.385V2.77h1.077V5h5.153V2.77h1V5H18v7.33q-.25-.016-.5-.016t-.5.017v-1.715H5V18h7.289q0%20.25.017.5t.063.5zm1-9.385h12V6H5zm0%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%22M14.45%2021.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632%202.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.387.016t.279.295l1.488%204.112l1.154-4.225q.067-.189.232-.305q.164-.116.362-.05t.317.233t.052.353L20.821%2021.5zM4%2019V5h3.385V2.77h1.077V5h5.153V2.77h1V5H18v7.33q-.25-.016-.5-.016t-.5.017v-1.715H5V18h7.289q0%20.25.017.5t.063.5zm1-9.385h12V6H5zm0%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/calendar-apps-script-outline-sharp.svg?color=%231a73e8&size=48