8-square-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
8-square-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the 8 square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.623 6.094c0 .738.586 1.254 1.383 1.254s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23m-.281 3.644c0 .838.72 1.412 1.664 1.412c.943 0 1.658-.574 1.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944 0-1.664.58-1.664 1.424"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm8.97 9.803c0 1.394-1.218 2.355-2.988 2.355c-1.763 0-2.953-.955-2.953-2.344c0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781c0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Z"/></g></svg>

React

import type { SVGProps } from "react";

export function Bi8SquareFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.623 6.094c0 .738.586 1.254 1.383 1.254s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23m-.281 3.644c0 .838.72 1.412 1.664 1.412c.943 0 1.658-.574 1.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944 0-1.664.58-1.664 1.424"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm8.97 9.803c0 1.394-1.218 2.355-2.988 2.355c-1.763 0-2.953-.955-2.953-2.344c0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781c0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.623 6.094c0 .738.586 1.254 1.383 1.254s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23m-.281 3.644c0 .838.72 1.412 1.664 1.412c.943 0 1.658-.574 1.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944 0-1.664.58-1.664 1.424"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm8.97 9.803c0 1.394-1.218 2.355-2.988 2.355c-1.763 0-2.953-.955-2.953-2.344c0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781c0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Z"/></g></svg>
</template>

CSS

.icon-8-square-fill {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.623%206.094c0%20.738.586%201.254%201.383%201.254s1.377-.516%201.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383%201.23m-.281%203.644c0%20.838.72%201.412%201.664%201.412c.943%200%201.658-.574%201.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944%200-1.664.58-1.664%201.424%22%2F%3E%3Cpath%20d%3D%22M2%200a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2zm8.97%209.803c0%201.394-1.218%202.355-2.988%202.355c-1.763%200-2.953-.955-2.953-2.344c0-1.271.95-1.851%201.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781c0-1.225%201.09-2.121%202.66-2.121s2.654.896%202.654%202.12c0%201.061-.738%201.595-1.336%201.782v.065c.703.152%201.647.744%201.647%201.992Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.623%206.094c0%20.738.586%201.254%201.383%201.254s1.377-.516%201.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383%201.23m-.281%203.644c0%20.838.72%201.412%201.664%201.412c.943%200%201.658-.574%201.658-1.412c0-.843-.715-1.424-1.658-1.424c-.944%200-1.664.58-1.664%201.424%22%2F%3E%3Cpath%20d%3D%22M2%200a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2zm8.97%209.803c0%201.394-1.218%202.355-2.988%202.355c-1.763%200-2.953-.955-2.953-2.344c0-1.271.95-1.851%201.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781c0-1.225%201.09-2.121%202.66-2.121s2.654.896%202.654%202.12c0%201.061-.738%201.595-1.336%201.782v.065c.703.152%201.647.744%201.647%201.992Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/8-square-fill.svg?color=%231a73e8&size=48