square-f3-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
square-f3-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the square f3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005.195v12.666c0 1.96-1.537 3.56-3.472 3.662l-.195.005H5.667a3.667 3.667 0 0 1-3.662-3.472L2 18.333V5.667c0-1.96 1.537-3.56 3.472-3.662L5.667 2zM14.5 8h-1l-.144.007A1.5 1.5 0 0 0 12 9.5a1 1 0 0 0 1 1l.117-.007a1 1 0 0 0 .727-.457l.02-.036h.636l.09.008a.5.5 0 0 1 0 .984L14.5 11H14l-.133.007c-1.156.124-1.156 1.862 0 1.986L14 13h.5l.09.008a.5.5 0 0 1 .41.492l-.008.09a.5.5 0 0 1-.492.41h-.635l-.02-.036A1 1 0 0 0 12 14.5a1.5 1.5 0 0 0 1.5 1.5h1l.164-.005A2.5 2.5 0 0 0 17 13.5l-.005-.164a2.5 2.5 0 0 0-.477-1.312L16.499 12l.126-.183A2.5 2.5 0 0 0 14.5 8M10 8H8l-.117.007A1 1 0 0 0 7 9v6l.007.117A1 1 0 0 0 8 16l.117-.007A1 1 0 0 0 9 15v-2h1l.117-.007A1 1 0 0 0 10 11H9v-1h1l.117-.007A1 1 0 0 0 10 8"/></svg>

React

import type { SVGProps } from "react";

export function TablerSquareF3Filled(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" d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005.195v12.666c0 1.96-1.537 3.56-3.472 3.662l-.195.005H5.667a3.667 3.667 0 0 1-3.662-3.472L2 18.333V5.667c0-1.96 1.537-3.56 3.472-3.662L5.667 2zM14.5 8h-1l-.144.007A1.5 1.5 0 0 0 12 9.5a1 1 0 0 0 1 1l.117-.007a1 1 0 0 0 .727-.457l.02-.036h.636l.09.008a.5.5 0 0 1 0 .984L14.5 11H14l-.133.007c-1.156.124-1.156 1.862 0 1.986L14 13h.5l.09.008a.5.5 0 0 1 .41.492l-.008.09a.5.5 0 0 1-.492.41h-.635l-.02-.036A1 1 0 0 0 12 14.5a1.5 1.5 0 0 0 1.5 1.5h1l.164-.005A2.5 2.5 0 0 0 17 13.5l-.005-.164a2.5 2.5 0 0 0-.477-1.312L16.499 12l.126-.183A2.5 2.5 0 0 0 14.5 8M10 8H8l-.117.007A1 1 0 0 0 7 9v6l.007.117A1 1 0 0 0 8 16l.117-.007A1 1 0 0 0 9 15v-2h1l.117-.007A1 1 0 0 0 10 11H9v-1h1l.117-.007A1 1 0 0 0 10 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005.195v12.666c0 1.96-1.537 3.56-3.472 3.662l-.195.005H5.667a3.667 3.667 0 0 1-3.662-3.472L2 18.333V5.667c0-1.96 1.537-3.56 3.472-3.662L5.667 2zM14.5 8h-1l-.144.007A1.5 1.5 0 0 0 12 9.5a1 1 0 0 0 1 1l.117-.007a1 1 0 0 0 .727-.457l.02-.036h.636l.09.008a.5.5 0 0 1 0 .984L14.5 11H14l-.133.007c-1.156.124-1.156 1.862 0 1.986L14 13h.5l.09.008a.5.5 0 0 1 .41.492l-.008.09a.5.5 0 0 1-.492.41h-.635l-.02-.036A1 1 0 0 0 12 14.5a1.5 1.5 0 0 0 1.5 1.5h1l.164-.005A2.5 2.5 0 0 0 17 13.5l-.005-.164a2.5 2.5 0 0 0-.477-1.312L16.499 12l.126-.183A2.5 2.5 0 0 0 14.5 8M10 8H8l-.117.007A1 1 0 0 0 7 9v6l.007.117A1 1 0 0 0 8 16l.117-.007A1 1 0 0 0 9 15v-2h1l.117-.007A1 1 0 0 0 10 11H9v-1h1l.117-.007A1 1 0 0 0 10 8"/></svg>
</template>

CSS

.icon-square-f3-filled {
  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%20d%3D%22M18.333%202c1.96%200%203.56%201.537%203.662%203.472l.005.195v12.666c0%201.96-1.537%203.56-3.472%203.662l-.195.005H5.667a3.667%203.667%200%200%201-3.662-3.472L2%2018.333V5.667c0-1.96%201.537-3.56%203.472-3.662L5.667%202zM14.5%208h-1l-.144.007A1.5%201.5%200%200%200%2012%209.5a1%201%200%200%200%201%201l.117-.007a1%201%200%200%200%20.727-.457l.02-.036h.636l.09.008a.5.5%200%200%201%200%20.984L14.5%2011H14l-.133.007c-1.156.124-1.156%201.862%200%201.986L14%2013h.5l.09.008a.5.5%200%200%201%20.41.492l-.008.09a.5.5%200%200%201-.492.41h-.635l-.02-.036A1%201%200%200%200%2012%2014.5a1.5%201.5%200%200%200%201.5%201.5h1l.164-.005A2.5%202.5%200%200%200%2017%2013.5l-.005-.164a2.5%202.5%200%200%200-.477-1.312L16.499%2012l.126-.183A2.5%202.5%200%200%200%2014.5%208M10%208H8l-.117.007A1%201%200%200%200%207%209v6l.007.117A1%201%200%200%200%208%2016l.117-.007A1%201%200%200%200%209%2015v-2h1l.117-.007A1%201%200%200%200%2010%2011H9v-1h1l.117-.007A1%201%200%200%200%2010%208%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%20d%3D%22M18.333%202c1.96%200%203.56%201.537%203.662%203.472l.005.195v12.666c0%201.96-1.537%203.56-3.472%203.662l-.195.005H5.667a3.667%203.667%200%200%201-3.662-3.472L2%2018.333V5.667c0-1.96%201.537-3.56%203.472-3.662L5.667%202zM14.5%208h-1l-.144.007A1.5%201.5%200%200%200%2012%209.5a1%201%200%200%200%201%201l.117-.007a1%201%200%200%200%20.727-.457l.02-.036h.636l.09.008a.5.5%200%200%201%200%20.984L14.5%2011H14l-.133.007c-1.156.124-1.156%201.862%200%201.986L14%2013h.5l.09.008a.5.5%200%200%201%20.41.492l-.008.09a.5.5%200%200%201-.492.41h-.635l-.02-.036A1%201%200%200%200%2012%2014.5a1.5%201.5%200%200%200%201.5%201.5h1l.164-.005A2.5%202.5%200%200%200%2017%2013.5l-.005-.164a2.5%202.5%200%200%200-.477-1.312L16.499%2012l.126-.183A2.5%202.5%200%200%200%2014.5%208M10%208H8l-.117.007A1%201%200%200%200%207%209v6l.007.117A1%201%200%200%200%208%2016l.117-.007A1%201%200%200%200%209%2015v-2h1l.117-.007A1%201%200%200%200%2010%2011H9v-1h1l.117-.007A1%201%200%200%200%2010%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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