undefined icon
undefined-filled from Carbon by IBM · Filled · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- undefined-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 undefined 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.473M21 18H11v-4h10z"/><path fill="none" d="M11 14h10v4H11z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonUndefinedFilled(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.473M21 18H11v-4h10z"/><path fill="none" d="M11 14h10v4H11z"/></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.473M21 18H11v-4h10z"/><path fill="none" d="M11 14h10v4H11z"/></svg> </template>
CSS
.icon-undefined-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.473M21%2018H11v-4h10z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M11%2014h10v4H11z%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.473M21%2018H11v-4h10z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M11%2014h10v4H11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/undefined-filled.svg?color=%231a73e8&size=48