like shapes icon

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

Name
like-shapes
Set
Reicon
Style
Outline
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"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.75 2.45c.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.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.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.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06 0-1.93-.87-1.93-1.93V16.1c0-.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.25V6.21c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47z"/><path stroke-miterlimit="10" d="m9.89 14.82l1.45 1.12c.19.19.61.28.89.28H14c.56 0 1.17-.42 1.31-.98l1.12-3.42c.23-.65-.19-1.22-.89-1.22h-1.87c-.28 0-.51-.23-.47-.56l.23-1.5c.09-.42-.19-.89-.61-1.03c-.37-.14-.84.05-1.03.33l-1.92 2.85"/><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 14.82v-4.58c0-.66.28-.89.94-.89h.47c.65 0 .94.23.94.89v4.58c0 .65-.28.89-.94.89h-.47c-.66 0-.94-.23-.94-.89"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLikeShapes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M10.75 2.45c.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.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.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.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06 0-1.93-.87-1.93-1.93V16.1c0-.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.25V6.21c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47z"/><path strokeMiterlimit="10" d="m9.89 14.82l1.45 1.12c.19.19.61.28.89.28H14c.56 0 1.17-.42 1.31-.98l1.12-3.42c.23-.65-.19-1.22-.89-1.22h-1.87c-.28 0-.51-.23-.47-.56l.23-1.5c.09-.42-.19-.89-.61-1.03c-.37-.14-.84.05-1.03.33l-1.92 2.85"/><path strokeLinecap="round" strokeLinejoin="round" d="M7.5 14.82v-4.58c0-.66.28-.89.94-.89h.47c.65 0 .94.23.94.89v4.58c0 .65-.28.89-.94.89h-.47c-.66 0-.94-.23-.94-.89"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.75 2.45c.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.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.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.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06 0-1.93-.87-1.93-1.93V16.1c0-.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.25V6.21c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47z"/><path stroke-miterlimit="10" d="m9.89 14.82l1.45 1.12c.19.19.61.28.89.28H14c.56 0 1.17-.42 1.31-.98l1.12-3.42c.23-.65-.19-1.22-.89-1.22h-1.87c-.28 0-.51-.23-.47-.56l.23-1.5c.09-.42-.19-.89-.61-1.03c-.37-.14-.84.05-1.03.33l-1.92 2.85"/><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 14.82v-4.58c0-.66.28-.89.94-.89h.47c.65 0 .94.23.94.89v4.58c0 .65-.28.89-.94.89h-.47c-.66 0-.94-.23-.94-.89"/></g></svg>
</template>

CSS

.icon-like-shapes {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.75%202.45c.69-.59%201.82-.59%202.52%200l1.58%201.36c.3.26.86.47%201.26.47h1.7c1.06%200%201.93.87%201.93%201.93v1.7c0%20.39.21.96.47%201.26l1.36%201.58c.59.69.59%201.82%200%202.52l-1.36%201.58c-.26.3-.47.86-.47%201.26v1.7c0%201.06-.87%201.93-1.93%201.93h-1.7c-.39%200-.96.21-1.26.47l-1.58%201.36c-.69.59-1.82.59-2.52%200l-1.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06%200-1.93-.87-1.93-1.93V16.1c0-.39-.21-.95-.46-1.25l-1.35-1.59c-.58-.69-.58-1.81%200-2.5l1.35-1.59c.25-.3.46-.86.46-1.25V6.21c0-1.06.87-1.93%201.93-1.93h1.73c.39%200%20.96-.21%201.26-.47z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m9.89%2014.82l1.45%201.12c.19.19.61.28.89.28H14c.56%200%201.17-.42%201.31-.98l1.12-3.42c.23-.65-.19-1.22-.89-1.22h-1.87c-.28%200-.51-.23-.47-.56l.23-1.5c.09-.42-.19-.89-.61-1.03c-.37-.14-.84.05-1.03.33l-1.92%202.85%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%2014.82v-4.58c0-.66.28-.89.94-.89h.47c.65%200%20.94.23.94.89v4.58c0%20.65-.28.89-.94.89h-.47c-.66%200-.94-.23-.94-.89%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.75%202.45c.69-.59%201.82-.59%202.52%200l1.58%201.36c.3.26.86.47%201.26.47h1.7c1.06%200%201.93.87%201.93%201.93v1.7c0%20.39.21.96.47%201.26l1.36%201.58c.59.69.59%201.82%200%202.52l-1.36%201.58c-.26.3-.47.86-.47%201.26v1.7c0%201.06-.87%201.93-1.93%201.93h-1.7c-.39%200-.96.21-1.26.47l-1.58%201.36c-.69.59-1.82.59-2.52%200l-1.58-1.36c-.3-.26-.86-.47-1.26-.47H6.18c-1.06%200-1.93-.87-1.93-1.93V16.1c0-.39-.21-.95-.46-1.25l-1.35-1.59c-.58-.69-.58-1.81%200-2.5l1.35-1.59c.25-.3.46-.86.46-1.25V6.21c0-1.06.87-1.93%201.93-1.93h1.73c.39%200%20.96-.21%201.26-.47z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m9.89%2014.82l1.45%201.12c.19.19.61.28.89.28H14c.56%200%201.17-.42%201.31-.98l1.12-3.42c.23-.65-.19-1.22-.89-1.22h-1.87c-.28%200-.51-.23-.47-.56l.23-1.5c.09-.42-.19-.89-.61-1.03c-.37-.14-.84.05-1.03.33l-1.92%202.85%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%2014.82v-4.58c0-.66.28-.89.94-.89h.47c.65%200%20.94.23.94.89v4.58c0%20.65-.28.89-.94.89h-.47c-.66%200-.94-.23-.94-.89%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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