task asset view icon

task-asset-view from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
task-asset-view
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the task asset view icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 26a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/><path fill="currentColor" d="M22.5 31a8.5 8.5 0 1 1 8.5-8.5a8.51 8.51 0 0 1-8.5 8.5m0-15a6.5 6.5 0 1 0 6.5 6.5a6.507 6.507 0 0 0-6.5-6.5"/><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 2h5v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTaskAssetView(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="M22.5 26a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/><path fill="currentColor" d="M22.5 31a8.5 8.5 0 1 1 8.5-8.5a8.51 8.51 0 0 1-8.5 8.5m0-15a6.5 6.5 0 1 0 6.5 6.5a6.507 6.507 0 0 0-6.5-6.5"/><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 2h5v-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="M22.5 26a3.5 3.5 0 1 1 3.5-3.5a3.504 3.504 0 0 1-3.5 3.5m0-5a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5"/><path fill="currentColor" d="M22.5 31a8.5 8.5 0 1 1 8.5-8.5a8.51 8.51 0 0 1-8.5 8.5m0-15a6.5 6.5 0 1 0 6.5 6.5a6.507 6.507 0 0 0-6.5-6.5"/><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 2h5v-2H7V7h3v3h12V7h3v5h2V7a2.006 2.006 0 0 0-2-2m-5 3h-8V4h8Z"/></svg>
</template>

CSS

.icon-task-asset-view {
  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%22M22.5%2026a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2031a8.5%208.5%200%201%201%208.5-8.5a8.51%208.51%200%200%201-8.5%208.5m0-15a6.5%206.5%200%201%200%206.5%206.5a6.507%206.507%200%200%200-6.5-6.5%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%202h5v-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%22M22.5%2026a3.5%203.5%200%201%201%203.5-3.5a3.504%203.504%200%200%201-3.5%203.5m0-5a1.5%201.5%200%201%200%201.5%201.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2031a8.5%208.5%200%201%201%208.5-8.5a8.51%208.51%200%200%201-8.5%208.5m0-15a6.5%206.5%200%201%200%206.5%206.5a6.507%206.507%200%200%200-6.5-6.5%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%202h5v-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-asset-view.svg?color=%231a73e8&size=48