number 9 square icon

number-9-square-solid from Iconoir by Luca Burgio · Solid · Other · MIT Free for personal and commercial use.

Name
number-9-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 9 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.35zm8.409 7.845c-.226-.155-.409-.41-.409-.945c0-.861.236-1.237.46-1.423c.254-.21.666-.327 1.29-.327s1.036.118 1.29.327c.224.186.46.562.46 1.423c0 .535-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305m-.853 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.258c-.348.54-1.126 1.031-3.307 1.031a.75.75 0 0 0 0 1.5c2.319 0 3.79-.51 4.568-1.72c.37-.573.53-1.232.607-1.897c.075-.653.075-1.376.075-2.105V11a1 1 0 0 0-.017-.158q.017-.166.017-.342c0-1.139-.323-2.013-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.438-1.004 2.577c0 .965.376 1.71 1.056 2.18" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirNumber9SquareSolid(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.35zm8.409 7.845c-.226-.155-.409-.41-.409-.945c0-.861.236-1.237.46-1.423c.254-.21.666-.327 1.29-.327s1.036.118 1.29.327c.224.186.46.562.46 1.423c0 .535-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305m-.853 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.258c-.348.54-1.126 1.031-3.307 1.031a.75.75 0 0 0 0 1.5c2.319 0 3.79-.51 4.568-1.72c.37-.573.53-1.232.607-1.897c.075-.653.075-1.376.075-2.105V11a1 1 0 0 0-.017-.158q.017-.166.017-.342c0-1.139-.323-2.013-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.438-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.35zm8.409 7.845c-.226-.155-.409-.41-.409-.945c0-.861.236-1.237.46-1.423c.254-.21.666-.327 1.29-.327s1.036.118 1.29.327c.224.186.46.562.46 1.423c0 .535-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305m-.853 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.258c-.348.54-1.126 1.031-3.307 1.031a.75.75 0 0 0 0 1.5c2.319 0 3.79-.51 4.568-1.72c.37-.573.53-1.232.607-1.897c.075-.653.075-1.376.075-2.105V11a1 1 0 0 0-.017-.158q.017-.166.017-.342c0-1.139-.323-2.013-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.438-1.004 2.577c0 .965.376 1.71 1.056 2.18" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-number-9-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.35zm8.409%207.845c-.226-.155-.409-.41-.409-.945c0-.861.236-1.237.46-1.423c.254-.21.666-.327%201.29-.327s1.036.118%201.29.327c.224.186.46.562.46%201.423c0%20.535-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305m-.853%201.235c.632.436%201.435.57%202.194.57c.567%200%201.159-.075%201.685-.294v.005c-.064.554-.185.957-.378%201.258c-.348.54-1.126%201.031-3.307%201.031a.75.75%200%200%200%200%201.5c2.319%200%203.79-.51%204.568-1.72c.37-.573.53-1.232.607-1.897c.075-.653.075-1.376.075-2.105V11a1%201%200%200%200-.017-.158q.017-.166.017-.342c0-1.139-.323-2.013-1.004-2.577c-.651-.54-1.49-.673-2.246-.673c-.757%200-1.595.132-2.246.673c-.68.564-1.004%201.438-1.004%202.577c0%20.965.376%201.71%201.056%202.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.35zm8.409%207.845c-.226-.155-.409-.41-.409-.945c0-.861.236-1.237.46-1.423c.254-.21.666-.327%201.29-.327s1.036.118%201.29.327c.224.186.46.562.46%201.423c0%20.535-.183.79-.409.945c-.272.189-.72.305-1.341.305s-1.069-.116-1.341-.305m-.853%201.235c.632.436%201.435.57%202.194.57c.567%200%201.159-.075%201.685-.294v.005c-.064.554-.185.957-.378%201.258c-.348.54-1.126%201.031-3.307%201.031a.75.75%200%200%200%200%201.5c2.319%200%203.79-.51%204.568-1.72c.37-.573.53-1.232.607-1.897c.075-.653.075-1.376.075-2.105V11a1%201%200%200%200-.017-.158q.017-.166.017-.342c0-1.139-.323-2.013-1.004-2.577c-.651-.54-1.49-.673-2.246-.673c-.757%200-1.595.132-2.246.673c-.68.564-1.004%201.438-1.004%202.577c0%20.965.376%201.71%201.056%202.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-9-square-solid.svg?color=%231a73e8&size=48