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

Name
all-match
Set
Material Symbols Light
Style
Regular
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.98h11.673q.379 0 .718.156q.338.155.555.453L21 12l-.183.214q-.663-.326-1.369-.491T18 11.558q-2.733 0-4.645 1.912t-1.913 4.64q0 .211.017.445q.018.233.072.445zm12.04 2.076q-1.213-1.213-1.213-2.96q0-1.749 1.213-2.961T18 13.942t2.96 1.213t1.213 2.96q0 1.749-1.213 2.961T18 22.288t-2.96-1.212m2.331-1.249l2.84-2.796l-.626-.627l-2.214 2.183l-.955-.975l-.627.632z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAllMatch(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.98h11.673q.379 0 .718.156q.338.155.555.453L21 12l-.183.214q-.663-.326-1.369-.491T18 11.558q-2.733 0-4.645 1.912t-1.913 4.64q0 .211.017.445q.018.233.072.445zm12.04 2.076q-1.213-1.213-1.213-2.96q0-1.749 1.213-2.961T18 13.942t2.96 1.213t1.213 2.96q0 1.749-1.213 2.961T18 22.288t-2.96-1.212m2.331-1.249l2.84-2.796l-.626-.627l-2.214 2.183l-.955-.975l-.627.632z"/></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.98h11.673q.379 0 .718.156q.338.155.555.453L21 12l-.183.214q-.663-.326-1.369-.491T18 11.558q-2.733 0-4.645 1.912t-1.913 4.64q0 .211.017.445q.018.233.072.445zm12.04 2.076q-1.213-1.213-1.213-2.96q0-1.749 1.213-2.961T18 13.942t2.96 1.213t1.213 2.96q0 1.749-1.213 2.961T18 22.288t-2.96-1.212m2.331-1.249l2.84-2.796l-.626-.627l-2.214 2.183l-.955-.975l-.627.632z"/></svg>
</template>

CSS

.icon-all-match {
  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.98h11.673q.379%200%20.718.156q.338.155.555.453L21%2012l-.183.214q-.663-.326-1.369-.491T18%2011.558q-2.733%200-4.645%201.912t-1.913%204.64q0%20.211.017.445q.018.233.072.445zm12.04%202.076q-1.213-1.213-1.213-2.96q0-1.749%201.213-2.961T18%2013.942t2.96%201.213t1.213%202.96q0%201.749-1.213%202.961T18%2022.288t-2.96-1.212m2.331-1.249l2.84-2.796l-.626-.627l-2.214%202.183l-.955-.975l-.627.632z%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.98h11.673q.379%200%20.718.156q.338.155.555.453L21%2012l-.183.214q-.663-.326-1.369-.491T18%2011.558q-2.733%200-4.645%201.912t-1.913%204.64q0%20.211.017.445q.018.233.072.445zm12.04%202.076q-1.213-1.213-1.213-2.96q0-1.749%201.213-2.961T18%2013.942t2.96%201.213t1.213%202.96q0%201.749-1.213%202.961T18%2022.288t-2.96-1.212m2.331-1.249l2.84-2.796l-.626-.627l-2.214%202.183l-.955-.975l-.627.632z%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.svg?color=%231a73e8&size=48