incomplete icon
incomplete from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- incomplete
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the incomplete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.764 6.86l1.285-1.532a14 14 0 0 0-4.182-2.441l-.683 1.878a12 12 0 0 1 3.58 2.094M27.81 14l1.968-.413a13.9 13.9 0 0 0-1.638-4.541L26.409 10a12.5 12.5 0 0 1 1.401 4m-7.626 13.235l.683 1.878a14 14 0 0 0 4.182-2.44l-1.285-1.532a12 12 0 0 1-3.58 2.094M26.409 22l1.731 1a14.1 14.1 0 0 0 1.638-4.587l-1.968-.347A12.2 12.2 0 0 1 26.409 22M16 30V2a14 14 0 0 0 0 28"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIncomplete(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="m23.764 6.86l1.285-1.532a14 14 0 0 0-4.182-2.441l-.683 1.878a12 12 0 0 1 3.58 2.094M27.81 14l1.968-.413a13.9 13.9 0 0 0-1.638-4.541L26.409 10a12.5 12.5 0 0 1 1.401 4m-7.626 13.235l.683 1.878a14 14 0 0 0 4.182-2.44l-1.285-1.532a12 12 0 0 1-3.58 2.094M26.409 22l1.731 1a14.1 14.1 0 0 0 1.638-4.587l-1.968-.347A12.2 12.2 0 0 1 26.409 22M16 30V2a14 14 0 0 0 0 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.764 6.86l1.285-1.532a14 14 0 0 0-4.182-2.441l-.683 1.878a12 12 0 0 1 3.58 2.094M27.81 14l1.968-.413a13.9 13.9 0 0 0-1.638-4.541L26.409 10a12.5 12.5 0 0 1 1.401 4m-7.626 13.235l.683 1.878a14 14 0 0 0 4.182-2.44l-1.285-1.532a12 12 0 0 1-3.58 2.094M26.409 22l1.731 1a14.1 14.1 0 0 0 1.638-4.587l-1.968-.347A12.2 12.2 0 0 1 26.409 22M16 30V2a14 14 0 0 0 0 28"/></svg> </template>
CSS
.icon-incomplete {
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%22m23.764%206.86l1.285-1.532a14%2014%200%200%200-4.182-2.441l-.683%201.878a12%2012%200%200%201%203.58%202.094M27.81%2014l1.968-.413a13.9%2013.9%200%200%200-1.638-4.541L26.409%2010a12.5%2012.5%200%200%201%201.401%204m-7.626%2013.235l.683%201.878a14%2014%200%200%200%204.182-2.44l-1.285-1.532a12%2012%200%200%201-3.58%202.094M26.409%2022l1.731%201a14.1%2014.1%200%200%200%201.638-4.587l-1.968-.347A12.2%2012.2%200%200%201%2026.409%2022M16%2030V2a14%2014%200%200%200%200%2028%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%22m23.764%206.86l1.285-1.532a14%2014%200%200%200-4.182-2.441l-.683%201.878a12%2012%200%200%201%203.58%202.094M27.81%2014l1.968-.413a13.9%2013.9%200%200%200-1.638-4.541L26.409%2010a12.5%2012.5%200%200%201%201.401%204m-7.626%2013.235l.683%201.878a14%2014%200%200%200%204.182-2.44l-1.285-1.532a12%2012%200%200%201-3.58%202.094M26.409%2022l1.731%201a14.1%2014.1%200%200%200%201.638-4.587l-1.968-.347A12.2%2012.2%200%200%201%2026.409%2022M16%2030V2a14%2014%200%200%200%200%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/incomplete.svg?color=%231a73e8&size=48