number 8 square icon
number-8-square-solid from Iconoir by Luca Burgio · Solid · Other · MIT Free for personal and commercial use.
- Name
- number-8-square-solid
- Set
- Iconoir
- Style
- Solid
- Category
- Other
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
More other icons from Iconoir
Use the number 8 square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 3.6c0-.746.604-1.35 1.35-1.35h16.8c.746 0 1.35.604 1.35 1.35v16.8a1.35 1.35 0 0 1-1.35 1.35H3.6a1.35 1.35 0 0 1-1.35-1.35zm11.092 9.455c.225.155.408.41.408.945s-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305c-.226-.155-.409-.41-.409-.945s.183-.79.409-.945c.272-.189.72-.305 1.341-.305s1.069.116 1.342.305M9.576 12c-.534.47-.826 1.15-.826 2c0 .965.376 1.71 1.056 2.18c.632.436 1.435.57 2.194.57c.76 0 1.562-.134 2.194-.57c.68-.47 1.056-1.215 1.056-2.18c0-.85-.292-1.53-.826-2c.534-.47.826-1.15.826-2c0-.965-.376-1.71-1.056-2.18c-.632-.436-1.435-.57-2.194-.57c-.76 0-1.562.134-2.194.57c-.68.47-1.056 1.215-1.056 2.18c0 .85.292 1.53.826 2M12 11.25c.621 0 1.069-.116 1.342-.305c.225-.155.408-.41.408-.945s-.183-.79-.409-.945c-.272-.189-.72-.305-1.341-.305s-1.069.116-1.341.305c-.226.155-.409.41-.409.945s.183.79.409.945c.272.189.72.305 1.341.305" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IconoirNumber8SquareSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.25 3.6c0-.746.604-1.35 1.35-1.35h16.8c.746 0 1.35.604 1.35 1.35v16.8a1.35 1.35 0 0 1-1.35 1.35H3.6a1.35 1.35 0 0 1-1.35-1.35zm11.092 9.455c.225.155.408.41.408.945s-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305c-.226-.155-.409-.41-.409-.945s.183-.79.409-.945c.272-.189.72-.305 1.341-.305s1.069.116 1.342.305M9.576 12c-.534.47-.826 1.15-.826 2c0 .965.376 1.71 1.056 2.18c.632.436 1.435.57 2.194.57c.76 0 1.562-.134 2.194-.57c.68-.47 1.056-1.215 1.056-2.18c0-.85-.292-1.53-.826-2c.534-.47.826-1.15.826-2c0-.965-.376-1.71-1.056-2.18c-.632-.436-1.435-.57-2.194-.57c-.76 0-1.562.134-2.194.57c-.68.47-1.056 1.215-1.056 2.18c0 .85.292 1.53.826 2M12 11.25c.621 0 1.069-.116 1.342-.305c.225-.155.408-.41.408-.945s-.183-.79-.409-.945c-.272-.189-.72-.305-1.341-.305s-1.069.116-1.341.305c-.226.155-.409.41-.409.945s.183.79.409.945c.272.189.72.305 1.341.305" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 3.6c0-.746.604-1.35 1.35-1.35h16.8c.746 0 1.35.604 1.35 1.35v16.8a1.35 1.35 0 0 1-1.35 1.35H3.6a1.35 1.35 0 0 1-1.35-1.35zm11.092 9.455c.225.155.408.41.408.945s-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305c-.226-.155-.409-.41-.409-.945s.183-.79.409-.945c.272-.189.72-.305 1.341-.305s1.069.116 1.342.305M9.576 12c-.534.47-.826 1.15-.826 2c0 .965.376 1.71 1.056 2.18c.632.436 1.435.57 2.194.57c.76 0 1.562-.134 2.194-.57c.68-.47 1.056-1.215 1.056-2.18c0-.85-.292-1.53-.826-2c.534-.47.826-1.15.826-2c0-.965-.376-1.71-1.056-2.18c-.632-.436-1.435-.57-2.194-.57c-.76 0-1.562.134-2.194.57c-.68.47-1.056 1.215-1.056 2.18c0 .85.292 1.53.826 2M12 11.25c.621 0 1.069-.116 1.342-.305c.225-.155.408-.41.408-.945s-.183-.79-.409-.945c-.272-.189-.72-.305-1.341-.305s-1.069.116-1.341.305c-.226.155-.409.41-.409.945s.183.79.409.945c.272.189.72.305 1.341.305" clip-rule="evenodd"/></svg> </template>
CSS
.icon-number-8-square-solid {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%203.6c0-.746.604-1.35%201.35-1.35h16.8c.746%200%201.35.604%201.35%201.35v16.8a1.35%201.35%200%200%201-1.35%201.35H3.6a1.35%201.35%200%200%201-1.35-1.35zm11.092%209.455c.225.155.408.41.408.945s-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305c-.226-.155-.409-.41-.409-.945s.183-.79.409-.945c.272-.189.72-.305%201.341-.305s1.069.116%201.342.305M9.576%2012c-.534.47-.826%201.15-.826%202c0%20.965.376%201.71%201.056%202.18c.632.436%201.435.57%202.194.57c.76%200%201.562-.134%202.194-.57c.68-.47%201.056-1.215%201.056-2.18c0-.85-.292-1.53-.826-2c.534-.47.826-1.15.826-2c0-.965-.376-1.71-1.056-2.18c-.632-.436-1.435-.57-2.194-.57c-.76%200-1.562.134-2.194.57c-.68.47-1.056%201.215-1.056%202.18c0%20.85.292%201.53.826%202M12%2011.25c.621%200%201.069-.116%201.342-.305c.225-.155.408-.41.408-.945s-.183-.79-.409-.945c-.272-.189-.72-.305-1.341-.305s-1.069.116-1.341.305c-.226.155-.409.41-.409.945s.183.79.409.945c.272.189.72.305%201.341.305%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%203.6c0-.746.604-1.35%201.35-1.35h16.8c.746%200%201.35.604%201.35%201.35v16.8a1.35%201.35%200%200%201-1.35%201.35H3.6a1.35%201.35%200%200%201-1.35-1.35zm11.092%209.455c.225.155.408.41.408.945s-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305c-.226-.155-.409-.41-.409-.945s.183-.79.409-.945c.272-.189.72-.305%201.341-.305s1.069.116%201.342.305M9.576%2012c-.534.47-.826%201.15-.826%202c0%20.965.376%201.71%201.056%202.18c.632.436%201.435.57%202.194.57c.76%200%201.562-.134%202.194-.57c.68-.47%201.056-1.215%201.056-2.18c0-.85-.292-1.53-.826-2c.534-.47.826-1.15.826-2c0-.965-.376-1.71-1.056-2.18c-.632-.436-1.435-.57-2.194-.57c-.76%200-1.562.134-2.194.57c-.68.47-1.056%201.215-1.056%202.18c0%20.85.292%201.53.826%202M12%2011.25c.621%200%201.069-.116%201.342-.305c.225-.155.408-.41.408-.945s-.183-.79-.409-.945c-.272-.189-.72-.305-1.341-.305s-1.069.116-1.341.305c-.226.155-.409.41-.409.945s.183.79.409.945c.272.189.72.305%201.341.305%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/number-8-square-solid.svg?color=%231a73e8&size=48