add child node icon
add-child-node from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- add-child-node
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the add child node icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 20v-8.1A5 5 0 1 0 4 7c0 2.41 1.72 4.43 4 4.9V20c0 3.31 2.69 6 6 6h1v-2h-1c-2.21 0-4-1.79-4-4M6 7c0-1.65 1.35-3 3-3s3 1.35 3 3s-1.35 3-3 3s-3-1.35-3-3m22 17v2h-4v4h-2v-4h-4v-2h4v-4h2v4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAddChildNode(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="M10 20v-8.1A5 5 0 1 0 4 7c0 2.41 1.72 4.43 4 4.9V20c0 3.31 2.69 6 6 6h1v-2h-1c-2.21 0-4-1.79-4-4M6 7c0-1.65 1.35-3 3-3s3 1.35 3 3s-1.35 3-3 3s-3-1.35-3-3m22 17v2h-4v4h-2v-4h-4v-2h4v-4h2v4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 20v-8.1A5 5 0 1 0 4 7c0 2.41 1.72 4.43 4 4.9V20c0 3.31 2.69 6 6 6h1v-2h-1c-2.21 0-4-1.79-4-4M6 7c0-1.65 1.35-3 3-3s3 1.35 3 3s-1.35 3-3 3s-3-1.35-3-3m22 17v2h-4v4h-2v-4h-4v-2h4v-4h2v4z"/></svg> </template>
CSS
.icon-add-child-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%22M10%2020v-8.1A5%205%200%201%200%204%207c0%202.41%201.72%204.43%204%204.9V20c0%203.31%202.69%206%206%206h1v-2h-1c-2.21%200-4-1.79-4-4M6%207c0-1.65%201.35-3%203-3s3%201.35%203%203s-1.35%203-3%203s-3-1.35-3-3m22%2017v2h-4v4h-2v-4h-4v-2h4v-4h2v4z%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%22M10%2020v-8.1A5%205%200%201%200%204%207c0%202.41%201.72%204.43%204%204.9V20c0%203.31%202.69%206%206%206h1v-2h-1c-2.21%200-4-1.79-4-4M6%207c0-1.65%201.35-3%203-3s3%201.35%203%203s-1.35%203-3%203s-3-1.35-3-3m22%2017v2h-4v4h-2v-4h-4v-2h4v-4h2v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/add-child-node.svg?color=%231a73e8&size=48