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

Name
all-match-rounded
Set
Material Symbols Light
Style
Rounded
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="M4.654 19q-.51 0-.727-.454t.1-.857l4.165-5.304q.135-.173.135-.385t-.135-.385L4.027 6.293q-.317-.403-.1-.857t.727-.454h10.019q.379 0 .718.154q.338.155.555.453l4.431 5.595q.198.234.004.497t-.516.14q-.425-.132-.91-.197T18 11.558q-2.708 0-4.614 1.867T11.442 18q0 .052.003.104t.009.098q.011.315-.206.557q-.217.241-.527.241zM18 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.288m-.063-3.027l1.961-1.917q.148-.129.148-.304t-.148-.323q-.129-.148-.304-.135t-.323.135l-1.9 1.87l-.642-.662q-.129-.148-.304-.145t-.323.15q-.143.149-.145.314t.145.314l.704.703q.242.243.565.243t.565-.243"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAllMatchRounded(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="M4.654 19q-.51 0-.727-.454t.1-.857l4.165-5.304q.135-.173.135-.385t-.135-.385L4.027 6.293q-.317-.403-.1-.857t.727-.454h10.019q.379 0 .718.154q.338.155.555.453l4.431 5.595q.198.234.004.497t-.516.14q-.425-.132-.91-.197T18 11.558q-2.708 0-4.614 1.867T11.442 18q0 .052.003.104t.009.098q.011.315-.206.557q-.217.241-.527.241zM18 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.288m-.063-3.027l1.961-1.917q.148-.129.148-.304t-.148-.323q-.129-.148-.304-.135t-.323.135l-1.9 1.87l-.642-.662q-.129-.148-.304-.145t-.323.15q-.143.149-.145.314t.145.314l.704.703q.242.243.565.243t.565-.243"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.654 19q-.51 0-.727-.454t.1-.857l4.165-5.304q.135-.173.135-.385t-.135-.385L4.027 6.293q-.317-.403-.1-.857t.727-.454h10.019q.379 0 .718.154q.338.155.555.453l4.431 5.595q.198.234.004.497t-.516.14q-.425-.132-.91-.197T18 11.558q-2.708 0-4.614 1.867T11.442 18q0 .052.003.104t.009.098q.011.315-.206.557q-.217.241-.527.241zM18 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.288m-.063-3.027l1.961-1.917q.148-.129.148-.304t-.148-.323q-.129-.148-.304-.135t-.323.135l-1.9 1.87l-.642-.662q-.129-.148-.304-.145t-.323.15q-.143.149-.145.314t.145.314l.704.703q.242.243.565.243t.565-.243"/></svg>
</template>

CSS

.icon-all-match-rounded {
  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%22M4.654%2019q-.51%200-.727-.454t.1-.857l4.165-5.304q.135-.173.135-.385t-.135-.385L4.027%206.293q-.317-.403-.1-.857t.727-.454h10.019q.379%200%20.718.154q.338.155.555.453l4.431%205.595q.198.234.004.497t-.516.14q-.425-.132-.91-.197T18%2011.558q-2.708%200-4.614%201.867T11.442%2018q0%20.052.003.104t.009.098q.011.315-.206.557q-.217.241-.527.241zM18%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.288m-.063-3.027l1.961-1.917q.148-.129.148-.304t-.148-.323q-.129-.148-.304-.135t-.323.135l-1.9%201.87l-.642-.662q-.129-.148-.304-.145t-.323.15q-.143.149-.145.314t.145.314l.704.703q.242.243.565.243t.565-.243%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%22M4.654%2019q-.51%200-.727-.454t.1-.857l4.165-5.304q.135-.173.135-.385t-.135-.385L4.027%206.293q-.317-.403-.1-.857t.727-.454h10.019q.379%200%20.718.154q.338.155.555.453l4.431%205.595q.198.234.004.497t-.516.14q-.425-.132-.91-.197T18%2011.558q-2.708%200-4.614%201.867T11.442%2018q0%20.052.003.104t.009.098q.011.315-.206.557q-.217.241-.527.241zM18%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.288m-.063-3.027l1.961-1.917q.148-.129.148-.304t-.148-.323q-.129-.148-.304-.135t-.323.135l-1.9%201.87l-.642-.662q-.129-.148-.304-.145t-.323.15q-.143.149-.145.314t.145.314l.704.703q.242.243.565.243t.565-.243%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-rounded.svg?color=%231a73e8&size=48