join inner icon
join-inner from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- join-inner
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the join inner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6a9.9 9.9 0 0 0-4 .842a9.999 9.999 0 1 0 0 18.318A9.998 9.998 0 1 0 20 6m-8 18a8 8 0 1 1 1.757-15.798a9.973 9.973 0 0 0 0 15.598A8 8 0 0 1 12 24m8 0a8 8 0 0 1-1.757-.2a9.973 9.973 0 0 0 0-15.599A7.997 7.997 0 1 1 20 24"/></svg>
React
import type { SVGProps } from "react";
export function CarbonJoinInner(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 6a9.9 9.9 0 0 0-4 .842a9.999 9.999 0 1 0 0 18.318A9.998 9.998 0 1 0 20 6m-8 18a8 8 0 1 1 1.757-15.798a9.973 9.973 0 0 0 0 15.598A8 8 0 0 1 12 24m8 0a8 8 0 0 1-1.757-.2a9.973 9.973 0 0 0 0-15.599A7.997 7.997 0 1 1 20 24"/></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 6a9.9 9.9 0 0 0-4 .842a9.999 9.999 0 1 0 0 18.318A9.998 9.998 0 1 0 20 6m-8 18a8 8 0 1 1 1.757-15.798a9.973 9.973 0 0 0 0 15.598A8 8 0 0 1 12 24m8 0a8 8 0 0 1-1.757-.2a9.973 9.973 0 0 0 0-15.599A7.997 7.997 0 1 1 20 24"/></svg> </template>
CSS
.icon-join-inner {
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%206a9.9%209.9%200%200%200-4%20.842a9.999%209.999%200%201%200%200%2018.318A9.998%209.998%200%201%200%2020%206m-8%2018a8%208%200%201%201%201.757-15.798a9.973%209.973%200%200%200%200%2015.598A8%208%200%200%201%2012%2024m8%200a8%208%200%200%201-1.757-.2a9.973%209.973%200%200%200%200-15.599A7.997%207.997%200%201%201%2020%2024%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%206a9.9%209.9%200%200%200-4%20.842a9.999%209.999%200%201%200%200%2018.318A9.998%209.998%200%201%200%2020%206m-8%2018a8%208%200%201%201%201.757-15.798a9.973%209.973%200%200%200%200%2015.598A8%208%200%200%201%2012%2024m8%200a8%208%200%200%201-1.757-.2a9.973%209.973%200%200%200%200-15.599A7.997%207.997%200%201%201%2020%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/join-inner.svg?color=%231a73e8&size=48