add parent node icon

add-parent-node from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
add-parent-node
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the add parent node icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 8H4V6h4V2h2v4h4v2h-4v4H8zm20 17a5.002 5.002 0 0 1-9.9 1H14c-3.31 0-6-2.69-6-6v-5h2v5c0 2.21 1.79 4 4 4h4.1c.47-2.28 2.49-4 4.9-4c2.76 0 5 2.24 5 5m-2 0c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAddParentNode(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="M8 8H4V6h4V2h2v4h4v2h-4v4H8zm20 17a5.002 5.002 0 0 1-9.9 1H14c-3.31 0-6-2.69-6-6v-5h2v5c0 2.21 1.79 4 4 4h4.1c.47-2.28 2.49-4 4.9-4c2.76 0 5 2.24 5 5m-2 0c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 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="M8 8H4V6h4V2h2v4h4v2h-4v4H8zm20 17a5.002 5.002 0 0 1-9.9 1H14c-3.31 0-6-2.69-6-6v-5h2v5c0 2.21 1.79 4 4 4h4.1c.47-2.28 2.49-4 4.9-4c2.76 0 5 2.24 5 5m-2 0c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3"/></svg>
</template>

CSS

.icon-add-parent-node {
  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%22M8%208H4V6h4V2h2v4h4v2h-4v4H8zm20%2017a5.002%205.002%200%200%201-9.9%201H14c-3.31%200-6-2.69-6-6v-5h2v5c0%202.21%201.79%204%204%204h4.1c.47-2.28%202.49-4%204.9-4c2.76%200%205%202.24%205%205m-2%200c0-1.65-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203s3-1.35%203-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%22M8%208H4V6h4V2h2v4h4v2h-4v4H8zm20%2017a5.002%205.002%200%200%201-9.9%201H14c-3.31%200-6-2.69-6-6v-5h2v5c0%202.21%201.79%204%204%204h4.1c.47-2.28%202.49-4%204.9-4c2.76%200%205%202.24%205%205m-2%200c0-1.65-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203s3-1.35%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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