number 6 square icon
number-6-square-solid from Iconoir by Luca Burgio · Solid · Other · MIT Free for personal and commercial use.
- Name
- number-6-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 6 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 8.955c.225.155.408.41.408.945c0 .861-.236 1.236-.46 1.423c-.254.21-.666.327-1.29.327s-1.036-.118-1.29-.327c-.224-.187-.46-.562-.46-1.423c0-.535.183-.79.409-.945c.272-.189.72-.305 1.341-.305s1.069.116 1.342.305m.852-1.235c-.632-.436-1.435-.57-2.194-.57c-.567 0-1.159.075-1.685.294v-.005c.064-.554.185-.957.378-1.258C11.041 9.24 11.82 8.75 14 8.75a.75.75 0 0 0 0-1.5c-2.319 0-3.79.51-4.568 1.72c-.37.573-.53 1.232-.607 1.897c-.075.653-.075 1.376-.075 2.105V13q0 .081.017.158q-.017.166-.017.342c0 1.139.323 2.014 1.004 2.577c.651.54 1.49.673 2.246.673c.757 0 1.595-.132 2.246-.673c.68-.564 1.004-1.439 1.004-2.577c0-.965-.376-1.71-1.056-2.18" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IconoirNumber6SquareSolid(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 8.955c.225.155.408.41.408.945c0 .861-.236 1.236-.46 1.423c-.254.21-.666.327-1.29.327s-1.036-.118-1.29-.327c-.224-.187-.46-.562-.46-1.423c0-.535.183-.79.409-.945c.272-.189.72-.305 1.341-.305s1.069.116 1.342.305m.852-1.235c-.632-.436-1.435-.57-2.194-.57c-.567 0-1.159.075-1.685.294v-.005c.064-.554.185-.957.378-1.258C11.041 9.24 11.82 8.75 14 8.75a.75.75 0 0 0 0-1.5c-2.319 0-3.79.51-4.568 1.72c-.37.573-.53 1.232-.607 1.897c-.075.653-.075 1.376-.075 2.105V13q0 .081.017.158q-.017.166-.017.342c0 1.139.323 2.014 1.004 2.577c.651.54 1.49.673 2.246.673c.757 0 1.595-.132 2.246-.673c.68-.564 1.004-1.439 1.004-2.577c0-.965-.376-1.71-1.056-2.18" 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 8.955c.225.155.408.41.408.945c0 .861-.236 1.236-.46 1.423c-.254.21-.666.327-1.29.327s-1.036-.118-1.29-.327c-.224-.187-.46-.562-.46-1.423c0-.535.183-.79.409-.945c.272-.189.72-.305 1.341-.305s1.069.116 1.342.305m.852-1.235c-.632-.436-1.435-.57-2.194-.57c-.567 0-1.159.075-1.685.294v-.005c.064-.554.185-.957.378-1.258C11.041 9.24 11.82 8.75 14 8.75a.75.75 0 0 0 0-1.5c-2.319 0-3.79.51-4.568 1.72c-.37.573-.53 1.232-.607 1.897c-.075.653-.075 1.376-.075 2.105V13q0 .081.017.158q-.017.166-.017.342c0 1.139.323 2.014 1.004 2.577c.651.54 1.49.673 2.246.673c.757 0 1.595-.132 2.246-.673c.68-.564 1.004-1.439 1.004-2.577c0-.965-.376-1.71-1.056-2.18" clip-rule="evenodd"/></svg> </template>
CSS
.icon-number-6-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%208.955c.225.155.408.41.408.945c0%20.861-.236%201.236-.46%201.423c-.254.21-.666.327-1.29.327s-1.036-.118-1.29-.327c-.224-.187-.46-.562-.46-1.423c0-.535.183-.79.409-.945c.272-.189.72-.305%201.341-.305s1.069.116%201.342.305m.852-1.235c-.632-.436-1.435-.57-2.194-.57c-.567%200-1.159.075-1.685.294v-.005c.064-.554.185-.957.378-1.258C11.041%209.24%2011.82%208.75%2014%208.75a.75.75%200%200%200%200-1.5c-2.319%200-3.79.51-4.568%201.72c-.37.573-.53%201.232-.607%201.897c-.075.653-.075%201.376-.075%202.105V13q0%20.081.017.158q-.017.166-.017.342c0%201.139.323%202.014%201.004%202.577c.651.54%201.49.673%202.246.673c.757%200%201.595-.132%202.246-.673c.68-.564%201.004-1.439%201.004-2.577c0-.965-.376-1.71-1.056-2.18%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%208.955c.225.155.408.41.408.945c0%20.861-.236%201.236-.46%201.423c-.254.21-.666.327-1.29.327s-1.036-.118-1.29-.327c-.224-.187-.46-.562-.46-1.423c0-.535.183-.79.409-.945c.272-.189.72-.305%201.341-.305s1.069.116%201.342.305m.852-1.235c-.632-.436-1.435-.57-2.194-.57c-.567%200-1.159.075-1.685.294v-.005c.064-.554.185-.957.378-1.258C11.041%209.24%2011.82%208.75%2014%208.75a.75.75%200%200%200%200-1.5c-2.319%200-3.79.51-4.568%201.72c-.37.573-.53%201.232-.607%201.897c-.075.653-.075%201.376-.075%202.105V13q0%20.081.017.158q-.017.166-.017.342c0%201.139.323%202.014%201.004%202.577c.651.54%201.49.673%202.246.673c.757%200%201.595-.132%202.246-.673c.68-.564%201.004-1.439%201.004-2.577c0-.965-.376-1.71-1.056-2.18%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-6-square-solid.svg?color=%231a73e8&size=48