unknown icon

unknown-filled from Carbon by IBM · Filled · Organization · Apache-2.0 Free for personal and commercial use.

Name
unknown-filled
Set
Carbon
Style
Filled
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"><path fill="currentColor" d="M29.391 14.527L17.473 2.609C17.067 2.203 16.533 2 16 2s-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 24a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m1.125-6.752v1.877h-2.25V15H17c1.034 0 1.875-.841 1.875-1.875S18.034 11.25 17 11.25h-2a1.877 1.877 0 0 0-1.875 1.875v.5h-2.25v-.5A4.13 4.13 0 0 1 15 9h2a4.13 4.13 0 0 1 4.125 4.125a4.13 4.13 0 0 1-4 4.123"/><path fill="none" d="M16 21a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 16 21m1.125-3.752a4.13 4.13 0 0 0 4-4.123A4.13 4.13 0 0 0 17 9h-2a4.13 4.13 0 0 0-4.125 4.125v.5h2.25v-.5c0-1.034.841-1.875 1.875-1.875h2c1.034 0 1.875.841 1.875 1.875S18.034 15 17 15h-2.125v4.125h2.25z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUnknownFilled(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="M29.391 14.527L17.473 2.609C17.067 2.203 16.533 2 16 2s-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 24a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m1.125-6.752v1.877h-2.25V15H17c1.034 0 1.875-.841 1.875-1.875S18.034 11.25 17 11.25h-2a1.877 1.877 0 0 0-1.875 1.875v.5h-2.25v-.5A4.13 4.13 0 0 1 15 9h2a4.13 4.13 0 0 1 4.125 4.125a4.13 4.13 0 0 1-4 4.123"/><path fill="none" d="M16 21a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 16 21m1.125-3.752a4.13 4.13 0 0 0 4-4.123A4.13 4.13 0 0 0 17 9h-2a4.13 4.13 0 0 0-4.125 4.125v.5h2.25v-.5c0-1.034.841-1.875 1.875-1.875h2c1.034 0 1.875.841 1.875 1.875S18.034 15 17 15h-2.125v4.125h2.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.391 14.527L17.473 2.609C17.067 2.203 16.533 2 16 2s-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 24a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m1.125-6.752v1.877h-2.25V15H17c1.034 0 1.875-.841 1.875-1.875S18.034 11.25 17 11.25h-2a1.877 1.877 0 0 0-1.875 1.875v.5h-2.25v-.5A4.13 4.13 0 0 1 15 9h2a4.13 4.13 0 0 1 4.125 4.125a4.13 4.13 0 0 1-4 4.123"/><path fill="none" d="M16 21a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 16 21m1.125-3.752a4.13 4.13 0 0 0 4-4.123A4.13 4.13 0 0 0 17 9h-2a4.13 4.13 0 0 0-4.125 4.125v.5h2.25v-.5c0-1.034.841-1.875 1.875-1.875h2c1.034 0 1.875.841 1.875 1.875S18.034 15 17 15h-2.125v4.125h2.25z"/></svg>
</template>

CSS

.icon-unknown-filled {
  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%22M29.391%2014.527L17.473%202.609C17.067%202.203%2016.533%202%2016%202s-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%2024a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m1.125-6.752v1.877h-2.25V15H17c1.034%200%201.875-.841%201.875-1.875S18.034%2011.25%2017%2011.25h-2a1.877%201.877%200%200%200-1.875%201.875v.5h-2.25v-.5A4.13%204.13%200%200%201%2015%209h2a4.13%204.13%200%200%201%204.125%204.125a4.13%204.13%200%200%201-4%204.123%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M16%2021a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%2016%2021m1.125-3.752a4.13%204.13%200%200%200%204-4.123A4.13%204.13%200%200%200%2017%209h-2a4.13%204.13%200%200%200-4.125%204.125v.5h2.25v-.5c0-1.034.841-1.875%201.875-1.875h2c1.034%200%201.875.841%201.875%201.875S18.034%2015%2017%2015h-2.125v4.125h2.25z%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%22M29.391%2014.527L17.473%202.609C17.067%202.203%2016.533%202%2016%202s-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%2024a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m1.125-6.752v1.877h-2.25V15H17c1.034%200%201.875-.841%201.875-1.875S18.034%2011.25%2017%2011.25h-2a1.877%201.877%200%200%200-1.875%201.875v.5h-2.25v-.5A4.13%204.13%200%200%201%2015%209h2a4.13%204.13%200%200%201%204.125%204.125a4.13%204.13%200%200%201-4%204.123%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M16%2021a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%2016%2021m1.125-3.752a4.13%204.13%200%200%200%204-4.123A4.13%204.13%200%200%200%2017%209h-2a4.13%204.13%200%200%200-4.125%204.125v.5h2.25v-.5c0-1.034.841-1.875%201.875-1.875h2c1.034%200%201.875.841%201.875%201.875S18.034%2015%2017%2015h-2.125v4.125h2.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/unknown-filled.svg?color=%231a73e8&size=48