things-to-do-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
things-to-do-outline
Set
Material Symbols Light
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
things-to-do-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the things to do icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.077 20v-1H7v-4.5H5.539v-1h1.484q.07-1.798 1.365-3.055T11.5 9.023V4.846h5.077v2.846H12.5v1.331q1.817.166 3.113 1.422t1.364 3.055h1.485v1H17V19h2.923v1zM8 19h3.5v-4.5H8zm4.5 0H16v-4.5h-3.5zm-4.466-5.5h7.932q-.081-1.517-1.243-2.509Q13.562 10 12 10t-2.723.991T8.034 13.5m3.966 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightThingsToDoOutline(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="M4.077 20v-1H7v-4.5H5.539v-1h1.484q.07-1.798 1.365-3.055T11.5 9.023V4.846h5.077v2.846H12.5v1.331q1.817.166 3.113 1.422t1.364 3.055h1.485v1H17V19h2.923v1zM8 19h3.5v-4.5H8zm4.5 0H16v-4.5h-3.5zm-4.466-5.5h7.932q-.081-1.517-1.243-2.509Q13.562 10 12 10t-2.723.991T8.034 13.5m3.966 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.077 20v-1H7v-4.5H5.539v-1h1.484q.07-1.798 1.365-3.055T11.5 9.023V4.846h5.077v2.846H12.5v1.331q1.817.166 3.113 1.422t1.364 3.055h1.485v1H17V19h2.923v1zM8 19h3.5v-4.5H8zm4.5 0H16v-4.5h-3.5zm-4.466-5.5h7.932q-.081-1.517-1.243-2.509Q13.562 10 12 10t-2.723.991T8.034 13.5m3.966 0"/></svg>
</template>

CSS

.icon-things-to-do-outline {
  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%22M4.077%2020v-1H7v-4.5H5.539v-1h1.484q.07-1.798%201.365-3.055T11.5%209.023V4.846h5.077v2.846H12.5v1.331q1.817.166%203.113%201.422t1.364%203.055h1.485v1H17V19h2.923v1zM8%2019h3.5v-4.5H8zm4.5%200H16v-4.5h-3.5zm-4.466-5.5h7.932q-.081-1.517-1.243-2.509Q13.562%2010%2012%2010t-2.723.991T8.034%2013.5m3.966%200%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%22M4.077%2020v-1H7v-4.5H5.539v-1h1.484q.07-1.798%201.365-3.055T11.5%209.023V4.846h5.077v2.846H12.5v1.331q1.817.166%203.113%201.422t1.364%203.055h1.485v1H17V19h2.923v1zM8%2019h3.5v-4.5H8zm4.5%200H16v-4.5h-3.5zm-4.466-5.5h7.932q-.081-1.517-1.243-2.509Q13.562%2010%2012%2010t-2.723.991T8.034%2013.5m3.966%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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