join inner alt icon
join-inner-alt from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- join-inner-alt
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the join inner alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.3 12.6L8 14.1c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6 1.1 1.3 2.1 2.2 2.9M6.4 7.7C6.1 6.8 6 5.8 6 4.9V4H4v.9c0 1.1.2 2.3.5 3.4zm7.8 7.3c-1.2-.2-2.4-.7-3.4-1.3l-1 1.7c.3.2.7.4 1.1.6c-.4.2-.7.4-1.1.6l1 1.7c1.1-.7 2.2-1.1 3.4-1.3v-1.9Zm-8.9 6.4l1.8.9c.6-1.1 1.3-2.1 2.2-2.9L8 17.9c-1.1 1-2 2.2-2.7 3.5M4 27.1v.9h2v-.9c0-1 .1-1.9.4-2.8l-1.9-.6c-.3 1.1-.5 2.2-.5 3.4M23 11l-1.4 1.4l2.6 2.6H16v2h8.2l-2.6 2.6L23 21l5-5z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonJoinInnerAlt(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="M9.3 12.6L8 14.1c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6 1.1 1.3 2.1 2.2 2.9M6.4 7.7C6.1 6.8 6 5.8 6 4.9V4H4v.9c0 1.1.2 2.3.5 3.4zm7.8 7.3c-1.2-.2-2.4-.7-3.4-1.3l-1 1.7c.3.2.7.4 1.1.6c-.4.2-.7.4-1.1.6l1 1.7c1.1-.7 2.2-1.1 3.4-1.3v-1.9Zm-8.9 6.4l1.8.9c.6-1.1 1.3-2.1 2.2-2.9L8 17.9c-1.1 1-2 2.2-2.7 3.5M4 27.1v.9h2v-.9c0-1 .1-1.9.4-2.8l-1.9-.6c-.3 1.1-.5 2.2-.5 3.4M23 11l-1.4 1.4l2.6 2.6H16v2h8.2l-2.6 2.6L23 21l5-5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.3 12.6L8 14.1c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6 1.1 1.3 2.1 2.2 2.9M6.4 7.7C6.1 6.8 6 5.8 6 4.9V4H4v.9c0 1.1.2 2.3.5 3.4zm7.8 7.3c-1.2-.2-2.4-.7-3.4-1.3l-1 1.7c.3.2.7.4 1.1.6c-.4.2-.7.4-1.1.6l1 1.7c1.1-.7 2.2-1.1 3.4-1.3v-1.9Zm-8.9 6.4l1.8.9c.6-1.1 1.3-2.1 2.2-2.9L8 17.9c-1.1 1-2 2.2-2.7 3.5M4 27.1v.9h2v-.9c0-1 .1-1.9.4-2.8l-1.9-.6c-.3 1.1-.5 2.2-.5 3.4M23 11l-1.4 1.4l2.6 2.6H16v2h8.2l-2.6 2.6L23 21l5-5z"/></svg> </template>
CSS
.icon-join-inner-alt {
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%22M9.3%2012.6L8%2014.1c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6%201.1%201.3%202.1%202.2%202.9M6.4%207.7C6.1%206.8%206%205.8%206%204.9V4H4v.9c0%201.1.2%202.3.5%203.4zm7.8%207.3c-1.2-.2-2.4-.7-3.4-1.3l-1%201.7c.3.2.7.4%201.1.6c-.4.2-.7.4-1.1.6l1%201.7c1.1-.7%202.2-1.1%203.4-1.3v-1.9Zm-8.9%206.4l1.8.9c.6-1.1%201.3-2.1%202.2-2.9L8%2017.9c-1.1%201-2%202.2-2.7%203.5M4%2027.1v.9h2v-.9c0-1%20.1-1.9.4-2.8l-1.9-.6c-.3%201.1-.5%202.2-.5%203.4M23%2011l-1.4%201.4l2.6%202.6H16v2h8.2l-2.6%202.6L23%2021l5-5z%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%22M9.3%2012.6L8%2014.1c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6%201.1%201.3%202.1%202.2%202.9M6.4%207.7C6.1%206.8%206%205.8%206%204.9V4H4v.9c0%201.1.2%202.3.5%203.4zm7.8%207.3c-1.2-.2-2.4-.7-3.4-1.3l-1%201.7c.3.2.7.4%201.1.6c-.4.2-.7.4-1.1.6l1%201.7c1.1-.7%202.2-1.1%203.4-1.3v-1.9Zm-8.9%206.4l1.8.9c.6-1.1%201.3-2.1%202.2-2.9L8%2017.9c-1.1%201-2%202.2-2.7%203.5M4%2027.1v.9h2v-.9c0-1%20.1-1.9.4-2.8l-1.9-.6c-.3%201.1-.5%202.2-.5%203.4M23%2011l-1.4%201.4l2.6%202.6H16v2h8.2l-2.6%202.6L23%2021l5-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/join-inner-alt.svg?color=%231a73e8&size=48