session border control icon
session-border-control from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- session-border-control
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the session border control icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 8l-1.41 1.41L27.17 12H16a5.97 5.97 0 0 0-4 1.54V6.83l2.59 2.58L16 8l-5-5l-5 5l1.41 1.41L10 6.83V18a5.97 5.97 0 0 0 1.54 4H4.83l2.58-2.59L6 18l-5 5l5 5l1.41-1.41L4.83 24H16a5.99 5.99 0 0 0 4.46-10h6.71l-2.58 2.59L26 18l5-5Zm-6 10a4 4 0 1 1-4-4a4.005 4.005 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSessionBorderControl(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="m26 8l-1.41 1.41L27.17 12H16a5.97 5.97 0 0 0-4 1.54V6.83l2.59 2.58L16 8l-5-5l-5 5l1.41 1.41L10 6.83V18a5.97 5.97 0 0 0 1.54 4H4.83l2.58-2.59L6 18l-5 5l5 5l1.41-1.41L4.83 24H16a5.99 5.99 0 0 0 4.46-10h6.71l-2.58 2.59L26 18l5-5Zm-6 10a4 4 0 1 1-4-4a4.005 4.005 0 0 1 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 8l-1.41 1.41L27.17 12H16a5.97 5.97 0 0 0-4 1.54V6.83l2.59 2.58L16 8l-5-5l-5 5l1.41 1.41L10 6.83V18a5.97 5.97 0 0 0 1.54 4H4.83l2.58-2.59L6 18l-5 5l5 5l1.41-1.41L4.83 24H16a5.99 5.99 0 0 0 4.46-10h6.71l-2.58 2.59L26 18l5-5Zm-6 10a4 4 0 1 1-4-4a4.005 4.005 0 0 1 4 4"/></svg> </template>
CSS
.icon-session-border-control {
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%22m26%208l-1.41%201.41L27.17%2012H16a5.97%205.97%200%200%200-4%201.54V6.83l2.59%202.58L16%208l-5-5l-5%205l1.41%201.41L10%206.83V18a5.97%205.97%200%200%200%201.54%204H4.83l2.58-2.59L6%2018l-5%205l5%205l1.41-1.41L4.83%2024H16a5.99%205.99%200%200%200%204.46-10h6.71l-2.58%202.59L26%2018l5-5Zm-6%2010a4%204%200%201%201-4-4a4.005%204.005%200%200%201%204%204%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%22m26%208l-1.41%201.41L27.17%2012H16a5.97%205.97%200%200%200-4%201.54V6.83l2.59%202.58L16%208l-5-5l-5%205l1.41%201.41L10%206.83V18a5.97%205.97%200%200%200%201.54%204H4.83l2.58-2.59L6%2018l-5%205l5%205l1.41-1.41L4.83%2024H16a5.99%205.99%200%200%200%204.46-10h6.71l-2.58%202.59L26%2018l5-5Zm-6%2010a4%204%200%201%201-4-4a4.005%204.005%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/session-border-control.svg?color=%231a73e8&size=48