use case include icon

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

Name
use-case-include
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the use case include icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 30H10c-4.411 0-8-3.589-8-8V10c0-4.411 3.589-8 8-8h12c4.411 0 8 3.589 8 8v12c0 4.411-3.589 8-8 8M10 4c-3.309 0-6 2.691-6 6v12c0 3.309 2.691 6 6 6h12c3.309 0 6-2.691 6-6V10c0-3.309-2.691-6-6-6zm11 17a5.006 5.006 0 0 1-5-4.987l-3.98 3.99l-1.416-1.412L12.19 17H6.018v-2h6.172l-1.591-1.596l1.416-1.412L16 15.987A5.006 5.006 0 0 1 21 11c2.757 0 5 2.243 5 5s-2.243 5-5 5m0-8c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUseCaseInclude(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 30H10c-4.411 0-8-3.589-8-8V10c0-4.411 3.589-8 8-8h12c4.411 0 8 3.589 8 8v12c0 4.411-3.589 8-8 8M10 4c-3.309 0-6 2.691-6 6v12c0 3.309 2.691 6 6 6h12c3.309 0 6-2.691 6-6V10c0-3.309-2.691-6-6-6zm11 17a5.006 5.006 0 0 1-5-4.987l-3.98 3.99l-1.416-1.412L12.19 17H6.018v-2h6.172l-1.591-1.596l1.416-1.412L16 15.987A5.006 5.006 0 0 1 21 11c2.757 0 5 2.243 5 5s-2.243 5-5 5m0-8c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3"/></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 30H10c-4.411 0-8-3.589-8-8V10c0-4.411 3.589-8 8-8h12c4.411 0 8 3.589 8 8v12c0 4.411-3.589 8-8 8M10 4c-3.309 0-6 2.691-6 6v12c0 3.309 2.691 6 6 6h12c3.309 0 6-2.691 6-6V10c0-3.309-2.691-6-6-6zm11 17a5.006 5.006 0 0 1-5-4.987l-3.98 3.99l-1.416-1.412L12.19 17H6.018v-2h6.172l-1.591-1.596l1.416-1.412L16 15.987A5.006 5.006 0 0 1 21 11c2.757 0 5 2.243 5 5s-2.243 5-5 5m0-8c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3"/></svg>
</template>

CSS

.icon-use-case-include {
  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%2030H10c-4.411%200-8-3.589-8-8V10c0-4.411%203.589-8%208-8h12c4.411%200%208%203.589%208%208v12c0%204.411-3.589%208-8%208M10%204c-3.309%200-6%202.691-6%206v12c0%203.309%202.691%206%206%206h12c3.309%200%206-2.691%206-6V10c0-3.309-2.691-6-6-6zm11%2017a5.006%205.006%200%200%201-5-4.987l-3.98%203.99l-1.416-1.412L12.19%2017H6.018v-2h6.172l-1.591-1.596l1.416-1.412L16%2015.987A5.006%205.006%200%200%201%2021%2011c2.757%200%205%202.243%205%205s-2.243%205-5%205m0-8c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3s-1.346-3-3-3%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%2030H10c-4.411%200-8-3.589-8-8V10c0-4.411%203.589-8%208-8h12c4.411%200%208%203.589%208%208v12c0%204.411-3.589%208-8%208M10%204c-3.309%200-6%202.691-6%206v12c0%203.309%202.691%206%206%206h12c3.309%200%206-2.691%206-6V10c0-3.309-2.691-6-6-6zm11%2017a5.006%205.006%200%200%201-5-4.987l-3.98%203.99l-1.416-1.412L12.19%2017H6.018v-2h6.172l-1.591-1.596l1.416-1.412L16%2015.987A5.006%205.006%200%200%201%2021%2011c2.757%200%205%202.243%205%205s-2.243%205-5%205m0-8c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3s-1.346-3-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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