square f6 icon
square-f6-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- square-f6-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
square-0-filledsquare-1-filledsquare-2-filledsquare-3-filledsquare-4-filledsquare-5-filledsquare-6-filledsquare-7-filledsquare-8-filledsquare-9-filledsquare-arrow-downsquare-arrow-leftsquare-arrow-rightsquare-arrow-upsquare-asterisksquare-checksquare-chevron-downsquare-chevron-leftsquare-chevron-rightsquare-chevron-upsquare-chevrons-downsquare-chevrons-leftsquare-chevrons-rightsquare-chevrons-up
Use the square f6 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 2zM15.25 8H14l-.15.005a2 2 0 0 0-1.844 1.838L12 10v4l.005.15a2 2 0 0 0 1.838 1.844L14 16h1l.15-.005a2 2 0 0 0 1.844-1.838L17 14v-1l-.005-.15a2 2 0 0 0-1.838-1.844L15 11h-1v-1h1.032l.026.087A1 1 0 0 0 17 9.75a1.75 1.75 0 0 0-1.606-1.744zM10 8H8l-.117.007a1 1 0 0 0-.876.876L7 9v6l.007.117a1 1 0 0 0 .876.876L8 16l.117-.007a1 1 0 0 0 .876-.876L9 15v-2h1l.117-.007a1 1 0 0 0 0-1.986L10 11H9v-1h1l.117-.007a1 1 0 0 0 0-1.986zm5 5v1h-1v-1z"/></svg>
React
import type { SVGProps } from "react";
export function TablerSquareF6Filled(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 2zM15.25 8H14l-.15.005a2 2 0 0 0-1.844 1.838L12 10v4l.005.15a2 2 0 0 0 1.838 1.844L14 16h1l.15-.005a2 2 0 0 0 1.844-1.838L17 14v-1l-.005-.15a2 2 0 0 0-1.838-1.844L15 11h-1v-1h1.032l.026.087A1 1 0 0 0 17 9.75a1.75 1.75 0 0 0-1.606-1.744zM10 8H8l-.117.007a1 1 0 0 0-.876.876L7 9v6l.007.117a1 1 0 0 0 .876.876L8 16l.117-.007a1 1 0 0 0 .876-.876L9 15v-2h1l.117-.007a1 1 0 0 0 0-1.986L10 11H9v-1h1l.117-.007a1 1 0 0 0 0-1.986zm5 5v1h-1v-1z"/></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 2zM15.25 8H14l-.15.005a2 2 0 0 0-1.844 1.838L12 10v4l.005.15a2 2 0 0 0 1.838 1.844L14 16h1l.15-.005a2 2 0 0 0 1.844-1.838L17 14v-1l-.005-.15a2 2 0 0 0-1.838-1.844L15 11h-1v-1h1.032l.026.087A1 1 0 0 0 17 9.75a1.75 1.75 0 0 0-1.606-1.744zM10 8H8l-.117.007a1 1 0 0 0-.876.876L7 9v6l.007.117a1 1 0 0 0 .876.876L8 16l.117-.007a1 1 0 0 0 .876-.876L9 15v-2h1l.117-.007a1 1 0 0 0 0-1.986L10 11H9v-1h1l.117-.007a1 1 0 0 0 0-1.986zm5 5v1h-1v-1z"/></svg> </template>
CSS
.icon-square-f6-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%202zM15.25%208H14l-.15.005a2%202%200%200%200-1.844%201.838L12%2010v4l.005.15a2%202%200%200%200%201.838%201.844L14%2016h1l.15-.005a2%202%200%200%200%201.844-1.838L17%2014v-1l-.005-.15a2%202%200%200%200-1.838-1.844L15%2011h-1v-1h1.032l.026.087A1%201%200%200%200%2017%209.75a1.75%201.75%200%200%200-1.606-1.744zM10%208H8l-.117.007a1%201%200%200%200-.876.876L7%209v6l.007.117a1%201%200%200%200%20.876.876L8%2016l.117-.007a1%201%200%200%200%20.876-.876L9%2015v-2h1l.117-.007a1%201%200%200%200%200-1.986L10%2011H9v-1h1l.117-.007a1%201%200%200%200%200-1.986zm5%205v1h-1v-1z%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%202zM15.25%208H14l-.15.005a2%202%200%200%200-1.844%201.838L12%2010v4l.005.15a2%202%200%200%200%201.838%201.844L14%2016h1l.15-.005a2%202%200%200%200%201.844-1.838L17%2014v-1l-.005-.15a2%202%200%200%200-1.838-1.844L15%2011h-1v-1h1.032l.026.087A1%201%200%200%200%2017%209.75a1.75%201.75%200%200%200-1.606-1.744zM10%208H8l-.117.007a1%201%200%200%200-.876.876L7%209v6l.007.117a1%201%200%200%200%20.876.876L8%2016l.117-.007a1%201%200%200%200%20.876-.876L9%2015v-2h1l.117-.007a1%201%200%200%200%200-1.986L10%2011H9v-1h1l.117-.007a1%201%200%200%200%200-1.986zm5%205v1h-1v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/square-f6-filled.svg?color=%231a73e8&size=48