pattern from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
pattern
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
pattern-outline, pattern-outline-rounded, pattern-outline-sharp, pattern-rounded, pattern-sharp

The same icon in other sets

More android icons from Material Symbols Light

Use the pattern icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19.23q-.517 0-.874-.356T4.769 18t.357-.874t.874-.357q.125 0 .221.02q.096.019.202.069l4.435-4.435q-.125-.333-.055-.682t.33-.608t.608-.33q.35-.07.682.055l4.435-4.435l-.06-.202q-.029-.096-.029-.221q0-.517.357-.874T18 4.769t.874.357t.357.874t-.357.874t-.874.357q-.308 0-.423-.089l-4.435 4.43q.125.332.055.684t-.33.611q-.265.266-.614.336q-.35.07-.682-.06L7.246 17.46l.039.039h3.592q.16-.334.456-.533q.296-.198.667-.198q.377 0 .686.196q.308.195.449.535h3.73q.16-.34.459-.536q.299-.195.676-.195q.517 0 .874.357t.357.874t-.357.874t-.874.357q-.377 0-.676-.198t-.459-.533h-3.73q-.14.34-.45.536q-.308.195-.685.195q-.371 0-.667-.198q-.296-.199-.456-.533H7.123q-.14.335-.446.533T6 19.23m0-6q-.517 0-.874-.357T4.769 12t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357m0-6q-.517 0-.874-.357T4.769 6t.357-.874T6 4.769t.874.357t.357.874t-.357.874T6 7.231m5.126-.357q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18 13.231q-.517 0-.874-.357T16.769 12t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPattern(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="M6 19.23q-.517 0-.874-.356T4.769 18t.357-.874t.874-.357q.125 0 .221.02q.096.019.202.069l4.435-4.435q-.125-.333-.055-.682t.33-.608t.608-.33q.35-.07.682.055l4.435-4.435l-.06-.202q-.029-.096-.029-.221q0-.517.357-.874T18 4.769t.874.357t.357.874t-.357.874t-.874.357q-.308 0-.423-.089l-4.435 4.43q.125.332.055.684t-.33.611q-.265.266-.614.336q-.35.07-.682-.06L7.246 17.46l.039.039h3.592q.16-.334.456-.533q.296-.198.667-.198q.377 0 .686.196q.308.195.449.535h3.73q.16-.34.459-.536q.299-.195.676-.195q.517 0 .874.357t.357.874t-.357.874t-.874.357q-.377 0-.676-.198t-.459-.533h-3.73q-.14.34-.45.536q-.308.195-.685.195q-.371 0-.667-.198q-.296-.199-.456-.533H7.123q-.14.335-.446.533T6 19.23m0-6q-.517 0-.874-.357T4.769 12t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357m0-6q-.517 0-.874-.357T4.769 6t.357-.874T6 4.769t.874.357t.357.874t-.357.874T6 7.231m5.126-.357q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18 13.231q-.517 0-.874-.357T16.769 12t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19.23q-.517 0-.874-.356T4.769 18t.357-.874t.874-.357q.125 0 .221.02q.096.019.202.069l4.435-4.435q-.125-.333-.055-.682t.33-.608t.608-.33q.35-.07.682.055l4.435-4.435l-.06-.202q-.029-.096-.029-.221q0-.517.357-.874T18 4.769t.874.357t.357.874t-.357.874t-.874.357q-.308 0-.423-.089l-4.435 4.43q.125.332.055.684t-.33.611q-.265.266-.614.336q-.35.07-.682-.06L7.246 17.46l.039.039h3.592q.16-.334.456-.533q.296-.198.667-.198q.377 0 .686.196q.308.195.449.535h3.73q.16-.34.459-.536q.299-.195.676-.195q.517 0 .874.357t.357.874t-.357.874t-.874.357q-.377 0-.676-.198t-.459-.533h-3.73q-.14.34-.45.536q-.308.195-.685.195q-.371 0-.667-.198q-.296-.199-.456-.533H7.123q-.14.335-.446.533T6 19.23m0-6q-.517 0-.874-.357T4.769 12t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357m0-6q-.517 0-.874-.357T4.769 6t.357-.874T6 4.769t.874.357t.357.874t-.357.874T6 7.231m5.126-.357q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18 13.231q-.517 0-.874-.357T16.769 12t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357"/></svg>
</template>

CSS

.icon-pattern {
  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%22M6%2019.23q-.517%200-.874-.356T4.769%2018t.357-.874t.874-.357q.125%200%20.221.02q.096.019.202.069l4.435-4.435q-.125-.333-.055-.682t.33-.608t.608-.33q.35-.07.682.055l4.435-4.435l-.06-.202q-.029-.096-.029-.221q0-.517.357-.874T18%204.769t.874.357t.357.874t-.357.874t-.874.357q-.308%200-.423-.089l-4.435%204.43q.125.332.055.684t-.33.611q-.265.266-.614.336q-.35.07-.682-.06L7.246%2017.46l.039.039h3.592q.16-.334.456-.533q.296-.198.667-.198q.377%200%20.686.196q.308.195.449.535h3.73q.16-.34.459-.536q.299-.195.676-.195q.517%200%20.874.357t.357.874t-.357.874t-.874.357q-.377%200-.676-.198t-.459-.533h-3.73q-.14.34-.45.536q-.308.195-.685.195q-.371%200-.667-.198q-.296-.199-.456-.533H7.123q-.14.335-.446.533T6%2019.23m0-6q-.517%200-.874-.357T4.769%2012t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357m0-6q-.517%200-.874-.357T4.769%206t.357-.874T6%204.769t.874.357t.357.874t-.357.874T6%207.231m5.126-.357q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18%2013.231q-.517%200-.874-.357T16.769%2012t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357%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%22M6%2019.23q-.517%200-.874-.356T4.769%2018t.357-.874t.874-.357q.125%200%20.221.02q.096.019.202.069l4.435-4.435q-.125-.333-.055-.682t.33-.608t.608-.33q.35-.07.682.055l4.435-4.435l-.06-.202q-.029-.096-.029-.221q0-.517.357-.874T18%204.769t.874.357t.357.874t-.357.874t-.874.357q-.308%200-.423-.089l-4.435%204.43q.125.332.055.684t-.33.611q-.265.266-.614.336q-.35.07-.682-.06L7.246%2017.46l.039.039h3.592q.16-.334.456-.533q.296-.198.667-.198q.377%200%20.686.196q.308.195.449.535h3.73q.16-.34.459-.536q.299-.195.676-.195q.517%200%20.874.357t.357.874t-.357.874t-.874.357q-.377%200-.676-.198t-.459-.533h-3.73q-.14.34-.45.536q-.308.195-.685.195q-.371%200-.667-.198q-.296-.199-.456-.533H7.123q-.14.335-.446.533T6%2019.23m0-6q-.517%200-.874-.357T4.769%2012t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357m0-6q-.517%200-.874-.357T4.769%206t.357-.874T6%204.769t.874.357t.357.874t-.357.874T6%207.231m5.126-.357q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18%2013.231q-.517%200-.874-.357T16.769%2012t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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