all match icon
all-match-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- all-match-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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 20q-.625 0-.9-.55t.1-1.05L8 12L3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.212t.7.588l4.2 5.575q.275.35-.025.738T20 11.3q-.425-.15-.987-.225T18 11q-2.9 0-4.95 2.05T11 18q0 .225.013.45t.037.425q.05.45-.225.788t-.7.337zm14 3q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23m-.025-3.45l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212l-1.9 1.85l-.45-.45q-.225-.225-.525-.212t-.525.237q-.2.225-.212.525t.212.525l.8.8q.3.3.7.3t.7-.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAllMatchRounded(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 20q-.625 0-.9-.55t.1-1.05L8 12L3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.212t.7.588l4.2 5.575q.275.35-.025.738T20 11.3q-.425-.15-.987-.225T18 11q-2.9 0-4.95 2.05T11 18q0 .225.013.45t.037.425q.05.45-.225.788t-.7.337zm14 3q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23m-.025-3.45l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212l-1.9 1.85l-.45-.45q-.225-.225-.525-.212t-.525.237q-.2.225-.212.525t.212.525l.8.8q.3.3.7.3t.7-.3"/></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 20q-.625 0-.9-.55t.1-1.05L8 12L3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.212t.7.588l4.2 5.575q.275.35-.025.738T20 11.3q-.425-.15-.987-.225T18 11q-2.9 0-4.95 2.05T11 18q0 .225.013.45t.037.425q.05.45-.225.788t-.7.337zm14 3q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23m-.025-3.45l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212l-1.9 1.85l-.45-.45q-.225-.225-.525-.212t-.525.237q-.2.225-.212.525t.212.525l.8.8q.3.3.7.3t.7-.3"/></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%2020q-.625%200-.9-.55t.1-1.05L8%2012L3.2%205.6q-.375-.5-.1-1.05T4%204h11q.475%200%20.9.212t.7.588l4.2%205.575q.275.35-.025.738T20%2011.3q-.425-.15-.987-.225T18%2011q-2.9%200-4.95%202.05T11%2018q0%20.225.013.45t.037.425q.05.45-.225.788t-.7.337zm14%203q-2.075%200-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023m-.025-3.45l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212l-1.9%201.85l-.45-.45q-.225-.225-.525-.212t-.525.237q-.2.225-.212.525t.212.525l.8.8q.3.3.7.3t.7-.3%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%2020q-.625%200-.9-.55t.1-1.05L8%2012L3.2%205.6q-.375-.5-.1-1.05T4%204h11q.475%200%20.9.212t.7.588l4.2%205.575q.275.35-.025.738T20%2011.3q-.425-.15-.987-.225T18%2011q-2.9%200-4.95%202.05T11%2018q0%20.225.013.45t.037.425q.05.45-.225.788t-.7.337zm14%203q-2.075%200-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023m-.025-3.45l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212l-1.9%201.85l-.45-.45q-.225-.225-.525-.212t-.525.237q-.2.225-.212.525t.212.525l.8.8q.3.3.7.3t.7-.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/all-match-rounded.svg?color=%231a73e8&size=48