data regular icon
data-regular from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- data-regular
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the data regular icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 24c-.462 0-.895.113-1.286.3l-4.829-4.83A5.96 5.96 0 0 0 22 16c0-3.309-2.692-6-6-6c-1.294 0-2.49.416-3.471 1.115L7.7 6.286C7.887 5.895 8 5.462 8 5a3 3 0 1 0-3 3c.462 0 .895-.113 1.286-.3l4.829 4.83A5.96 5.96 0 0 0 10 16c0 3.309 2.692 6 6 6c1.294 0 2.49-.416 3.47-1.115l4.83 4.829c-.187.391-.3.824-.3 1.286a3 3 0 1 0 3-3m-11-4c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataRegular(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="M27 24c-.462 0-.895.113-1.286.3l-4.829-4.83A5.96 5.96 0 0 0 22 16c0-3.309-2.692-6-6-6c-1.294 0-2.49.416-3.471 1.115L7.7 6.286C7.887 5.895 8 5.462 8 5a3 3 0 1 0-3 3c.462 0 .895-.113 1.286-.3l4.829 4.83A5.96 5.96 0 0 0 10 16c0 3.309 2.692 6 6 6c1.294 0 2.49-.416 3.47-1.115l4.83 4.829c-.187.391-.3.824-.3 1.286a3 3 0 1 0 3-3m-11-4c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 24c-.462 0-.895.113-1.286.3l-4.829-4.83A5.96 5.96 0 0 0 22 16c0-3.309-2.692-6-6-6c-1.294 0-2.49.416-3.471 1.115L7.7 6.286C7.887 5.895 8 5.462 8 5a3 3 0 1 0-3 3c.462 0 .895-.113 1.286-.3l4.829 4.83A5.96 5.96 0 0 0 10 16c0 3.309 2.692 6 6 6c1.294 0 2.49-.416 3.47-1.115l4.83 4.829c-.187.391-.3.824-.3 1.286a3 3 0 1 0 3-3m-11-4c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg> </template>
CSS
.icon-data-regular {
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%22M27%2024c-.462%200-.895.113-1.286.3l-4.829-4.83A5.96%205.96%200%200%200%2022%2016c0-3.309-2.692-6-6-6c-1.294%200-2.49.416-3.471%201.115L7.7%206.286C7.887%205.895%208%205.462%208%205a3%203%200%201%200-3%203c.462%200%20.895-.113%201.286-.3l4.829%204.83A5.96%205.96%200%200%200%2010%2016c0%203.309%202.692%206%206%206c1.294%200%202.49-.416%203.47-1.115l4.83%204.829c-.187.391-.3.824-.3%201.286a3%203%200%201%200%203-3m-11-4c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204%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%22M27%2024c-.462%200-.895.113-1.286.3l-4.829-4.83A5.96%205.96%200%200%200%2022%2016c0-3.309-2.692-6-6-6c-1.294%200-2.49.416-3.471%201.115L7.7%206.286C7.887%205.895%208%205.462%208%205a3%203%200%201%200-3%203c.462%200%20.895-.113%201.286-.3l4.829%204.83A5.96%205.96%200%200%200%2010%2016c0%203.309%202.692%206%206%206c1.294%200%202.49-.416%203.47-1.115l4.83%204.829c-.187.391-.3.824-.3%201.286a3%203%200%201%200%203-3m-11-4c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-regular.svg?color=%231a73e8&size=48