match-case from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
match-case
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
match-case-outline, match-case-outline-sharp, match-case-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the match case icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.064 17.162L7.823 6.93h1.09l3.818 10.23h-1.112l-1.032-2.953H6.156l-1.02 2.954zM6.5 13.3h3.756l-1.85-5.223h-.062zm9.644 4.092q-1.16 0-1.861-.639q-.702-.64-.702-1.61q0-1.062.834-1.707q.833-.645 2.145-.645q.536 0 1.086.109t.97.304v-.588q0-.975-.494-1.483q-.493-.508-1.44-.508q-.517 0-.963.18t-.892.553l-.637-.567q.562-.514 1.161-.749t1.337-.234q1.437 0 2.133.735q.696.736.696 2.207v4.412h-.901V16.14h-.1q-.389.632-.98.942q-.59.31-1.392.31m.07-.812q1.144 0 1.776-.735q.631-.734.631-1.842q-.35-.2-.885-.313q-.536-.112-1.05-.112q-.992 0-1.577.407q-.584.408-.584 1.156q0 .616.467 1.027t1.221.412"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMatchCase(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.064 17.162L7.823 6.93h1.09l3.818 10.23h-1.112l-1.032-2.953H6.156l-1.02 2.954zM6.5 13.3h3.756l-1.85-5.223h-.062zm9.644 4.092q-1.16 0-1.861-.639q-.702-.64-.702-1.61q0-1.062.834-1.707q.833-.645 2.145-.645q.536 0 1.086.109t.97.304v-.588q0-.975-.494-1.483q-.493-.508-1.44-.508q-.517 0-.963.18t-.892.553l-.637-.567q.562-.514 1.161-.749t1.337-.234q1.437 0 2.133.735q.696.736.696 2.207v4.412h-.901V16.14h-.1q-.389.632-.98.942q-.59.31-1.392.31m.07-.812q1.144 0 1.776-.735q.631-.734.631-1.842q-.35-.2-.885-.313q-.536-.112-1.05-.112q-.992 0-1.577.407q-.584.408-.584 1.156q0 .616.467 1.027t1.221.412"/></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.064 17.162L7.823 6.93h1.09l3.818 10.23h-1.112l-1.032-2.953H6.156l-1.02 2.954zM6.5 13.3h3.756l-1.85-5.223h-.062zm9.644 4.092q-1.16 0-1.861-.639q-.702-.64-.702-1.61q0-1.062.834-1.707q.833-.645 2.145-.645q.536 0 1.086.109t.97.304v-.588q0-.975-.494-1.483q-.493-.508-1.44-.508q-.517 0-.963.18t-.892.553l-.637-.567q.562-.514 1.161-.749t1.337-.234q1.437 0 2.133.735q.696.736.696 2.207v4.412h-.901V16.14h-.1q-.389.632-.98.942q-.59.31-1.392.31m.07-.812q1.144 0 1.776-.735q.631-.734.631-1.842q-.35-.2-.885-.313q-.536-.112-1.05-.112q-.992 0-1.577.407q-.584.408-.584 1.156q0 .616.467 1.027t1.221.412"/></svg>
</template>

CSS

.icon-match-case {
  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.064%2017.162L7.823%206.93h1.09l3.818%2010.23h-1.112l-1.032-2.953H6.156l-1.02%202.954zM6.5%2013.3h3.756l-1.85-5.223h-.062zm9.644%204.092q-1.16%200-1.861-.639q-.702-.64-.702-1.61q0-1.062.834-1.707q.833-.645%202.145-.645q.536%200%201.086.109t.97.304v-.588q0-.975-.494-1.483q-.493-.508-1.44-.508q-.517%200-.963.18t-.892.553l-.637-.567q.562-.514%201.161-.749t1.337-.234q1.437%200%202.133.735q.696.736.696%202.207v4.412h-.901V16.14h-.1q-.389.632-.98.942q-.59.31-1.392.31m.07-.812q1.144%200%201.776-.735q.631-.734.631-1.842q-.35-.2-.885-.313q-.536-.112-1.05-.112q-.992%200-1.577.407q-.584.408-.584%201.156q0%20.616.467%201.027t1.221.412%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.064%2017.162L7.823%206.93h1.09l3.818%2010.23h-1.112l-1.032-2.953H6.156l-1.02%202.954zM6.5%2013.3h3.756l-1.85-5.223h-.062zm9.644%204.092q-1.16%200-1.861-.639q-.702-.64-.702-1.61q0-1.062.834-1.707q.833-.645%202.145-.645q.536%200%201.086.109t.97.304v-.588q0-.975-.494-1.483q-.493-.508-1.44-.508q-.517%200-.963.18t-.892.553l-.637-.567q.562-.514%201.161-.749t1.337-.234q1.437%200%202.133.735q.696.736.696%202.207v4.412h-.901V16.14h-.1q-.389.632-.98.942q-.59.31-1.392.31m.07-.812q1.144%200%201.776-.735q.631-.734.631-1.842q-.35-.2-.885-.313q-.536-.112-1.05-.112q-.992%200-1.577.407q-.584.408-.584%201.156q0%20.616.467%201.027t1.221.412%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/match-case.svg?color=%231a73e8&size=48