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

Name
all-match-outline
Set
Material Symbols Light
Style
Outline
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 .717.156q.339.155.556.453L21 12l-.183.214q-.29-.162-.587-.277q-.297-.114-.647-.175l-4.39-5.55q-.097-.116-.212-.174t-.27-.057H5L9.75 12L5 18h6.442q0 .256.018.506t.07.494zm14.371.827l2.84-2.796l-.626-.627l-2.214 2.182l-.955-.975l-.627.633zM18 22.288q-1.748 0-2.96-1.212t-1.213-2.96t1.213-2.961T18 13.942t2.96 1.213t1.213 2.96t-1.213 2.961T18 22.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAllMatchOutline(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 .717.156q.339.155.556.453L21 12l-.183.214q-.29-.162-.587-.277q-.297-.114-.647-.175l-4.39-5.55q-.097-.116-.212-.174t-.27-.057H5L9.75 12L5 18h6.442q0 .256.018.506t.07.494zm14.371.827l2.84-2.796l-.626-.627l-2.214 2.182l-.955-.975l-.627.633zM18 22.288q-1.748 0-2.96-1.212t-1.213-2.96t1.213-2.961T18 13.942t2.96 1.213t1.213 2.96t-1.213 2.961T18 22.288"/></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 .717.156q.339.155.556.453L21 12l-.183.214q-.29-.162-.587-.277q-.297-.114-.647-.175l-4.39-5.55q-.097-.116-.212-.174t-.27-.057H5L9.75 12L5 18h6.442q0 .256.018.506t.07.494zm14.371.827l2.84-2.796l-.626-.627l-2.214 2.182l-.955-.975l-.627.633zM18 22.288q-1.748 0-2.96-1.212t-1.213-2.96t1.213-2.961T18 13.942t2.96 1.213t1.213 2.96t-1.213 2.961T18 22.288"/></svg>
</template>

CSS

.icon-all-match-outline {
  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.717.156q.339.155.556.453L21%2012l-.183.214q-.29-.162-.587-.277q-.297-.114-.647-.175l-4.39-5.55q-.097-.116-.212-.174t-.27-.057H5L9.75%2012L5%2018h6.442q0%20.256.018.506t.07.494zm14.371.827l2.84-2.796l-.626-.627l-2.214%202.182l-.955-.975l-.627.633zM18%2022.288q-1.748%200-2.96-1.212t-1.213-2.96t1.213-2.961T18%2013.942t2.96%201.213t1.213%202.96t-1.213%202.961T18%2022.288%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.717.156q.339.155.556.453L21%2012l-.183.214q-.29-.162-.587-.277q-.297-.114-.647-.175l-4.39-5.55q-.097-.116-.212-.174t-.27-.057H5L9.75%2012L5%2018h6.442q0%20.256.018.506t.07.494zm14.371.827l2.84-2.796l-.626-.627l-2.214%202.182l-.955-.975l-.627.633zM18%2022.288q-1.748%200-2.96-1.212t-1.213-2.96t1.213-2.961T18%2013.942t2.96%201.213t1.213%202.96t-1.213%202.961T18%2022.288%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-outline.svg?color=%231a73e8&size=48