digital identity icon
digital-identity from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- digital-identity
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the digital identity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 19v-1c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v7h2v-7c0-.5.4-1 1-1h6c.5 0 1 .5 1 1v1zm-10-9c0 2.2 1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4s-4 1.8-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m11 11c0 7.8-7.7 8-8 8v2s10-.2 10-10zm-8 6c2.1 0 6-1.3 6-6h-2c0 3.9-3.6 4-4 4zM5 3h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v26c0 1.1.9 2 2 2h12v-2H5zm15 18c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDigitalIdentity(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 19v-1c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v7h2v-7c0-.5.4-1 1-1h6c.5 0 1 .5 1 1v1zm-10-9c0 2.2 1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4s-4 1.8-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m11 11c0 7.8-7.7 8-8 8v2s10-.2 10-10zm-8 6c2.1 0 6-1.3 6-6h-2c0 3.9-3.6 4-4 4zM5 3h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v26c0 1.1.9 2 2 2h12v-2H5zm15 18c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1"/></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 19v-1c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v7h2v-7c0-.5.4-1 1-1h6c.5 0 1 .5 1 1v1zm-10-9c0 2.2 1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4s-4 1.8-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m11 11c0 7.8-7.7 8-8 8v2s10-.2 10-10zm-8 6c2.1 0 6-1.3 6-6h-2c0 3.9-3.6 4-4 4zM5 3h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v26c0 1.1.9 2 2 2h12v-2H5zm15 18c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1"/></svg> </template>
CSS
.icon-digital-identity {
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%2019v-1c0-1.7-1.3-3-3-3h-6c-1.7%200-3%201.3-3%203v7h2v-7c0-.5.4-1%201-1h6c.5%200%201%20.5%201%201v1zm-10-9c0%202.2%201.8%204%204%204s4-1.8%204-4s-1.8-4-4-4s-4%201.8-4%204m6%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m11%2011c0%207.8-7.7%208-8%208v2s10-.2%2010-10zm-8%206c2.1%200%206-1.3%206-6h-2c0%203.9-3.6%204-4%204zM5%203h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v26c0%201.1.9%202%202%202h12v-2H5zm15%2018c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1%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%2019v-1c0-1.7-1.3-3-3-3h-6c-1.7%200-3%201.3-3%203v7h2v-7c0-.5.4-1%201-1h6c.5%200%201%20.5%201%201v1zm-10-9c0%202.2%201.8%204%204%204s4-1.8%204-4s-1.8-4-4-4s-4%201.8-4%204m6%200c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m11%2011c0%207.8-7.7%208-8%208v2s10-.2%2010-10zm-8%206c2.1%200%206-1.3%206-6h-2c0%203.9-3.6%204-4%204zM5%203h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v26c0%201.1.9%202%202%202h12v-2H5zm15%2018c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/digital-identity.svg?color=%231a73e8&size=48