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

Name
all-match-outline-rounded
Set
Material Symbols Light
Style
Outline 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.027 6.292q-.317-.403-.096-.857q.22-.454.723-.454h10.019q.379 0 .717.154q.339.155.556.453l4.556 5.753q.183.25.049.52q-.134.272-.439.272q-.122 0-.226-.052q-.103-.052-.177-.137l-4.517-5.732q-.096-.116-.211-.173q-.115-.058-.27-.058H5l3.966 5.011q.361.44.361 1.004t-.362 1.012L5 18h6.246q.196 0 .34.132t.154.333q.018.22-.133.377q-.15.158-.366.158H4.654q-.502 0-.723-.454t.096-.857l4.165-5.304q.135-.173.135-.385t-.135-.385zm13.344 12.295l-.642-.662q-.129-.148-.304-.145t-.323.15t-.148.314t.148.314l.704.704q.242.242.565.242t.566-.243l1.961-1.917q.148-.13.148-.304t-.148-.323q-.129-.128-.304-.126t-.323.126zM18 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 MaterialSymbolsLightAllMatchOutlineRounded(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.027 6.292q-.317-.403-.096-.857q.22-.454.723-.454h10.019q.379 0 .717.154q.339.155.556.453l4.556 5.753q.183.25.049.52q-.134.272-.439.272q-.122 0-.226-.052q-.103-.052-.177-.137l-4.517-5.732q-.096-.116-.211-.173q-.115-.058-.27-.058H5l3.966 5.011q.361.44.361 1.004t-.362 1.012L5 18h6.246q.196 0 .34.132t.154.333q.018.22-.133.377q-.15.158-.366.158H4.654q-.502 0-.723-.454t.096-.857l4.165-5.304q.135-.173.135-.385t-.135-.385zm13.344 12.295l-.642-.662q-.129-.148-.304-.145t-.323.15t-.148.314t.148.314l.704.704q.242.242.565.242t.566-.243l1.961-1.917q.148-.13.148-.304t-.148-.323q-.129-.128-.304-.126t-.323.126zM18 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="M4.027 6.292q-.317-.403-.096-.857q.22-.454.723-.454h10.019q.379 0 .717.154q.339.155.556.453l4.556 5.753q.183.25.049.52q-.134.272-.439.272q-.122 0-.226-.052q-.103-.052-.177-.137l-4.517-5.732q-.096-.116-.211-.173q-.115-.058-.27-.058H5l3.966 5.011q.361.44.361 1.004t-.362 1.012L5 18h6.246q.196 0 .34.132t.154.333q.018.22-.133.377q-.15.158-.366.158H4.654q-.502 0-.723-.454t.096-.857l4.165-5.304q.135-.173.135-.385t-.135-.385zm13.344 12.295l-.642-.662q-.129-.148-.304-.145t-.323.15t-.148.314t.148.314l.704.704q.242.242.565.242t.566-.243l1.961-1.917q.148-.13.148-.304t-.148-.323q-.129-.128-.304-.126t-.323.126zM18 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-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.027%206.292q-.317-.403-.096-.857q.22-.454.723-.454h10.019q.379%200%20.717.154q.339.155.556.453l4.556%205.753q.183.25.049.52q-.134.272-.439.272q-.122%200-.226-.052q-.103-.052-.177-.137l-4.517-5.732q-.096-.116-.211-.173q-.115-.058-.27-.058H5l3.966%205.011q.361.44.361%201.004t-.362%201.012L5%2018h6.246q.196%200%20.34.132t.154.333q.018.22-.133.377q-.15.158-.366.158H4.654q-.502%200-.723-.454t.096-.857l4.165-5.304q.135-.173.135-.385t-.135-.385zm13.344%2012.295l-.642-.662q-.129-.148-.304-.145t-.323.15t-.148.314t.148.314l.704.704q.242.242.565.242t.566-.243l1.961-1.917q.148-.13.148-.304t-.148-.323q-.129-.128-.304-.126t-.323.126zM18%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%22M4.027%206.292q-.317-.403-.096-.857q.22-.454.723-.454h10.019q.379%200%20.717.154q.339.155.556.453l4.556%205.753q.183.25.049.52q-.134.272-.439.272q-.122%200-.226-.052q-.103-.052-.177-.137l-4.517-5.732q-.096-.116-.211-.173q-.115-.058-.27-.058H5l3.966%205.011q.361.44.361%201.004t-.362%201.012L5%2018h6.246q.196%200%20.34.132t.154.333q.018.22-.133.377q-.15.158-.366.158H4.654q-.502%200-.723-.454t.096-.857l4.165-5.304q.135-.173.135-.385t-.135-.385zm13.344%2012.295l-.642-.662q-.129-.148-.304-.145t-.323.15t-.148.314t.148.314l.704.704q.242.242.565.242t.566-.243l1.961-1.917q.148-.13.148-.304t-.148-.323q-.129-.128-.304-.126t-.323.126zM18%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-rounded.svg?color=%231a73e8&size=48