round-add-task from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-add-task
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="m21.29 5.89l-10 10a.996.996 0 0 1-1.41 0l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12l9.29-9.29a.996.996 0 0 1 1.41 0c.4.39.4 1.02.01 1.41M12 20c-4.71 0-8.48-4.09-7.95-8.9c.39-3.52 3.12-6.41 6.61-6.99c1.81-.3 3.53.02 4.99.78a1.003 1.003 0 0 0 .93-1.78c-1.47-.75-3.13-1.16-4.9-1.11c-5.14.16-9.41 4.34-9.67 9.47C1.72 17.24 6.3 22 12 22c1.2 0 2.34-.21 3.41-.6c.68-.25.87-1.13.35-1.65a.98.98 0 0 0-1.04-.23c-.85.31-1.77.48-2.72.48m7-5h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAddTask(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="m21.29 5.89l-10 10a.996.996 0 0 1-1.41 0l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12l9.29-9.29a.996.996 0 0 1 1.41 0c.4.39.4 1.02.01 1.41M12 20c-4.71 0-8.48-4.09-7.95-8.9c.39-3.52 3.12-6.41 6.61-6.99c1.81-.3 3.53.02 4.99.78a1.003 1.003 0 0 0 .93-1.78c-1.47-.75-3.13-1.16-4.9-1.11c-5.14.16-9.41 4.34-9.67 9.47C1.72 17.24 6.3 22 12 22c1.2 0 2.34-.21 3.41-.6c.68-.25.87-1.13.35-1.65a.98.98 0 0 0-1.04-.23c-.85.31-1.77.48-2.72.48m7-5h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.29 5.89l-10 10a.996.996 0 0 1-1.41 0l-2.83-2.83a.996.996 0 1 1 1.41-1.41l2.12 2.12l9.29-9.29a.996.996 0 0 1 1.41 0c.4.39.4 1.02.01 1.41M12 20c-4.71 0-8.48-4.09-7.95-8.9c.39-3.52 3.12-6.41 6.61-6.99c1.81-.3 3.53.02 4.99.78a1.003 1.003 0 0 0 .93-1.78c-1.47-.75-3.13-1.16-4.9-1.11c-5.14.16-9.41 4.34-9.67 9.47C1.72 17.24 6.3 22 12 22c1.2 0 2.34-.21 3.41-.6c.68-.25.87-1.13.35-1.65a.98.98 0 0 0-1.04-.23c-.85.31-1.77.48-2.72.48m7-5h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1z"/></svg>
</template>

CSS

.icon-round-add-task {
  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%22m21.29%205.89l-10%2010a.996.996%200%200%201-1.41%200l-2.83-2.83a.996.996%200%201%201%201.41-1.41l2.12%202.12l9.29-9.29a.996.996%200%200%201%201.41%200c.4.39.4%201.02.01%201.41M12%2020c-4.71%200-8.48-4.09-7.95-8.9c.39-3.52%203.12-6.41%206.61-6.99c1.81-.3%203.53.02%204.99.78a1.003%201.003%200%200%200%20.93-1.78c-1.47-.75-3.13-1.16-4.9-1.11c-5.14.16-9.41%204.34-9.67%209.47C1.72%2017.24%206.3%2022%2012%2022c1.2%200%202.34-.21%203.41-.6c.68-.25.87-1.13.35-1.65a.98.98%200%200%200-1.04-.23c-.85.31-1.77.48-2.72.48m7-5h-2c-.55%200-1%20.45-1%201s.45%201%201%201h2v2c0%20.55.45%201%201%201s1-.45%201-1v-2h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1%20.45-1%201z%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%22m21.29%205.89l-10%2010a.996.996%200%200%201-1.41%200l-2.83-2.83a.996.996%200%201%201%201.41-1.41l2.12%202.12l9.29-9.29a.996.996%200%200%201%201.41%200c.4.39.4%201.02.01%201.41M12%2020c-4.71%200-8.48-4.09-7.95-8.9c.39-3.52%203.12-6.41%206.61-6.99c1.81-.3%203.53.02%204.99.78a1.003%201.003%200%200%200%20.93-1.78c-1.47-.75-3.13-1.16-4.9-1.11c-5.14.16-9.41%204.34-9.67%209.47C1.72%2017.24%206.3%2022%2012%2022c1.2%200%202.34-.21%203.41-.6c.68-.25.87-1.13.35-1.65a.98.98%200%200%200-1.04-.23c-.85.31-1.77.48-2.72.48m7-5h-2c-.55%200-1%20.45-1%201s.45%201%201%201h2v2c0%20.55.45%201%201%201s1-.45%201-1v-2h2c.55%200%201-.45%201-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1%20.45-1%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-add-task.svg?color=%231a73e8&size=48