data set icon
data-set from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- data-set
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the data set icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 12V3h-2v2h-3v2h3v5h-3v2h8v-2zM8.5 5C10.43 5 12 6.57 12 8.5S10.43 12 8.5 12S5 10.43 5 8.5S6.57 5 8.5 5m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m0 17c1.93 0 3.5 1.57 3.5 3.5S10.43 27 8.5 27S5 25.43 5 23.5S6.57 20 8.5 20m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m15 2c1.93 0 3.5 1.57 3.5 3.5S25.43 27 23.5 27S20 25.43 20 23.5s1.57-3.5 3.5-3.5m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataSet(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="M25 12V3h-2v2h-3v2h3v5h-3v2h8v-2zM8.5 5C10.43 5 12 6.57 12 8.5S10.43 12 8.5 12S5 10.43 5 8.5S6.57 5 8.5 5m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m0 17c1.93 0 3.5 1.57 3.5 3.5S10.43 27 8.5 27S5 25.43 5 23.5S6.57 20 8.5 20m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m15 2c1.93 0 3.5 1.57 3.5 3.5S25.43 27 23.5 27S20 25.43 20 23.5s1.57-3.5 3.5-3.5m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 12V3h-2v2h-3v2h3v5h-3v2h8v-2zM8.5 5C10.43 5 12 6.57 12 8.5S10.43 12 8.5 12S5 10.43 5 8.5S6.57 5 8.5 5m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m0 17c1.93 0 3.5 1.57 3.5 3.5S10.43 27 8.5 27S5 25.43 5 23.5S6.57 20 8.5 20m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m15 2c1.93 0 3.5 1.57 3.5 3.5S25.43 27 23.5 27S20 25.43 20 23.5s1.57-3.5 3.5-3.5m0-2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11"/></svg> </template>
CSS
.icon-data-set {
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%22M25%2012V3h-2v2h-3v2h3v5h-3v2h8v-2zM8.5%205C10.43%205%2012%206.57%2012%208.5S10.43%2012%208.5%2012S5%2010.43%205%208.5S6.57%205%208.5%205m0-2a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m0%2017c1.93%200%203.5%201.57%203.5%203.5S10.43%2027%208.5%2027S5%2025.43%205%2023.5S6.57%2020%208.5%2020m0-2a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m15%202c1.93%200%203.5%201.57%203.5%203.5S25.43%2027%2023.5%2027S20%2025.43%2020%2023.5s1.57-3.5%203.5-3.5m0-2a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11%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%22M25%2012V3h-2v2h-3v2h3v5h-3v2h8v-2zM8.5%205C10.43%205%2012%206.57%2012%208.5S10.43%2012%208.5%2012S5%2010.43%205%208.5S6.57%205%208.5%205m0-2a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m0%2017c1.93%200%203.5%201.57%203.5%203.5S10.43%2027%208.5%2027S5%2025.43%205%2023.5S6.57%2020%208.5%2020m0-2a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m15%202c1.93%200%203.5%201.57%203.5%203.5S25.43%2027%2023.5%2027S20%2025.43%2020%2023.5s1.57-3.5%203.5-3.5m0-2a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-set.svg?color=%231a73e8&size=48