things to do icon
things-to-do-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- things-to-do-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
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="M7 19v-4.5h-.961q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h.985q.07-1.798 1.365-3.055T11.5 9.023V5.655q0-.35.232-.579t.576-.23h3.461q.344 0 .576.232q.232.233.232.576v1.23q0 .344-.235.576t-.58.232H12.5v1.331q1.817.166 3.113 1.422t1.364 3.055h.985q.212 0 .356.144t.143.357t-.143.356t-.357.143H17V19h2.423q.213 0 .356.144t.144.357t-.144.356t-.356.143H4.577q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143zm1 0h3.5v-4.5H8zm4.5 0H16v-4.5h-3.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightThingsToDoRounded(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="M7 19v-4.5h-.961q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h.985q.07-1.798 1.365-3.055T11.5 9.023V5.655q0-.35.232-.579t.576-.23h3.461q.344 0 .576.232q.232.233.232.576v1.23q0 .344-.235.576t-.58.232H12.5v1.331q1.817.166 3.113 1.422t1.364 3.055h.985q.212 0 .356.144t.143.357t-.143.356t-.357.143H17V19h2.423q.213 0 .356.144t.144.357t-.144.356t-.356.143H4.577q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143zm1 0h3.5v-4.5H8zm4.5 0H16v-4.5h-3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19v-4.5h-.961q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h.985q.07-1.798 1.365-3.055T11.5 9.023V5.655q0-.35.232-.579t.576-.23h3.461q.344 0 .576.232q.232.233.232.576v1.23q0 .344-.235.576t-.58.232H12.5v1.331q1.817.166 3.113 1.422t1.364 3.055h.985q.212 0 .356.144t.143.357t-.143.356t-.357.143H17V19h2.423q.213 0 .356.144t.144.357t-.144.356t-.356.143H4.577q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143zm1 0h3.5v-4.5H8zm4.5 0H16v-4.5h-3.5z"/></svg> </template>
CSS
.icon-things-to-do-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%22M7%2019v-4.5h-.961q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h.985q.07-1.798%201.365-3.055T11.5%209.023V5.655q0-.35.232-.579t.576-.23h3.461q.344%200%20.576.232q.232.233.232.576v1.23q0%20.344-.235.576t-.58.232H12.5v1.331q1.817.166%203.113%201.422t1.364%203.055h.985q.212%200%20.356.144t.143.357t-.143.356t-.357.143H17V19h2.423q.213%200%20.356.144t.144.357t-.144.356t-.356.143H4.577q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143zm1%200h3.5v-4.5H8zm4.5%200H16v-4.5h-3.5z%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%22M7%2019v-4.5h-.961q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h.985q.07-1.798%201.365-3.055T11.5%209.023V5.655q0-.35.232-.579t.576-.23h3.461q.344%200%20.576.232q.232.233.232.576v1.23q0%20.344-.235.576t-.58.232H12.5v1.331q1.817.166%203.113%201.422t1.364%203.055h.985q.212%200%20.356.144t.143.357t-.143.356t-.357.143H17V19h2.423q.213%200%20.356.144t.144.357t-.144.356t-.356.143H4.577q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143zm1%200h3.5v-4.5H8zm4.5%200H16v-4.5h-3.5z%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-rounded.svg?color=%231a73e8&size=48