unknown icon
unknown from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- unknown
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
More organization icons from Carbon
Use the unknown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="22.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M17 19h-2v-4h2c1.103 0 2-.897 2-2s-.897-2-2-2h-2c-1.103 0-2 .897-2 2v.5h-2V13c0-2.206 1.794-4 4-4h2c2.206 0 4 1.794 4 4s-1.794 4-4 4z"/><path fill="currentColor" d="M29.391 14.527L17.473 2.609A2.08 2.08 0 0 0 16 2c-.533 0-1.067.203-1.473.609L2.609 14.527C2.203 14.933 2 15.466 2 16s.203 1.067.609 1.473L14.526 29.39c.407.407.941.61 1.474.61s1.067-.203 1.473-.609L29.39 17.474c.407-.407.61-.94.61-1.474s-.203-1.067-.609-1.473M16 28.036L3.965 16L16 3.964L28.036 16z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonUnknown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="22.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M17 19h-2v-4h2c1.103 0 2-.897 2-2s-.897-2-2-2h-2c-1.103 0-2 .897-2 2v.5h-2V13c0-2.206 1.794-4 4-4h2c2.206 0 4 1.794 4 4s-1.794 4-4 4z"/><path fill="currentColor" d="M29.391 14.527L17.473 2.609A2.08 2.08 0 0 0 16 2c-.533 0-1.067.203-1.473.609L2.609 14.527C2.203 14.933 2 15.466 2 16s.203 1.067.609 1.473L14.526 29.39c.407.407.941.61 1.474.61s1.067-.203 1.473-.609L29.39 17.474c.407-.407.61-.94.61-1.474s-.203-1.067-.609-1.473M16 28.036L3.965 16L16 3.964L28.036 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="22.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M17 19h-2v-4h2c1.103 0 2-.897 2-2s-.897-2-2-2h-2c-1.103 0-2 .897-2 2v.5h-2V13c0-2.206 1.794-4 4-4h2c2.206 0 4 1.794 4 4s-1.794 4-4 4z"/><path fill="currentColor" d="M29.391 14.527L17.473 2.609A2.08 2.08 0 0 0 16 2c-.533 0-1.067.203-1.473.609L2.609 14.527C2.203 14.933 2 15.466 2 16s.203 1.067.609 1.473L14.526 29.39c.407.407.941.61 1.474.61s1.067-.203 1.473-.609L29.39 17.474c.407-.407.61-.94.61-1.474s-.203-1.067-.609-1.473M16 28.036L3.965 16L16 3.964L28.036 16z"/></svg> </template>
CSS
.icon-unknown {
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%3Ccircle%20cx%3D%2216%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2019h-2v-4h2c1.103%200%202-.897%202-2s-.897-2-2-2h-2c-1.103%200-2%20.897-2%202v.5h-2V13c0-2.206%201.794-4%204-4h2c2.206%200%204%201.794%204%204s-1.794%204-4%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.391%2014.527L17.473%202.609A2.08%202.08%200%200%200%2016%202c-.533%200-1.067.203-1.473.609L2.609%2014.527C2.203%2014.933%202%2015.466%202%2016s.203%201.067.609%201.473L14.526%2029.39c.407.407.941.61%201.474.61s1.067-.203%201.473-.609L29.39%2017.474c.407-.407.61-.94.61-1.474s-.203-1.067-.609-1.473M16%2028.036L3.965%2016L16%203.964L28.036%2016z%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2019h-2v-4h2c1.103%200%202-.897%202-2s-.897-2-2-2h-2c-1.103%200-2%20.897-2%202v.5h-2V13c0-2.206%201.794-4%204-4h2c2.206%200%204%201.794%204%204s-1.794%204-4%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.391%2014.527L17.473%202.609A2.08%202.08%200%200%200%2016%202c-.533%200-1.067.203-1.473.609L2.609%2014.527C2.203%2014.933%202%2015.466%202%2016s.203%201.067.609%201.473L14.526%2029.39c.407.407.941.61%201.474.61s1.067-.203%201.473-.609L29.39%2017.474c.407-.407.61-.94.61-1.474s-.203-1.067-.609-1.473M16%2028.036L3.965%2016L16%203.964L28.036%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/unknown.svg?color=%231a73e8&size=48