task visible icon
task-visible-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- task-visible-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the task visible icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1H8v4h8z"/><path fill="currentColor" d="M6 3H3v20h8.911a9 9 0 0 1-.557-.55a9.7 9.7 0 0 1-1.214-1.626a11 11 0 0 1-.603-1.23l-.258-.596l.257-.595c.17-.395.357-.813.604-1.228c.262-.44.66-1.029 1.214-1.626c1.107-1.192 2.974-2.547 5.644-2.55A7.33 7.33 0 0 1 21 14.168V3h-3v4H6z"/><path fill="currentColor" d="M21.548 16.569c-.93-1.002-2.427-2.07-4.547-2.07c-2.119.002-3.616 1.07-4.546 2.071a8.2 8.2 0 0 0-1.277 1.832a8 8 0 0 0-.165.366l-.099.232l.1.231c.047.113.102.24.164.366a8.2 8.2 0 0 0 1.277 1.833c.93 1.002 2.427 2.07 4.547 2.07s3.616-1.068 4.546-2.07a8.2 8.2 0 0 0 1.277-1.833c.063-.126.117-.253.165-.366l.1-.231l-.1-.232a7 7 0 0 0-.165-.365a8.2 8.2 0 0 0-1.277-1.834M18.25 18v2h-2.5v-2z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignTaskVisibleFilled(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="M16 1H8v4h8z"/><path fill="currentColor" d="M6 3H3v20h8.911a9 9 0 0 1-.557-.55a9.7 9.7 0 0 1-1.214-1.626a11 11 0 0 1-.603-1.23l-.258-.596l.257-.595c.17-.395.357-.813.604-1.228c.262-.44.66-1.029 1.214-1.626c1.107-1.192 2.974-2.547 5.644-2.55A7.33 7.33 0 0 1 21 14.168V3h-3v4H6z"/><path fill="currentColor" d="M21.548 16.569c-.93-1.002-2.427-2.07-4.547-2.07c-2.119.002-3.616 1.07-4.546 2.071a8.2 8.2 0 0 0-1.277 1.832a8 8 0 0 0-.165.366l-.099.232l.1.231c.047.113.102.24.164.366a8.2 8.2 0 0 0 1.277 1.833c.93 1.002 2.427 2.07 4.547 2.07s3.616-1.068 4.546-2.07a8.2 8.2 0 0 0 1.277-1.833c.063-.126.117-.253.165-.366l.1-.231l-.1-.232a7 7 0 0 0-.165-.365a8.2 8.2 0 0 0-1.277-1.834M18.25 18v2h-2.5v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1H8v4h8z"/><path fill="currentColor" d="M6 3H3v20h8.911a9 9 0 0 1-.557-.55a9.7 9.7 0 0 1-1.214-1.626a11 11 0 0 1-.603-1.23l-.258-.596l.257-.595c.17-.395.357-.813.604-1.228c.262-.44.66-1.029 1.214-1.626c1.107-1.192 2.974-2.547 5.644-2.55A7.33 7.33 0 0 1 21 14.168V3h-3v4H6z"/><path fill="currentColor" d="M21.548 16.569c-.93-1.002-2.427-2.07-4.547-2.07c-2.119.002-3.616 1.07-4.546 2.071a8.2 8.2 0 0 0-1.277 1.832a8 8 0 0 0-.165.366l-.099.232l.1.231c.047.113.102.24.164.366a8.2 8.2 0 0 0 1.277 1.833c.93 1.002 2.427 2.07 4.547 2.07s3.616-1.068 4.546-2.07a8.2 8.2 0 0 0 1.277-1.833c.063-.126.117-.253.165-.366l.1-.231l-.1-.232a7 7 0 0 0-.165-.365a8.2 8.2 0 0 0-1.277-1.834M18.25 18v2h-2.5v-2z"/></svg> </template>
CSS
.icon-task-visible-filled {
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%22M16%201H8v4h8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203H3v20h8.911a9%209%200%200%201-.557-.55a9.7%209.7%200%200%201-1.214-1.626a11%2011%200%200%201-.603-1.23l-.258-.596l.257-.595c.17-.395.357-.813.604-1.228c.262-.44.66-1.029%201.214-1.626c1.107-1.192%202.974-2.547%205.644-2.55A7.33%207.33%200%200%201%2021%2014.168V3h-3v4H6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.548%2016.569c-.93-1.002-2.427-2.07-4.547-2.07c-2.119.002-3.616%201.07-4.546%202.071a8.2%208.2%200%200%200-1.277%201.832a8%208%200%200%200-.165.366l-.099.232l.1.231c.047.113.102.24.164.366a8.2%208.2%200%200%200%201.277%201.833c.93%201.002%202.427%202.07%204.547%202.07s3.616-1.068%204.546-2.07a8.2%208.2%200%200%200%201.277-1.833c.063-.126.117-.253.165-.366l.1-.231l-.1-.232a7%207%200%200%200-.165-.365a8.2%208.2%200%200%200-1.277-1.834M18.25%2018v2h-2.5v-2z%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%22M16%201H8v4h8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203H3v20h8.911a9%209%200%200%201-.557-.55a9.7%209.7%200%200%201-1.214-1.626a11%2011%200%200%201-.603-1.23l-.258-.596l.257-.595c.17-.395.357-.813.604-1.228c.262-.44.66-1.029%201.214-1.626c1.107-1.192%202.974-2.547%205.644-2.55A7.33%207.33%200%200%201%2021%2014.168V3h-3v4H6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.548%2016.569c-.93-1.002-2.427-2.07-4.547-2.07c-2.119.002-3.616%201.07-4.546%202.071a8.2%208.2%200%200%200-1.277%201.832a8%208%200%200%200-.165.366l-.099.232l.1.231c.047.113.102.24.164.366a8.2%208.2%200%200%200%201.277%201.833c.93%201.002%202.427%202.07%204.547%202.07s3.616-1.068%204.546-2.07a8.2%208.2%200%200%200%201.277-1.833c.063-.126.117-.253.165-.366l.1-.231l-.1-.232a7%207%200%200%200-.165-.365a8.2%208.2%200%200%200-1.277-1.834M18.25%2018v2h-2.5v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/task-visible-filled.svg?color=%231a73e8&size=48