top data sets icon

top-data-sets from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
top-data-sets
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the top data sets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 2.01C13.66 2 13.33 2 13 2C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c.33 0 .66 0 1-.01c4.99-.15 10-1.41 10-3.99V6c0-2.58-5.01-3.84-10-3.99m8 9.98c-.15.52-2.82 1.84-8 1.99c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c.33 0 .67 0 1-.02c3.04-.08 6.08-.59 8-1.55zm-8-4.01c-.32.01-.66.02-1 .02c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c.34 0 .68.01 1 .02c5.15.15 7.81 1.44 8 1.98c-.19.54-2.85 1.83-8 1.98m16 20.605l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5a4.97 4.97 0 0 0 2.753-.833L28.586 30zM23.001 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTopDataSets(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="M14 2.01C13.66 2 13.33 2 13 2C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c.33 0 .66 0 1-.01c4.99-.15 10-1.41 10-3.99V6c0-2.58-5.01-3.84-10-3.99m8 9.98c-.15.52-2.82 1.84-8 1.99c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c.33 0 .67 0 1-.02c3.04-.08 6.08-.59 8-1.55zm-8-4.01c-.32.01-.66.02-1 .02c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c.34 0 .68.01 1 .02c5.15.15 7.81 1.44 8 1.98c-.19.54-2.85 1.83-8 1.98m16 20.605l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5a4.97 4.97 0 0 0 2.753-.833L28.586 30zM23.001 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 2.01C13.66 2 13.33 2 13 2C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c.33 0 .66 0 1-.01c4.99-.15 10-1.41 10-3.99V6c0-2.58-5.01-3.84-10-3.99m8 9.98c-.15.52-2.82 1.84-8 1.99c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c.33 0 .67 0 1-.02c3.04-.08 6.08-.59 8-1.55zm-8-4.01c-.32.01-.66.02-1 .02c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c.34 0 .68.01 1 .02c5.15.15 7.81 1.44 8 1.98c-.19.54-2.85 1.83-8 1.98m16 20.605l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5a4.97 4.97 0 0 0 2.753-.833L28.586 30zM23.001 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3"/></svg>
</template>

CSS

.icon-top-data-sets {
  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%22M14%202.01C13.66%202%2013.33%202%2013%202C7.7%202%202%203.25%202%206v18c0%202.75%205.7%204%2011%204c.33%200%20.66%200%201-.01v-2.01c-.32.01-.66.02-1%20.02c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2021.5%209.64%2022%2013%2022c.33%200%20.66%200%201-.01v-2.01c-.32.01-.66.02-1%20.02c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2015.5%209.64%2016%2013%2016c.33%200%20.66%200%201-.01c4.99-.15%2010-1.41%2010-3.99V6c0-2.58-5.01-3.84-10-3.99m8%209.98c-.15.52-2.82%201.84-8%201.99c-.32.01-.66.02-1%20.02c-5.85%200-8.85-1.46-9-2V8.43C6.13%209.5%209.64%2010%2013%2010c.33%200%20.67%200%201-.02c3.04-.08%206.08-.59%208-1.55zm-8-4.01c-.32.01-.66.02-1%20.02c-5.84%200-8.84-1.46-9-1.98v-.01C4.16%205.46%207.16%204%2013%204c.34%200%20.68.01%201%20.02c5.15.15%207.81%201.44%208%201.98c-.19.54-2.85%201.83-8%201.98m16%2020.605l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5%202.243-5%205s2.243%205%205%205a4.97%204.97%200%200%200%202.753-.833L28.586%2030zM23.001%2026c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203%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%22M14%202.01C13.66%202%2013.33%202%2013%202C7.7%202%202%203.25%202%206v18c0%202.75%205.7%204%2011%204c.33%200%20.66%200%201-.01v-2.01c-.32.01-.66.02-1%20.02c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2021.5%209.64%2022%2013%2022c.33%200%20.66%200%201-.01v-2.01c-.32.01-.66.02-1%20.02c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2015.5%209.64%2016%2013%2016c.33%200%20.66%200%201-.01c4.99-.15%2010-1.41%2010-3.99V6c0-2.58-5.01-3.84-10-3.99m8%209.98c-.15.52-2.82%201.84-8%201.99c-.32.01-.66.02-1%20.02c-5.85%200-8.85-1.46-9-2V8.43C6.13%209.5%209.64%2010%2013%2010c.33%200%20.67%200%201-.02c3.04-.08%206.08-.59%208-1.55zm-8-4.01c-.32.01-.66.02-1%20.02c-5.84%200-8.84-1.46-9-1.98v-.01C4.16%205.46%207.16%204%2013%204c.34%200%20.68.01%201%20.02c5.15.15%207.81%201.44%208%201.98c-.19.54-2.85%201.83-8%201.98m16%2020.605l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5%202.243-5%205s2.243%205%205%205a4.97%204.97%200%200%200%202.753-.833L28.586%2030zM23.001%2026c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/top-data-sets.svg?color=%231a73e8&size=48