add task icon
add-task-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- add-task-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- add-task-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the add task icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.296 0 2.501.362t2.293 1.04q.202.123.267.33q.064.209-.07.385q-.135.177-.355.21t-.409-.09q-.954-.606-2.028-.921T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q.788 0 1.546-.148t1.479-.444q.213-.068.43-.023q.218.046.331.232q.1.173.04.379t-.276.283q-.85.363-1.74.542T12 21m7.5-4.5H17q-.213 0-.356-.144t-.144-.357t.144-.356T17 15.5h2.5V13q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H23q.213 0 .356.144t.144.357t-.144.356T23 16.5h-2.5V19q0 .213-.144.356t-.357.144t-.356-.144T19.5 19zm-8.939-2.008L19.94 5.11q.14-.14.344-.15t.363.15t.16.354t-.16.353l-9.519 9.525q-.243.242-.566.242t-.565-.242l-2.638-2.638q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddTaskRounded(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="M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.296 0 2.501.362t2.293 1.04q.202.123.267.33q.064.209-.07.385q-.135.177-.355.21t-.409-.09q-.954-.606-2.028-.921T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q.788 0 1.546-.148t1.479-.444q.213-.068.43-.023q.218.046.331.232q.1.173.04.379t-.276.283q-.85.363-1.74.542T12 21m7.5-4.5H17q-.213 0-.356-.144t-.144-.357t.144-.356T17 15.5h2.5V13q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H23q.213 0 .356.144t.144.357t-.144.356T23 16.5h-2.5V19q0 .213-.144.356t-.357.144t-.356-.144T19.5 19zm-8.939-2.008L19.94 5.11q.14-.14.344-.15t.363.15t.16.354t-.16.353l-9.519 9.525q-.243.242-.566.242t-.565-.242l-2.638-2.638q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.296 0 2.501.362t2.293 1.04q.202.123.267.33q.064.209-.07.385q-.135.177-.355.21t-.409-.09q-.954-.606-2.028-.921T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20q.788 0 1.546-.148t1.479-.444q.213-.068.43-.023q.218.046.331.232q.1.173.04.379t-.276.283q-.85.363-1.74.542T12 21m7.5-4.5H17q-.213 0-.356-.144t-.144-.357t.144-.356T17 15.5h2.5V13q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H23q.213 0 .356.144t.144.357t-.144.356T23 16.5h-2.5V19q0 .213-.144.356t-.357.144t-.356-.144T19.5 19zm-8.939-2.008L19.94 5.11q.14-.14.344-.15t.363.15t.16.354t-.16.353l-9.519 9.525q-.243.242-.566.242t-.565-.242l-2.638-2.638q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16z"/></svg> </template>
CSS
.icon-add-task-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%22M12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51t1.924-2.859T8.49%203.709T12%203q1.296%200%202.501.362t2.293%201.04q.202.123.267.33q.064.209-.07.385q-.135.177-.355.21t-.409-.09q-.954-.606-2.028-.921T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020q.788%200%201.546-.148t1.479-.444q.213-.068.43-.023q.218.046.331.232q.1.173.04.379t-.276.283q-.85.363-1.74.542T12%2021m7.5-4.5H17q-.213%200-.356-.144t-.144-.357t.144-.356T17%2015.5h2.5V13q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H23q.213%200%20.356.144t.144.357t-.144.356T23%2016.5h-2.5V19q0%20.213-.144.356t-.357.144t-.356-.144T19.5%2019zm-8.939-2.008L19.94%205.11q.14-.14.344-.15t.363.15t.16.354t-.16.353l-9.519%209.525q-.243.242-.566.242t-.565-.242l-2.638-2.638q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16z%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%22M12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51t1.924-2.859T8.49%203.709T12%203q1.296%200%202.501.362t2.293%201.04q.202.123.267.33q.064.209-.07.385q-.135.177-.355.21t-.409-.09q-.954-.606-2.028-.921T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020q.788%200%201.546-.148t1.479-.444q.213-.068.43-.023q.218.046.331.232q.1.173.04.379t-.276.283q-.85.363-1.74.542T12%2021m7.5-4.5H17q-.213%200-.356-.144t-.144-.357t.144-.356T17%2015.5h2.5V13q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5H23q.213%200%20.356.144t.144.357t-.144.356T23%2016.5h-2.5V19q0%20.213-.144.356t-.357.144t-.356-.144T19.5%2019zm-8.939-2.008L19.94%205.11q.14-.14.344-.15t.363.15t.16.354t-.16.353l-9.519%209.525q-.243.242-.566.242t-.565-.242l-2.638-2.638q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-task-rounded.svg?color=%231a73e8&size=48