things to do icon
things-to-do-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- things-to-do-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- things-to-do-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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="M2 21v-2h4v-4H4v-2h2.1q.3-1.875 1.663-3.238T11 8.1V3h7v4h-5v1.1q1.875.3 3.238 1.663T17.9 13H20v2h-2v4h4v2zm6-2h3v-4H8zm5 0h3v-4h-3zm-4.85-6h7.7q-.35-1.325-1.425-2.162T12 10t-2.425.838T8.15 13M12 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThingsToDoOutline(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="M2 21v-2h4v-4H4v-2h2.1q.3-1.875 1.663-3.238T11 8.1V3h7v4h-5v1.1q1.875.3 3.238 1.663T17.9 13H20v2h-2v4h4v2zm6-2h3v-4H8zm5 0h3v-4h-3zm-4.85-6h7.7q-.35-1.325-1.425-2.162T12 10t-2.425.838T8.15 13M12 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21v-2h4v-4H4v-2h2.1q.3-1.875 1.663-3.238T11 8.1V3h7v4h-5v1.1q1.875.3 3.238 1.663T17.9 13H20v2h-2v4h4v2zm6-2h3v-4H8zm5 0h3v-4h-3zm-4.85-6h7.7q-.35-1.325-1.425-2.162T12 10t-2.425.838T8.15 13M12 13"/></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%22M2%2021v-2h4v-4H4v-2h2.1q.3-1.875%201.663-3.238T11%208.1V3h7v4h-5v1.1q1.875.3%203.238%201.663T17.9%2013H20v2h-2v4h4v2zm6-2h3v-4H8zm5%200h3v-4h-3zm-4.85-6h7.7q-.35-1.325-1.425-2.162T12%2010t-2.425.838T8.15%2013M12%2013%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%22M2%2021v-2h4v-4H4v-2h2.1q.3-1.875%201.663-3.238T11%208.1V3h7v4h-5v1.1q1.875.3%203.238%201.663T17.9%2013H20v2h-2v4h4v2zm6-2h3v-4H8zm5%200h3v-4h-3zm-4.85-6h7.7q-.35-1.325-1.425-2.162T12%2010t-2.425.838T8.15%2013M12%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/things-to-do-outline.svg?color=%231a73e8&size=48