multiuser device icon
multiuser-device from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- multiuser-device
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the multiuser device icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 25h-6c-1.66 0-3 1.34-3 3v2h2v-2c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2h2v-2c0-1.66-1.34-3-3-3m-7-5c0 2.21 1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m3-2c1.1 0 2 .9 2 2s-.9 2-2 2v2c2.21 0 4-1.79 4-4s-1.79-4-4-4zm3 7h-1v2h1c.55 0 1 .45 1 1v2h2v-2c0-1.66-1.34-3-3-3M6 4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h3v-2H6z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonMultiuserDevice(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 25h-6c-1.66 0-3 1.34-3 3v2h2v-2c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2h2v-2c0-1.66-1.34-3-3-3m-7-5c0 2.21 1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m3-2c1.1 0 2 .9 2 2s-.9 2-2 2v2c2.21 0 4-1.79 4-4s-1.79-4-4-4zm3 7h-1v2h1c.55 0 1 .45 1 1v2h2v-2c0-1.66-1.34-3-3-3M6 4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h3v-2H6z"/></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 25h-6c-1.66 0-3 1.34-3 3v2h2v-2c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2h2v-2c0-1.66-1.34-3-3-3m-7-5c0 2.21 1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m3-2c1.1 0 2 .9 2 2s-.9 2-2 2v2c2.21 0 4-1.79 4-4s-1.79-4-4-4zm3 7h-1v2h1c.55 0 1 .45 1 1v2h2v-2c0-1.66-1.34-3-3-3M6 4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h3v-2H6z"/></svg> </template>
CSS
.icon-multiuser-device {
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%2025h-6c-1.66%200-3%201.34-3%203v2h2v-2c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2h2v-2c0-1.66-1.34-3-3-3m-7-5c0%202.21%201.79%204%204%204s4-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204m6%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m3-2c1.1%200%202%20.9%202%202s-.9%202-2%202v2c2.21%200%204-1.79%204-4s-1.79-4-4-4zm3%207h-1v2h1c.55%200%201%20.45%201%201v2h2v-2c0-1.66-1.34-3-3-3M6%204h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1%200-2%20.9-2%202v24c0%201.1.9%202%202%202h3v-2H6z%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%2025h-6c-1.66%200-3%201.34-3%203v2h2v-2c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2h2v-2c0-1.66-1.34-3-3-3m-7-5c0%202.21%201.79%204%204%204s4-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204m6%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m3-2c1.1%200%202%20.9%202%202s-.9%202-2%202v2c2.21%200%204-1.79%204-4s-1.79-4-4-4zm3%207h-1v2h1c.55%200%201%20.45%201%201v2h2v-2c0-1.66-1.34-3-3-3M6%204h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1%200-2%20.9-2%202v24c0%201.1.9%202%202%202h3v-2H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/multiuser-device.svg?color=%231a73e8&size=48