like shapes icon

like-shapes-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
like-shapes-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the like shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.56 10.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-4.88 1.26l-1.17 3.56c-.15.59-.78 1.07-1.42 1.07h-1.85c-.32 0-.77-.11-.97-.31l-1.47-1.15c-.03.64-.32.91-1.03.91h-.48c-.74 0-1.04-.29-1.04-.99v-4.78c0-.7.3-.99 1.04-.99h.49c.74 0 1.04.29 1.04.99v.36l1.94-2.88c.2-.31.71-.53 1.14-.36c.47.16.77.68.67 1.14l-.24 1.56c-.02.14.01.27.1.37c.08.09.2.15.33.15h1.95c.38 0 .7.15.89.42c.17.26.2.59.08.93"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLikeShapesFilled(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="m21.56 10.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-4.88 1.26l-1.17 3.56c-.15.59-.78 1.07-1.42 1.07h-1.85c-.32 0-.77-.11-.97-.31l-1.47-1.15c-.03.64-.32.91-1.03.91h-.48c-.74 0-1.04-.29-1.04-.99v-4.78c0-.7.3-.99 1.04-.99h.49c.74 0 1.04.29 1.04.99v.36l1.94-2.88c.2-.31.71-.53 1.14-.36c.47.16.77.68.67 1.14l-.24 1.56c-.02.14.01.27.1.37c.08.09.2.15.33.15h1.95c.38 0 .7.15.89.42c.17.26.2.59.08.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.56 10.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-4.88 1.26l-1.17 3.56c-.15.59-.78 1.07-1.42 1.07h-1.85c-.32 0-.77-.11-.97-.31l-1.47-1.15c-.03.64-.32.91-1.03.91h-.48c-.74 0-1.04-.29-1.04-.99v-4.78c0-.7.3-.99 1.04-.99h.49c.74 0 1.04.29 1.04.99v.36l1.94-2.88c.2-.31.71-.53 1.14-.36c.47.16.77.68.67 1.14l-.24 1.56c-.02.14.01.27.1.37c.08.09.2.15.33.15h1.95c.38 0 .7.15.89.42c.17.26.2.59.08.93"/></svg>
</template>

CSS

.icon-like-shapes-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%22m21.56%2010.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39%200-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52%200l-1.57%201.37c-.3.25-.87.46-1.26.46H6.18c-1.06%200-1.93.87-1.93%201.93v1.71c0%20.39-.21.95-.46%201.25l-1.35%201.59c-.58.69-.58%201.81%200%202.5l1.35%201.59c.25.3.46.86.46%201.25v1.71c0%201.06.87%201.93%201.93%201.93h1.73c.39%200%20.96.21%201.26.47l1.58%201.36c.69.59%201.82.59%202.52%200l1.58-1.36c.3-.26.86-.47%201.26-.47h1.7c1.06%200%201.93-.87%201.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-4.88%201.26l-1.17%203.56c-.15.59-.78%201.07-1.42%201.07h-1.85c-.32%200-.77-.11-.97-.31l-1.47-1.15c-.03.64-.32.91-1.03.91h-.48c-.74%200-1.04-.29-1.04-.99v-4.78c0-.7.3-.99%201.04-.99h.49c.74%200%201.04.29%201.04.99v.36l1.94-2.88c.2-.31.71-.53%201.14-.36c.47.16.77.68.67%201.14l-.24%201.56c-.02.14.01.27.1.37c.08.09.2.15.33.15h1.95c.38%200%20.7.15.89.42c.17.26.2.59.08.93%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%22m21.56%2010.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39%200-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52%200l-1.57%201.37c-.3.25-.87.46-1.26.46H6.18c-1.06%200-1.93.87-1.93%201.93v1.71c0%20.39-.21.95-.46%201.25l-1.35%201.59c-.58.69-.58%201.81%200%202.5l1.35%201.59c.25.3.46.86.46%201.25v1.71c0%201.06.87%201.93%201.93%201.93h1.73c.39%200%20.96.21%201.26.47l1.58%201.36c.69.59%201.82.59%202.52%200l1.58-1.36c.3-.26.86-.47%201.26-.47h1.7c1.06%200%201.93-.87%201.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-4.88%201.26l-1.17%203.56c-.15.59-.78%201.07-1.42%201.07h-1.85c-.32%200-.77-.11-.97-.31l-1.47-1.15c-.03.64-.32.91-1.03.91h-.48c-.74%200-1.04-.29-1.04-.99v-4.78c0-.7.3-.99%201.04-.99h.49c.74%200%201.04.29%201.04.99v.36l1.94-2.88c.2-.31.71-.53%201.14-.36c.47.16.77.68.67%201.14l-.24%201.56c-.02.14.01.27.1.37c.08.09.2.15.33.15h1.95c.38%200%20.7.15.89.42c.17.26.2.59.08.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Like Shapes filled icon — Reicon · IconsDB