index zero icon

index-zero from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
index-zero
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Use the index zero icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 4C6.346 4 5 5.346 5 7v2c0 1.654 1.346 3 3 3s3-1.346 3-3V7c0-1.654-1.346-3-3-3m2 5c0 1.103-.897 2-2 2s-2-.897-2-2V7c0-1.103.897-2 2-2s2 .897 2 2zM2 3.5v9a.5.5 0 0 0 .5.5H3a.5.5 0 0 1 0 1h-.5c-.827 0-1.5-.673-1.5-1.5v-9C1 2.673 1.673 2 2.5 2H3a.5.5 0 0 1 0 1h-.5a.5.5 0 0 0-.5.5m13 0v9c0 .827-.673 1.5-1.5 1.5H13a.5.5 0 0 1 0-1h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H13a.5.5 0 0 1 0-1h.5c.827 0 1.5.673 1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconIndexZero(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 4C6.346 4 5 5.346 5 7v2c0 1.654 1.346 3 3 3s3-1.346 3-3V7c0-1.654-1.346-3-3-3m2 5c0 1.103-.897 2-2 2s-2-.897-2-2V7c0-1.103.897-2 2-2s2 .897 2 2zM2 3.5v9a.5.5 0 0 0 .5.5H3a.5.5 0 0 1 0 1h-.5c-.827 0-1.5-.673-1.5-1.5v-9C1 2.673 1.673 2 2.5 2H3a.5.5 0 0 1 0 1h-.5a.5.5 0 0 0-.5.5m13 0v9c0 .827-.673 1.5-1.5 1.5H13a.5.5 0 0 1 0-1h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H13a.5.5 0 0 1 0-1h.5c.827 0 1.5.673 1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 4C6.346 4 5 5.346 5 7v2c0 1.654 1.346 3 3 3s3-1.346 3-3V7c0-1.654-1.346-3-3-3m2 5c0 1.103-.897 2-2 2s-2-.897-2-2V7c0-1.103.897-2 2-2s2 .897 2 2zM2 3.5v9a.5.5 0 0 0 .5.5H3a.5.5 0 0 1 0 1h-.5c-.827 0-1.5-.673-1.5-1.5v-9C1 2.673 1.673 2 2.5 2H3a.5.5 0 0 1 0 1h-.5a.5.5 0 0 0-.5.5m13 0v9c0 .827-.673 1.5-1.5 1.5H13a.5.5 0 0 1 0-1h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H13a.5.5 0 0 1 0-1h.5c.827 0 1.5.673 1.5 1.5"/></svg>
</template>

CSS

.icon-index-zero {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204C6.346%204%205%205.346%205%207v2c0%201.654%201.346%203%203%203s3-1.346%203-3V7c0-1.654-1.346-3-3-3m2%205c0%201.103-.897%202-2%202s-2-.897-2-2V7c0-1.103.897-2%202-2s2%20.897%202%202zM2%203.5v9a.5.5%200%200%200%20.5.5H3a.5.5%200%200%201%200%201h-.5c-.827%200-1.5-.673-1.5-1.5v-9C1%202.673%201.673%202%202.5%202H3a.5.5%200%200%201%200%201h-.5a.5.5%200%200%200-.5.5m13%200v9c0%20.827-.673%201.5-1.5%201.5H13a.5.5%200%200%201%200-1h.5a.5.5%200%200%200%20.5-.5v-9a.5.5%200%200%200-.5-.5H13a.5.5%200%200%201%200-1h.5c.827%200%201.5.673%201.5%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204C6.346%204%205%205.346%205%207v2c0%201.654%201.346%203%203%203s3-1.346%203-3V7c0-1.654-1.346-3-3-3m2%205c0%201.103-.897%202-2%202s-2-.897-2-2V7c0-1.103.897-2%202-2s2%20.897%202%202zM2%203.5v9a.5.5%200%200%200%20.5.5H3a.5.5%200%200%201%200%201h-.5c-.827%200-1.5-.673-1.5-1.5v-9C1%202.673%201.673%202%202.5%202H3a.5.5%200%200%201%200%201h-.5a.5.5%200%200%200-.5.5m13%200v9c0%20.827-.673%201.5-1.5%201.5H13a.5.5%200%200%201%200-1h.5a.5.5%200%200%200%20.5-.5v-9a.5.5%200%200%200-.5-.5H13a.5.5%200%200%201%200-1h.5c.827%200%201.5.673%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/index-zero.svg?color=%231a73e8&size=48