8 square icon
8-square from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- 8-square
- Set
- Bootstrap Icons
- Style
- Outline
- 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="M10.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.992Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .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="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function Bi8Square(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="M10.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.992Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .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="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/></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="M10.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.992Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .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="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z"/></g></svg> </template>
CSS
.icon-8-square {
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%22M10.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.992Zm-4.347-3.71c0%20.739.586%201.255%201.383%201.255s1.377-.516%201.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383%201.23Zm-.281%203.645c0%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%22M0%202a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2zm15%200a1%201%200%200%200-1-1H2a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1z%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%22M10.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.992Zm-4.347-3.71c0%20.739.586%201.255%201.383%201.255s1.377-.516%201.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383%201.23Zm-.281%203.645c0%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%22M0%202a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2zm15%200a1%201%200%200%200-1-1H2a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1z%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.svg?color=%231a73e8&size=48