task tools icon
task-tools from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- task-tools
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the task tools icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.5 32a3.48 3.48 0 0 1-2.475-1.025l-4.128-4.128a6.496 6.496 0 0 1-7.348-8.956l.588-1.34l4.156 4.156a1.023 1.023 0 0 0 1.414 0a1 1 0 0 0 0-1.414l-4.156-4.157l1.34-.588a6.497 6.497 0 0 1 8.956 7.349l4.128 4.128A3.5 3.5 0 0 1 28.5 32m-6.03-7.409l4.97 4.97a1.535 1.535 0 0 0 2.12 0a1.5 1.5 0 0 0 0-2.121l-4.969-4.97l.188-.583A4.496 4.496 0 0 0 20.5 16q-.126 0-.25.007l1.872 1.872a3 3 0 0 1 0 4.242a3.07 3.07 0 0 1-4.243 0l-1.872-1.872Q16 20.374 16 20.5a4.497 4.497 0 0 0 5.888 4.28Z"/><path fill="currentColor" d="M25 5h-3V4a2.006 2.006 0 0 0-2-2h-8a2.006 2.006 0 0 0-2 2v1H7a2.006 2.006 0 0 0-2 2v21a2.006 2.006 0 0 0 2 2h7v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTaskTools(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.5 32a3.48 3.48 0 0 1-2.475-1.025l-4.128-4.128a6.496 6.496 0 0 1-7.348-8.956l.588-1.34l4.156 4.156a1.023 1.023 0 0 0 1.414 0a1 1 0 0 0 0-1.414l-4.156-4.157l1.34-.588a6.497 6.497 0 0 1 8.956 7.349l4.128 4.128A3.5 3.5 0 0 1 28.5 32m-6.03-7.409l4.97 4.97a1.535 1.535 0 0 0 2.12 0a1.5 1.5 0 0 0 0-2.121l-4.969-4.97l.188-.583A4.496 4.496 0 0 0 20.5 16q-.126 0-.25.007l1.872 1.872a3 3 0 0 1 0 4.242a3.07 3.07 0 0 1-4.243 0l-1.872-1.872Q16 20.374 16 20.5a4.497 4.497 0 0 0 5.888 4.28Z"/><path fill="currentColor" d="M25 5h-3V4a2.006 2.006 0 0 0-2-2h-8a2.006 2.006 0 0 0-2 2v1H7a2.006 2.006 0 0 0-2 2v21a2.006 2.006 0 0 0 2 2h7v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.5 32a3.48 3.48 0 0 1-2.475-1.025l-4.128-4.128a6.496 6.496 0 0 1-7.348-8.956l.588-1.34l4.156 4.156a1.023 1.023 0 0 0 1.414 0a1 1 0 0 0 0-1.414l-4.156-4.157l1.34-.588a6.497 6.497 0 0 1 8.956 7.349l4.128 4.128A3.5 3.5 0 0 1 28.5 32m-6.03-7.409l4.97 4.97a1.535 1.535 0 0 0 2.12 0a1.5 1.5 0 0 0 0-2.121l-4.969-4.97l.188-.583A4.496 4.496 0 0 0 20.5 16q-.126 0-.25.007l1.872 1.872a3 3 0 0 1 0 4.242a3.07 3.07 0 0 1-4.243 0l-1.872-1.872Q16 20.374 16 20.5a4.497 4.497 0 0 0 5.888 4.28Z"/><path fill="currentColor" d="M25 5h-3V4a2.006 2.006 0 0 0-2-2h-8a2.006 2.006 0 0 0-2 2v1H7a2.006 2.006 0 0 0-2 2v21a2.006 2.006 0 0 0 2 2h7v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg> </template>
CSS
.icon-task-tools {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.5%2032a3.48%203.48%200%200%201-2.475-1.025l-4.128-4.128a6.496%206.496%200%200%201-7.348-8.956l.588-1.34l4.156%204.156a1.023%201.023%200%200%200%201.414%200a1%201%200%200%200%200-1.414l-4.156-4.157l1.34-.588a6.497%206.497%200%200%201%208.956%207.349l4.128%204.128A3.5%203.5%200%200%201%2028.5%2032m-6.03-7.409l4.97%204.97a1.535%201.535%200%200%200%202.12%200a1.5%201.5%200%200%200%200-2.121l-4.969-4.97l.188-.583A4.496%204.496%200%200%200%2020.5%2016q-.126%200-.25.007l1.872%201.872a3%203%200%200%201%200%204.242a3.07%203.07%200%200%201-4.243%200l-1.872-1.872Q16%2020.374%2016%2020.5a4.497%204.497%200%200%200%205.888%204.28Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%205h-3V4a2.006%202.006%200%200%200-2-2h-8a2.006%202.006%200%200%200-2%202v1H7a2.006%202.006%200%200%200-2%202v21a2.006%202.006%200%200%200%202%202h7v-2H7V7h3v3h12V7h3v5h2V7a2.006%202.006%200%200%200-2-2m-5%203h-8V4h8Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.5%2032a3.48%203.48%200%200%201-2.475-1.025l-4.128-4.128a6.496%206.496%200%200%201-7.348-8.956l.588-1.34l4.156%204.156a1.023%201.023%200%200%200%201.414%200a1%201%200%200%200%200-1.414l-4.156-4.157l1.34-.588a6.497%206.497%200%200%201%208.956%207.349l4.128%204.128A3.5%203.5%200%200%201%2028.5%2032m-6.03-7.409l4.97%204.97a1.535%201.535%200%200%200%202.12%200a1.5%201.5%200%200%200%200-2.121l-4.969-4.97l.188-.583A4.496%204.496%200%200%200%2020.5%2016q-.126%200-.25.007l1.872%201.872a3%203%200%200%201%200%204.242a3.07%203.07%200%200%201-4.243%200l-1.872-1.872Q16%2020.374%2016%2020.5a4.497%204.497%200%200%200%205.888%204.28Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%205h-3V4a2.006%202.006%200%200%200-2-2h-8a2.006%202.006%200%200%200-2%202v1H7a2.006%202.006%200%200%200-2%202v21a2.006%202.006%200%200%200%202%202h7v-2H7V7h3v3h12V7h3v5h2V7a2.006%202.006%200%200%200-2-2m-5%203h-8V4h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/task-tools.svg?color=%231a73e8&size=48