blocks from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
blocks
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the blocks 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="M4.852 20.772C5.403 21 6.102 21 7.5 21s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624C12 18.597 12 17.898 12 16.5s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C9.597 12 8.898 12 7.5 12s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C3 14.403 3 15.102 3 16.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624m9 0c.551.228 1.25.228 2.648.228s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624C21 18.597 21 17.898 21 16.5s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C18.597 12 17.898 12 16.5 12s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C12 14.403 12 15.102 12 16.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624m-4.5-9C9.903 12 10.602 12 12 12s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624c.228-.551.228-1.25.228-2.648s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C14.097 3 13.398 3 12 3s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C7.5 5.403 7.5 6.102 7.5 7.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBlocks(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="M4.852 20.772C5.403 21 6.102 21 7.5 21s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624C12 18.597 12 17.898 12 16.5s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C9.597 12 8.898 12 7.5 12s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C3 14.403 3 15.102 3 16.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624m9 0c.551.228 1.25.228 2.648.228s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624C21 18.597 21 17.898 21 16.5s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C18.597 12 17.898 12 16.5 12s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C12 14.403 12 15.102 12 16.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624m-4.5-9C9.903 12 10.602 12 12 12s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624c.228-.551.228-1.25.228-2.648s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C14.097 3 13.398 3 12 3s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C7.5 5.403 7.5 6.102 7.5 7.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624"/></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="M4.852 20.772C5.403 21 6.102 21 7.5 21s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624C12 18.597 12 17.898 12 16.5s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C9.597 12 8.898 12 7.5 12s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C3 14.403 3 15.102 3 16.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624m9 0c.551.228 1.25.228 2.648.228s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624C21 18.597 21 17.898 21 16.5s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C18.597 12 17.898 12 16.5 12s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C12 14.403 12 15.102 12 16.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624m-4.5-9C9.903 12 10.602 12 12 12s2.097 0 2.648-.228a3 3 0 0 0 1.624-1.624c.228-.551.228-1.25.228-2.648s0-2.097-.228-2.648a3 3 0 0 0-1.624-1.624C14.097 3 13.398 3 12 3s-2.097 0-2.648.228a3 3 0 0 0-1.624 1.624C7.5 5.403 7.5 6.102 7.5 7.5s0 2.097.228 2.648a3 3 0 0 0 1.624 1.624"/></svg>
</template>

CSS

.icon-blocks {
  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%22M4.852%2020.772C5.403%2021%206.102%2021%207.5%2021s2.097%200%202.648-.228a3%203%200%200%200%201.624-1.624C12%2018.597%2012%2017.898%2012%2016.5s0-2.097-.228-2.648a3%203%200%200%200-1.624-1.624C9.597%2012%208.898%2012%207.5%2012s-2.097%200-2.648.228a3%203%200%200%200-1.624%201.624C3%2014.403%203%2015.102%203%2016.5s0%202.097.228%202.648a3%203%200%200%200%201.624%201.624m9%200c.551.228%201.25.228%202.648.228s2.097%200%202.648-.228a3%203%200%200%200%201.624-1.624C21%2018.597%2021%2017.898%2021%2016.5s0-2.097-.228-2.648a3%203%200%200%200-1.624-1.624C18.597%2012%2017.898%2012%2016.5%2012s-2.097%200-2.648.228a3%203%200%200%200-1.624%201.624C12%2014.403%2012%2015.102%2012%2016.5s0%202.097.228%202.648a3%203%200%200%200%201.624%201.624m-4.5-9C9.903%2012%2010.602%2012%2012%2012s2.097%200%202.648-.228a3%203%200%200%200%201.624-1.624c.228-.551.228-1.25.228-2.648s0-2.097-.228-2.648a3%203%200%200%200-1.624-1.624C14.097%203%2013.398%203%2012%203s-2.097%200-2.648.228a3%203%200%200%200-1.624%201.624C7.5%205.403%207.5%206.102%207.5%207.5s0%202.097.228%202.648a3%203%200%200%200%201.624%201.624%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%22M4.852%2020.772C5.403%2021%206.102%2021%207.5%2021s2.097%200%202.648-.228a3%203%200%200%200%201.624-1.624C12%2018.597%2012%2017.898%2012%2016.5s0-2.097-.228-2.648a3%203%200%200%200-1.624-1.624C9.597%2012%208.898%2012%207.5%2012s-2.097%200-2.648.228a3%203%200%200%200-1.624%201.624C3%2014.403%203%2015.102%203%2016.5s0%202.097.228%202.648a3%203%200%200%200%201.624%201.624m9%200c.551.228%201.25.228%202.648.228s2.097%200%202.648-.228a3%203%200%200%200%201.624-1.624C21%2018.597%2021%2017.898%2021%2016.5s0-2.097-.228-2.648a3%203%200%200%200-1.624-1.624C18.597%2012%2017.898%2012%2016.5%2012s-2.097%200-2.648.228a3%203%200%200%200-1.624%201.624C12%2014.403%2012%2015.102%2012%2016.5s0%202.097.228%202.648a3%203%200%200%200%201.624%201.624m-4.5-9C9.903%2012%2010.602%2012%2012%2012s2.097%200%202.648-.228a3%203%200%200%200%201.624-1.624c.228-.551.228-1.25.228-2.648s0-2.097-.228-2.648a3%203%200%200%200-1.624-1.624C14.097%203%2013.398%203%2012%203s-2.097%200-2.648.228a3%203%200%200%200-1.624%201.624C7.5%205.403%207.5%206.102%207.5%207.5s0%202.097.228%202.648a3%203%200%200%200%201.624%201.624%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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