all-match-sharp from Material Symbols Light by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
all-match-sharp
Set
Material Symbols Light
Style
Sharp
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the all match icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 19l5.5-7L3 4.98h12.462L21 12l-.183.214q-.663-.326-1.369-.491T18 11.558q-2.708 0-4.613 1.867T11.442 18q0 .256.017.506t.072.494zm15 3.289q-1.748 0-2.96-1.213t-1.213-2.96t1.213-2.961T18 13.942t2.96 1.213t1.213 2.96t-1.213 2.961T18 22.288m-.629-2.461l2.84-2.796l-.626-.627l-2.214 2.182l-.955-.975l-.627.633z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAllMatchSharp(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="m3 19l5.5-7L3 4.98h12.462L21 12l-.183.214q-.663-.326-1.369-.491T18 11.558q-2.708 0-4.613 1.867T11.442 18q0 .256.017.506t.072.494zm15 3.289q-1.748 0-2.96-1.213t-1.213-2.96t1.213-2.961T18 13.942t2.96 1.213t1.213 2.96t-1.213 2.961T18 22.288m-.629-2.461l2.84-2.796l-.626-.627l-2.214 2.182l-.955-.975l-.627.633z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 19l5.5-7L3 4.98h12.462L21 12l-.183.214q-.663-.326-1.369-.491T18 11.558q-2.708 0-4.613 1.867T11.442 18q0 .256.017.506t.072.494zm15 3.289q-1.748 0-2.96-1.213t-1.213-2.96t1.213-2.961T18 13.942t2.96 1.213t1.213 2.96t-1.213 2.961T18 22.288m-.629-2.461l2.84-2.796l-.626-.627l-2.214 2.182l-.955-.975l-.627.633z"/></svg>
</template>

CSS

.icon-all-match-sharp {
  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%22m3%2019l5.5-7L3%204.98h12.462L21%2012l-.183.214q-.663-.326-1.369-.491T18%2011.558q-2.708%200-4.613%201.867T11.442%2018q0%20.256.017.506t.072.494zm15%203.289q-1.748%200-2.96-1.213t-1.213-2.96t1.213-2.961T18%2013.942t2.96%201.213t1.213%202.96t-1.213%202.961T18%2022.288m-.629-2.461l2.84-2.796l-.626-.627l-2.214%202.182l-.955-.975l-.627.633z%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%22m3%2019l5.5-7L3%204.98h12.462L21%2012l-.183.214q-.663-.326-1.369-.491T18%2011.558q-2.708%200-4.613%201.867T11.442%2018q0%20.256.017.506t.072.494zm15%203.289q-1.748%200-2.96-1.213t-1.213-2.96t1.213-2.961T18%2013.942t2.96%201.213t1.213%202.96t-1.213%202.961T18%2022.288m-.629-2.461l2.84-2.796l-.626-.627l-2.214%202.182l-.955-.975l-.627.633z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/all-match-sharp.svg?color=%231a73e8&size=48