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

Name
all-match-outline-rounded
Set
Material Symbols
Style
Outline 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="M3.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.213t.7.587l4.075 5.425q.375.5.1 1.05t-.9.55q-.25 0-.45-.1t-.35-.3L15 6H6l3.6 4.8q.4.525.4 1.2t-.4 1.2L6 18h4.4q.375 0 .65.238t.325.612q.075.45-.238.8t-.762.35H4q-.625 0-.9-.55t.1-1.05L8 12zm14.075 12.525l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212zM18 23q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAllMatchOutlineRounded(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.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.213t.7.587l4.075 5.425q.375.5.1 1.05t-.9.55q-.25 0-.45-.1t-.35-.3L15 6H6l3.6 4.8q.4.525.4 1.2t-.4 1.2L6 18h4.4q.375 0 .65.238t.325.612q.075.45-.238.8t-.762.35H4q-.625 0-.9-.55t.1-1.05L8 12zm14.075 12.525l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212zM18 23q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23"/></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.2 5.6q-.375-.5-.1-1.05T4 4h11q.475 0 .9.213t.7.587l4.075 5.425q.375.5.1 1.05t-.9.55q-.25 0-.45-.1t-.35-.3L15 6H6l3.6 4.8q.4.525.4 1.2t-.4 1.2L6 18h4.4q.375 0 .65.238t.325.612q.075.45-.238.8t-.762.35H4q-.625 0-.9-.55t.1-1.05L8 12zm14.075 12.525l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212zM18 23q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23"/></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%22M3.2%205.6q-.375-.5-.1-1.05T4%204h11q.475%200%20.9.213t.7.587l4.075%205.425q.375.5.1%201.05t-.9.55q-.25%200-.45-.1t-.35-.3L15%206H6l3.6%204.8q.4.525.4%201.2t-.4%201.2L6%2018h4.4q.375%200%20.65.238t.325.612q.075.45-.238.8t-.762.35H4q-.625%200-.9-.55t.1-1.05L8%2012zm14.075%2012.525l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212zM18%2023q-2.075%200-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023%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.2%205.6q-.375-.5-.1-1.05T4%204h11q.475%200%20.9.213t.7.587l4.075%205.425q.375.5.1%201.05t-.9.55q-.25%200-.45-.1t-.35-.3L15%206H6l3.6%204.8q.4.525.4%201.2t-.4%201.2L6%2018h4.4q.375%200%20.65.238t.325.612q.075.45-.238.8t-.762.35H4q-.625%200-.9-.55t.1-1.05L8%2012zm14.075%2012.525l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212zM18%2023q-2.075%200-3.537-1.463T13%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023%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-outline-rounded.svg?color=%231a73e8&size=48