data vis 1 icon
data-vis-1 from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- data-vis-1
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the data vis 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 22a3.96 3.96 0 0 0-2.02.567l-3.813-3.814a4.965 4.965 0 0 0 0-5.506l2.547-2.547A3.028 3.028 0 1 0 21.3 9.286l-2.547 2.547a4.965 4.965 0 0 0-5.506 0L9.433 8.019A3.96 3.96 0 0 0 10 6a4 4 0 1 0-4 4a3.96 3.96 0 0 0 2.02-.567l3.813 3.814a4.965 4.965 0 0 0 0 5.506l-3.814 3.814A3.96 3.96 0 0 0 6 22a4 4 0 1 0 4 4a3.96 3.96 0 0 0-.567-2.02l3.814-3.813a5 5 0 0 0 1.753.732v3.285a3 3 0 1 0 2 0v-3.285a5 5 0 0 0 1.753-.732l3.814 3.814A3.96 3.96 0 0 0 22 26a4 4 0 1 0 4-4m-10-9a3 3 0 1 1-3 3a3.003 3.003 0 0 1 3-3M4 6a2 2 0 1 1 2 2a2 2 0 0 1-2-2m2 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m20 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataVis1(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="M26 22a3.96 3.96 0 0 0-2.02.567l-3.813-3.814a4.965 4.965 0 0 0 0-5.506l2.547-2.547A3.028 3.028 0 1 0 21.3 9.286l-2.547 2.547a4.965 4.965 0 0 0-5.506 0L9.433 8.019A3.96 3.96 0 0 0 10 6a4 4 0 1 0-4 4a3.96 3.96 0 0 0 2.02-.567l3.813 3.814a4.965 4.965 0 0 0 0 5.506l-3.814 3.814A3.96 3.96 0 0 0 6 22a4 4 0 1 0 4 4a3.96 3.96 0 0 0-.567-2.02l3.814-3.813a5 5 0 0 0 1.753.732v3.285a3 3 0 1 0 2 0v-3.285a5 5 0 0 0 1.753-.732l3.814 3.814A3.96 3.96 0 0 0 22 26a4 4 0 1 0 4-4m-10-9a3 3 0 1 1-3 3a3.003 3.003 0 0 1 3-3M4 6a2 2 0 1 1 2 2a2 2 0 0 1-2-2m2 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m20 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 22a3.96 3.96 0 0 0-2.02.567l-3.813-3.814a4.965 4.965 0 0 0 0-5.506l2.547-2.547A3.028 3.028 0 1 0 21.3 9.286l-2.547 2.547a4.965 4.965 0 0 0-5.506 0L9.433 8.019A3.96 3.96 0 0 0 10 6a4 4 0 1 0-4 4a3.96 3.96 0 0 0 2.02-.567l3.813 3.814a4.965 4.965 0 0 0 0 5.506l-3.814 3.814A3.96 3.96 0 0 0 6 22a4 4 0 1 0 4 4a3.96 3.96 0 0 0-.567-2.02l3.814-3.813a5 5 0 0 0 1.753.732v3.285a3 3 0 1 0 2 0v-3.285a5 5 0 0 0 1.753-.732l3.814 3.814A3.96 3.96 0 0 0 22 26a4 4 0 1 0 4-4m-10-9a3 3 0 1 1-3 3a3.003 3.003 0 0 1 3-3M4 6a2 2 0 1 1 2 2a2 2 0 0 1-2-2m2 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m20 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2"/></svg> </template>
CSS
.icon-data-vis-1 {
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%22M26%2022a3.96%203.96%200%200%200-2.02.567l-3.813-3.814a4.965%204.965%200%200%200%200-5.506l2.547-2.547A3.028%203.028%200%201%200%2021.3%209.286l-2.547%202.547a4.965%204.965%200%200%200-5.506%200L9.433%208.019A3.96%203.96%200%200%200%2010%206a4%204%200%201%200-4%204a3.96%203.96%200%200%200%202.02-.567l3.813%203.814a4.965%204.965%200%200%200%200%205.506l-3.814%203.814A3.96%203.96%200%200%200%206%2022a4%204%200%201%200%204%204a3.96%203.96%200%200%200-.567-2.02l3.814-3.813a5%205%200%200%200%201.753.732v3.285a3%203%200%201%200%202%200v-3.285a5%205%200%200%200%201.753-.732l3.814%203.814A3.96%203.96%200%200%200%2022%2026a4%204%200%201%200%204-4m-10-9a3%203%200%201%201-3%203a3.003%203.003%200%200%201%203-3M4%206a2%202%200%201%201%202%202a2%202%200%200%201-2-2m2%2022a2%202%200%201%201%202-2a2%202%200%200%201-2%202m20%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202%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%22M26%2022a3.96%203.96%200%200%200-2.02.567l-3.813-3.814a4.965%204.965%200%200%200%200-5.506l2.547-2.547A3.028%203.028%200%201%200%2021.3%209.286l-2.547%202.547a4.965%204.965%200%200%200-5.506%200L9.433%208.019A3.96%203.96%200%200%200%2010%206a4%204%200%201%200-4%204a3.96%203.96%200%200%200%202.02-.567l3.813%203.814a4.965%204.965%200%200%200%200%205.506l-3.814%203.814A3.96%203.96%200%200%200%206%2022a4%204%200%201%200%204%204a3.96%203.96%200%200%200-.567-2.02l3.814-3.813a5%205%200%200%200%201.753.732v3.285a3%203%200%201%200%202%200v-3.285a5%205%200%200%200%201.753-.732l3.814%203.814A3.96%203.96%200%200%200%2022%2026a4%204%200%201%200%204-4m-10-9a3%203%200%201%201-3%203a3.003%203.003%200%200%201%203-3M4%206a2%202%200%201%201%202%202a2%202%200%200%201-2-2m2%2022a2%202%200%201%201%202-2a2%202%200%200%201-2%202m20%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-vis-1.svg?color=%231a73e8&size=48