squares exclude icon

squares-exclude from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
squares-exclude
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the squares exclude icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12c0-1.414 0-2.121.44-2.56C9.878 9 10.585 9 12 9h1c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C15 7.696 15 7.464 15 7c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.121-2.122C12.395 3 11.93 3 11 3H9c-2.828 0-4.243 0-5.121.879C3 4.757 3 6.172 3 9v3a3 3 0 0 0 3 3m9-3c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-1c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C9 16.303 9 16.536 9 17c0 .93 0 1.395.102 1.776a3 3 0 0 0 2.121 2.122C11.606 21 12.07 21 13 21h2c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15v-3a3 3 0 0 0-3-3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquaresExclude(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9 12c0-1.414 0-2.121.44-2.56C9.878 9 10.585 9 12 9h1c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C15 7.696 15 7.464 15 7c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.121-2.122C12.395 3 11.93 3 11 3H9c-2.828 0-4.243 0-5.121.879C3 4.757 3 6.172 3 9v3a3 3 0 0 0 3 3m9-3c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-1c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C9 16.303 9 16.536 9 17c0 .93 0 1.395.102 1.776a3 3 0 0 0 2.121 2.122C11.606 21 12.07 21 13 21h2c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15v-3a3 3 0 0 0-3-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12c0-1.414 0-2.121.44-2.56C9.878 9 10.585 9 12 9h1c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C15 7.696 15 7.464 15 7c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.121-2.122C12.395 3 11.93 3 11 3H9c-2.828 0-4.243 0-5.121.879C3 4.757 3 6.172 3 9v3a3 3 0 0 0 3 3m9-3c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-1c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C9 16.303 9 16.536 9 17c0 .93 0 1.395.102 1.776a3 3 0 0 0 2.121 2.122C11.606 21 12.07 21 13 21h2c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15v-3a3 3 0 0 0-3-3"/></svg>
</template>

CSS

.icon-squares-exclude {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2012c0-1.414%200-2.121.44-2.56C9.878%209%2010.585%209%2012%209h1c.465%200%20.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C15%207.696%2015%207.464%2015%207c0-.93%200-1.395-.102-1.776a3%203%200%200%200-2.121-2.122C12.395%203%2011.93%203%2011%203H9c-2.828%200-4.243%200-5.121.879C3%204.757%203%206.172%203%209v3a3%203%200%200%200%203%203m9-3c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-1c-.465%200-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C9%2016.303%209%2016.536%209%2017c0%20.93%200%201.395.102%201.776a3%203%200%200%200%202.121%202.122C11.606%2021%2012.07%2021%2013%2021h2c2.828%200%204.243%200%205.121-.879C21%2019.243%2021%2017.828%2021%2015v-3a3%203%200%200%200-3-3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2012c0-1.414%200-2.121.44-2.56C9.878%209%2010.585%209%2012%209h1c.465%200%20.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C15%207.696%2015%207.464%2015%207c0-.93%200-1.395-.102-1.776a3%203%200%200%200-2.121-2.122C12.395%203%2011.93%203%2011%203H9c-2.828%200-4.243%200-5.121.879C3%204.757%203%206.172%203%209v3a3%203%200%200%200%203%203m9-3c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-1c-.465%200-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C9%2016.303%209%2016.536%209%2017c0%20.93%200%201.395.102%201.776a3%203%200%200%200%202.121%202.122C11.606%2021%2012.07%2021%2013%2021h2c2.828%200%204.243%200%205.121-.879C21%2019.243%2021%2017.828%2021%2015v-3a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/squares-exclude.svg?color=%231a73e8&size=48