use case definition icon

use-case-definition from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
use-case-definition
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the use case definition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.074 21.992c1.706 0 2.94-.777 3.515-2.332l-1.656-.794c-.322.794-.828 1.386-1.86 1.386c-1.2 0-1.808-.829-1.808-2.062v-1.606c0-1.234.608-2.079 1.809-2.079c.929 0 1.487.541 1.69 1.285l1.774-.795c-.524-1.386-1.69-2.23-3.464-2.23c-2.603 0-4.074 1.774-4.074 4.596c0 2.84 1.47 4.631 4.074 4.631m-10.561 0c3.313 0 4.546-1.572 4.546-5.037V9.992h-2.197v7.25c0 1.843-.642 2.773-2.332 2.773s-2.333-.93-2.333-2.772v-7.25H7v6.962c0 3.465 1.2 5.037 4.513 5.037"/><path fill="currentColor" d="M2 4v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2m26 24H4V4h24z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUseCaseDefinition(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.074 21.992c1.706 0 2.94-.777 3.515-2.332l-1.656-.794c-.322.794-.828 1.386-1.86 1.386c-1.2 0-1.808-.829-1.808-2.062v-1.606c0-1.234.608-2.079 1.809-2.079c.929 0 1.487.541 1.69 1.285l1.774-.795c-.524-1.386-1.69-2.23-3.464-2.23c-2.603 0-4.074 1.774-4.074 4.596c0 2.84 1.47 4.631 4.074 4.631m-10.561 0c3.313 0 4.546-1.572 4.546-5.037V9.992h-2.197v7.25c0 1.843-.642 2.773-2.332 2.773s-2.333-.93-2.333-2.772v-7.25H7v6.962c0 3.465 1.2 5.037 4.513 5.037"/><path fill="currentColor" d="M2 4v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2m26 24H4V4h24z"/></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.074 21.992c1.706 0 2.94-.777 3.515-2.332l-1.656-.794c-.322.794-.828 1.386-1.86 1.386c-1.2 0-1.808-.829-1.808-2.062v-1.606c0-1.234.608-2.079 1.809-2.079c.929 0 1.487.541 1.69 1.285l1.774-.795c-.524-1.386-1.69-2.23-3.464-2.23c-2.603 0-4.074 1.774-4.074 4.596c0 2.84 1.47 4.631 4.074 4.631m-10.561 0c3.313 0 4.546-1.572 4.546-5.037V9.992h-2.197v7.25c0 1.843-.642 2.773-2.332 2.773s-2.333-.93-2.333-2.772v-7.25H7v6.962c0 3.465 1.2 5.037 4.513 5.037"/><path fill="currentColor" d="M2 4v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2m26 24H4V4h24z"/></svg>
</template>

CSS

.icon-use-case-definition {
  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.074%2021.992c1.706%200%202.94-.777%203.515-2.332l-1.656-.794c-.322.794-.828%201.386-1.86%201.386c-1.2%200-1.808-.829-1.808-2.062v-1.606c0-1.234.608-2.079%201.809-2.079c.929%200%201.487.541%201.69%201.285l1.774-.795c-.524-1.386-1.69-2.23-3.464-2.23c-2.603%200-4.074%201.774-4.074%204.596c0%202.84%201.47%204.631%204.074%204.631m-10.561%200c3.313%200%204.546-1.572%204.546-5.037V9.992h-2.197v7.25c0%201.843-.642%202.773-2.332%202.773s-2.333-.93-2.333-2.772v-7.25H7v6.962c0%203.465%201.2%205.037%204.513%205.037%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204v24a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202m26%2024H4V4h24z%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.074%2021.992c1.706%200%202.94-.777%203.515-2.332l-1.656-.794c-.322.794-.828%201.386-1.86%201.386c-1.2%200-1.808-.829-1.808-2.062v-1.606c0-1.234.608-2.079%201.809-2.079c.929%200%201.487.541%201.69%201.285l1.774-.795c-.524-1.386-1.69-2.23-3.464-2.23c-2.603%200-4.074%201.774-4.074%204.596c0%202.84%201.47%204.631%204.074%204.631m-10.561%200c3.313%200%204.546-1.572%204.546-5.037V9.992h-2.197v7.25c0%201.843-.642%202.773-2.332%202.773s-2.333-.93-2.333-2.772v-7.25H7v6.962c0%203.465%201.2%205.037%204.513%205.037%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204v24a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202m26%2024H4V4h24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/use-case-definition.svg?color=%231a73e8&size=48