data definition icon
data-definition from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- data-definition
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the data definition icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="14" cy="14" r="2" fill="currentColor"/><path fill="currentColor" d="M20 30a1 1 0 0 1-.707-.293L8.586 19A2 2 0 0 1 8 17.586V10a2 2 0 0 1 2-2h7.586A2 2 0 0 1 19 8.586l10.707 10.707a1 1 0 0 1 0 1.414l-9 9A1 1 0 0 1 20 30M10 10v7.586l10 10L27.586 20l-10-10Z"/><path fill="currentColor" d="M12 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v8h-2V4H4v24h8Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataDefinition(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="14" cy="14" r="2" fill="currentColor"/><path fill="currentColor" d="M20 30a1 1 0 0 1-.707-.293L8.586 19A2 2 0 0 1 8 17.586V10a2 2 0 0 1 2-2h7.586A2 2 0 0 1 19 8.586l10.707 10.707a1 1 0 0 1 0 1.414l-9 9A1 1 0 0 1 20 30M10 10v7.586l10 10L27.586 20l-10-10Z"/><path fill="currentColor" d="M12 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v8h-2V4H4v24h8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="14" cy="14" r="2" fill="currentColor"/><path fill="currentColor" d="M20 30a1 1 0 0 1-.707-.293L8.586 19A2 2 0 0 1 8 17.586V10a2 2 0 0 1 2-2h7.586A2 2 0 0 1 19 8.586l10.707 10.707a1 1 0 0 1 0 1.414l-9 9A1 1 0 0 1 20 30M10 10v7.586l10 10L27.586 20l-10-10Z"/><path fill="currentColor" d="M12 30H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v8h-2V4H4v24h8Z"/></svg> </template>
CSS
.icon-data-definition {
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%2214%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2030a1%201%200%200%201-.707-.293L8.586%2019A2%202%200%200%201%208%2017.586V10a2%202%200%200%201%202-2h7.586A2%202%200%200%201%2019%208.586l10.707%2010.707a1%201%200%200%201%200%201.414l-9%209A1%201%200%200%201%2020%2030M10%2010v7.586l10%2010L27.586%2020l-10-10Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2030H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v8h-2V4H4v24h8Z%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%2214%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2030a1%201%200%200%201-.707-.293L8.586%2019A2%202%200%200%201%208%2017.586V10a2%202%200%200%201%202-2h7.586A2%202%200%200%201%2019%208.586l10.707%2010.707a1%201%200%200%201%200%201.414l-9%209A1%201%200%200%201%2020%2030M10%2010v7.586l10%2010L27.586%2020l-10-10Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2030H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v8h-2V4H4v24h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-definition.svg?color=%231a73e8&size=48