concept icon
concept from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- concept
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the concept icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.885 19.471a5.96 5.96 0 0 0 0-6.942L23 10.414l1.293 1.293a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414L21.586 9l-2.115 2.115a5.96 5.96 0 0 0-6.942 0L10 8.585V2H2v8h6.586l2.529 2.529a5.96 5.96 0 0 0 0 6.942L9 21.586l-1.293-1.293a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414L10.414 23l2.115-2.115a5.96 5.96 0 0 0 6.942 0L22 23.415V30h8v-8h-6.586ZM25 4.414L27.586 7L25 9.586L22.414 7ZM7 27.586L4.414 25L7 22.414L9.586 25ZM8 8H4V4h4Zm4 8a4 4 0 1 1 4 4a4.005 4.005 0 0 1-4-4m12 8h4v4h-4Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonConcept(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.885 19.471a5.96 5.96 0 0 0 0-6.942L23 10.414l1.293 1.293a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414L21.586 9l-2.115 2.115a5.96 5.96 0 0 0-6.942 0L10 8.585V2H2v8h6.586l2.529 2.529a5.96 5.96 0 0 0 0 6.942L9 21.586l-1.293-1.293a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414L10.414 23l2.115-2.115a5.96 5.96 0 0 0 6.942 0L22 23.415V30h8v-8h-6.586ZM25 4.414L27.586 7L25 9.586L22.414 7ZM7 27.586L4.414 25L7 22.414L9.586 25ZM8 8H4V4h4Zm4 8a4 4 0 1 1 4 4a4.005 4.005 0 0 1-4-4m12 8h4v4h-4Z"/></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.885 19.471a5.96 5.96 0 0 0 0-6.942L23 10.414l1.293 1.293a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414L21.586 9l-2.115 2.115a5.96 5.96 0 0 0-6.942 0L10 8.585V2H2v8h6.586l2.529 2.529a5.96 5.96 0 0 0 0 6.942L9 21.586l-1.293-1.293a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414L10.414 23l2.115-2.115a5.96 5.96 0 0 0 6.942 0L22 23.415V30h8v-8h-6.586ZM25 4.414L27.586 7L25 9.586L22.414 7ZM7 27.586L4.414 25L7 22.414L9.586 25ZM8 8H4V4h4Zm4 8a4 4 0 1 1 4 4a4.005 4.005 0 0 1-4-4m12 8h4v4h-4Z"/></svg> </template>
CSS
.icon-concept {
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.885%2019.471a5.96%205.96%200%200%200%200-6.942L23%2010.414l1.293%201.293a1%201%200%200%200%201.414%200l4-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%200%200-1.414%200l-4%204a1%201%200%200%200%200%201.414L21.586%209l-2.115%202.115a5.96%205.96%200%200%200-6.942%200L10%208.585V2H2v8h6.586l2.529%202.529a5.96%205.96%200%200%200%200%206.942L9%2021.586l-1.293-1.293a1%201%200%200%200-1.414%200l-4%204a1%201%200%200%200%200%201.414l4%204a1%201%200%200%200%201.414%200l4-4a1%201%200%200%200%200-1.414L10.414%2023l2.115-2.115a5.96%205.96%200%200%200%206.942%200L22%2023.415V30h8v-8h-6.586ZM25%204.414L27.586%207L25%209.586L22.414%207ZM7%2027.586L4.414%2025L7%2022.414L9.586%2025ZM8%208H4V4h4Zm4%208a4%204%200%201%201%204%204a4.005%204.005%200%200%201-4-4m12%208h4v4h-4Z%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.885%2019.471a5.96%205.96%200%200%200%200-6.942L23%2010.414l1.293%201.293a1%201%200%200%200%201.414%200l4-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%200%200-1.414%200l-4%204a1%201%200%200%200%200%201.414L21.586%209l-2.115%202.115a5.96%205.96%200%200%200-6.942%200L10%208.585V2H2v8h6.586l2.529%202.529a5.96%205.96%200%200%200%200%206.942L9%2021.586l-1.293-1.293a1%201%200%200%200-1.414%200l-4%204a1%201%200%200%200%200%201.414l4%204a1%201%200%200%200%201.414%200l4-4a1%201%200%200%200%200-1.414L10.414%2023l2.115-2.115a5.96%205.96%200%200%200%206.942%200L22%2023.415V30h8v-8h-6.586ZM25%204.414L27.586%207L25%209.586L22.414%207ZM7%2027.586L4.414%2025L7%2022.414L9.586%2025ZM8%208H4V4h4Zm4%208a4%204%200%201%201%204%204a4.005%204.005%200%200%201-4-4m12%208h4v4h-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/concept.svg?color=%231a73e8&size=48