part usage icon

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

Name
part-usage
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the part usage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.834 16.808c-2.441 0-3.834.911-3.834 2.75c0 1.6 1.032 2.648 2.854 2.648c1.34 0 2.321-.601 2.613-1.753h.103c.137.928.722 1.547 1.668 1.547h1.22v-1.753h-.894v-4.23c0-2.046-1.289-3.198-3.713-3.198c-1.805 0-2.854.688-3.507 1.72l1.307 1.169c.43-.62 1.014-1.135 2.045-1.135c1.17 0 1.668.585 1.668 1.582v.653zm1.53 2.51c0 .843-.79 1.29-1.77 1.29c-.86 0-1.36-.361-1.36-1.084v-.292c0-.705.569-1.1 1.72-1.1h1.41zM9.272 17.427h3.129c2.218 0 3.559-1.478 3.559-3.713c0-2.218-1.341-3.714-3.56-3.714H7.004v12h2.269zm0-5.45h2.923c.876 0 1.41.464 1.41 1.341v.791c0 .877-.534 1.358-1.41 1.358H9.272z"/><path fill="currentColor" d="M21 30H11c-4.963 0-9-4.037-9-9V11c0-4.963 4.037-9 9-9h10c4.963 0 9 4.037 9 9v10c0 4.963-4.037 9-9 9M11 4c-3.86 0-7 3.14-7 7v10c0 3.86 3.14 7 7 7h10c3.86 0 7-3.14 7-7V11c0-3.86-3.14-7-7-7z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPartUsage(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="M20.834 16.808c-2.441 0-3.834.911-3.834 2.75c0 1.6 1.032 2.648 2.854 2.648c1.34 0 2.321-.601 2.613-1.753h.103c.137.928.722 1.547 1.668 1.547h1.22v-1.753h-.894v-4.23c0-2.046-1.289-3.198-3.713-3.198c-1.805 0-2.854.688-3.507 1.72l1.307 1.169c.43-.62 1.014-1.135 2.045-1.135c1.17 0 1.668.585 1.668 1.582v.653zm1.53 2.51c0 .843-.79 1.29-1.77 1.29c-.86 0-1.36-.361-1.36-1.084v-.292c0-.705.569-1.1 1.72-1.1h1.41zM9.272 17.427h3.129c2.218 0 3.559-1.478 3.559-3.713c0-2.218-1.341-3.714-3.56-3.714H7.004v12h2.269zm0-5.45h2.923c.876 0 1.41.464 1.41 1.341v.791c0 .877-.534 1.358-1.41 1.358H9.272z"/><path fill="currentColor" d="M21 30H11c-4.963 0-9-4.037-9-9V11c0-4.963 4.037-9 9-9h10c4.963 0 9 4.037 9 9v10c0 4.963-4.037 9-9 9M11 4c-3.86 0-7 3.14-7 7v10c0 3.86 3.14 7 7 7h10c3.86 0 7-3.14 7-7V11c0-3.86-3.14-7-7-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.834 16.808c-2.441 0-3.834.911-3.834 2.75c0 1.6 1.032 2.648 2.854 2.648c1.34 0 2.321-.601 2.613-1.753h.103c.137.928.722 1.547 1.668 1.547h1.22v-1.753h-.894v-4.23c0-2.046-1.289-3.198-3.713-3.198c-1.805 0-2.854.688-3.507 1.72l1.307 1.169c.43-.62 1.014-1.135 2.045-1.135c1.17 0 1.668.585 1.668 1.582v.653zm1.53 2.51c0 .843-.79 1.29-1.77 1.29c-.86 0-1.36-.361-1.36-1.084v-.292c0-.705.569-1.1 1.72-1.1h1.41zM9.272 17.427h3.129c2.218 0 3.559-1.478 3.559-3.713c0-2.218-1.341-3.714-3.56-3.714H7.004v12h2.269zm0-5.45h2.923c.876 0 1.41.464 1.41 1.341v.791c0 .877-.534 1.358-1.41 1.358H9.272z"/><path fill="currentColor" d="M21 30H11c-4.963 0-9-4.037-9-9V11c0-4.963 4.037-9 9-9h10c4.963 0 9 4.037 9 9v10c0 4.963-4.037 9-9 9M11 4c-3.86 0-7 3.14-7 7v10c0 3.86 3.14 7 7 7h10c3.86 0 7-3.14 7-7V11c0-3.86-3.14-7-7-7z"/></svg>
</template>

CSS

.icon-part-usage {
  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%22M20.834%2016.808c-2.441%200-3.834.911-3.834%202.75c0%201.6%201.032%202.648%202.854%202.648c1.34%200%202.321-.601%202.613-1.753h.103c.137.928.722%201.547%201.668%201.547h1.22v-1.753h-.894v-4.23c0-2.046-1.289-3.198-3.713-3.198c-1.805%200-2.854.688-3.507%201.72l1.307%201.169c.43-.62%201.014-1.135%202.045-1.135c1.17%200%201.668.585%201.668%201.582v.653zm1.53%202.51c0%20.843-.79%201.29-1.77%201.29c-.86%200-1.36-.361-1.36-1.084v-.292c0-.705.569-1.1%201.72-1.1h1.41zM9.272%2017.427h3.129c2.218%200%203.559-1.478%203.559-3.713c0-2.218-1.341-3.714-3.56-3.714H7.004v12h2.269zm0-5.45h2.923c.876%200%201.41.464%201.41%201.341v.791c0%20.877-.534%201.358-1.41%201.358H9.272z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2030H11c-4.963%200-9-4.037-9-9V11c0-4.963%204.037-9%209-9h10c4.963%200%209%204.037%209%209v10c0%204.963-4.037%209-9%209M11%204c-3.86%200-7%203.14-7%207v10c0%203.86%203.14%207%207%207h10c3.86%200%207-3.14%207-7V11c0-3.86-3.14-7-7-7z%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%22M20.834%2016.808c-2.441%200-3.834.911-3.834%202.75c0%201.6%201.032%202.648%202.854%202.648c1.34%200%202.321-.601%202.613-1.753h.103c.137.928.722%201.547%201.668%201.547h1.22v-1.753h-.894v-4.23c0-2.046-1.289-3.198-3.713-3.198c-1.805%200-2.854.688-3.507%201.72l1.307%201.169c.43-.62%201.014-1.135%202.045-1.135c1.17%200%201.668.585%201.668%201.582v.653zm1.53%202.51c0%20.843-.79%201.29-1.77%201.29c-.86%200-1.36-.361-1.36-1.084v-.292c0-.705.569-1.1%201.72-1.1h1.41zM9.272%2017.427h3.129c2.218%200%203.559-1.478%203.559-3.713c0-2.218-1.341-3.714-3.56-3.714H7.004v12h2.269zm0-5.45h2.923c.876%200%201.41.464%201.41%201.341v.791c0%20.877-.534%201.358-1.41%201.358H9.272z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2030H11c-4.963%200-9-4.037-9-9V11c0-4.963%204.037-9%209-9h10c4.963%200%209%204.037%209%209v10c0%204.963-4.037%209-9%209M11%204c-3.86%200-7%203.14-7%207v10c0%203.86%203.14%207%207%207h10c3.86%200%207-3.14%207-7V11c0-3.86-3.14-7-7-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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