data icon
data from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- data
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-data
The same icon in other sets
Use the data icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17V7c0-2.168-3.663-4-8-4S4 4.832 4 7v10c0 2.168 3.663 4 8 4s8-1.832 8-4M12 5c3.691 0 5.931 1.507 6 1.994C17.931 7.493 15.691 9 12 9S6.069 7.493 6 7.006C6.069 6.507 8.309 5 12 5M6 9.607C7.479 10.454 9.637 11 12 11s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2zM6 17v-2.393C7.479 15.454 9.637 16 12 16s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2"/></svg>
React
import type { SVGProps } from "react";
export function BxData(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17V7c0-2.168-3.663-4-8-4S4 4.832 4 7v10c0 2.168 3.663 4 8 4s8-1.832 8-4M12 5c3.691 0 5.931 1.507 6 1.994C17.931 7.493 15.691 9 12 9S6.069 7.493 6 7.006C6.069 6.507 8.309 5 12 5M6 9.607C7.479 10.454 9.637 11 12 11s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2zM6 17v-2.393C7.479 15.454 9.637 16 12 16s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17V7c0-2.168-3.663-4-8-4S4 4.832 4 7v10c0 2.168 3.663 4 8 4s8-1.832 8-4M12 5c3.691 0 5.931 1.507 6 1.994C17.931 7.493 15.691 9 12 9S6.069 7.493 6 7.006C6.069 6.507 8.309 5 12 5M6 9.607C7.479 10.454 9.637 11 12 11s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2zM6 17v-2.393C7.479 15.454 9.637 16 12 16s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2"/></svg> </template>
CSS
.icon-data {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017V7c0-2.168-3.663-4-8-4S4%204.832%204%207v10c0%202.168%203.663%204%208%204s8-1.832%208-4M12%205c3.691%200%205.931%201.507%206%201.994C17.931%207.493%2015.691%209%2012%209S6.069%207.493%206%207.006C6.069%206.507%208.309%205%2012%205M6%209.607C7.479%2010.454%209.637%2011%2012%2011s4.521-.546%206-1.393v2.387c-.069.499-2.309%202.006-6%202.006s-5.931-1.507-6-2zM6%2017v-2.393C7.479%2015.454%209.637%2016%2012%2016s4.521-.546%206-1.393v2.387c-.069.499-2.309%202.006-6%202.006s-5.931-1.507-6-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017V7c0-2.168-3.663-4-8-4S4%204.832%204%207v10c0%202.168%203.663%204%208%204s8-1.832%208-4M12%205c3.691%200%205.931%201.507%206%201.994C17.931%207.493%2015.691%209%2012%209S6.069%207.493%206%207.006C6.069%206.507%208.309%205%2012%205M6%209.607C7.479%2010.454%209.637%2011%2012%2011s4.521-.546%206-1.393v2.387c-.069.499-2.309%202.006-6%202.006s-5.931-1.507-6-2zM6%2017v-2.393C7.479%2015.454%209.637%2016%2012%2016s4.521-.546%206-1.393v2.387c-.069.499-2.309%202.006-6%202.006s-5.931-1.507-6-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/data.svg?color=%231a73e8&size=48