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

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

More android icons from Material Symbols

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 20q-.825 0-1.412-.587T4 18t.588-1.412T6 16h.25q.125 0 .25.05l3.55-3.55q-.125-.525.013-1.037t.512-.888t.888-.512t1.037-.013l3.55-3.55Q16 6.375 16 6.25V6q0-.825.588-1.412T18 4t1.413.588T20 6t-.587 1.413T18 8l-.5-.05l-3.55 3.525q.125.525-.012 1.05t-.513.9q-.4.4-.913.538t-1.037-.013L8.4 17h1.9q.275-.45.725-.725T12 16q.55 0 1.013.262t.737.738h2.5q.275-.475.738-.737T18 16q.825 0 1.413.588T20 18t-.587 1.413T18 20q-.55 0-1.012-.275T16.25 19h-2.5q-.275.475-.737.738T12 20q-.525 0-.975-.275T10.3 19H7.7q-.275.45-.725.725T6 20m0-6q-.825 0-1.412-.587T4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14m0-6q-.825 0-1.412-.587T4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8m4.588-.587Q10 6.825 10 6t.588-1.412T12 4t1.413.588T14 6t-.587 1.413T12 8t-1.412-.587M18 14q-.825 0-1.412-.587T16 12t.588-1.412T18 10t1.413.588T20 12t-.587 1.413T18 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPattern(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 20q-.825 0-1.412-.587T4 18t.588-1.412T6 16h.25q.125 0 .25.05l3.55-3.55q-.125-.525.013-1.037t.512-.888t.888-.512t1.037-.013l3.55-3.55Q16 6.375 16 6.25V6q0-.825.588-1.412T18 4t1.413.588T20 6t-.587 1.413T18 8l-.5-.05l-3.55 3.525q.125.525-.012 1.05t-.513.9q-.4.4-.913.538t-1.037-.013L8.4 17h1.9q.275-.45.725-.725T12 16q.55 0 1.013.262t.737.738h2.5q.275-.475.738-.737T18 16q.825 0 1.413.588T20 18t-.587 1.413T18 20q-.55 0-1.012-.275T16.25 19h-2.5q-.275.475-.737.738T12 20q-.525 0-.975-.275T10.3 19H7.7q-.275.45-.725.725T6 20m0-6q-.825 0-1.412-.587T4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14m0-6q-.825 0-1.412-.587T4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8m4.588-.587Q10 6.825 10 6t.588-1.412T12 4t1.413.588T14 6t-.587 1.413T12 8t-1.412-.587M18 14q-.825 0-1.412-.587T16 12t.588-1.412T18 10t1.413.588T20 12t-.587 1.413T18 14"/></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 20q-.825 0-1.412-.587T4 18t.588-1.412T6 16h.25q.125 0 .25.05l3.55-3.55q-.125-.525.013-1.037t.512-.888t.888-.512t1.037-.013l3.55-3.55Q16 6.375 16 6.25V6q0-.825.588-1.412T18 4t1.413.588T20 6t-.587 1.413T18 8l-.5-.05l-3.55 3.525q.125.525-.012 1.05t-.513.9q-.4.4-.913.538t-1.037-.013L8.4 17h1.9q.275-.45.725-.725T12 16q.55 0 1.013.262t.737.738h2.5q.275-.475.738-.737T18 16q.825 0 1.413.588T20 18t-.587 1.413T18 20q-.55 0-1.012-.275T16.25 19h-2.5q-.275.475-.737.738T12 20q-.525 0-.975-.275T10.3 19H7.7q-.275.45-.725.725T6 20m0-6q-.825 0-1.412-.587T4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14m0-6q-.825 0-1.412-.587T4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8m4.588-.587Q10 6.825 10 6t.588-1.412T12 4t1.413.588T14 6t-.587 1.413T12 8t-1.412-.587M18 14q-.825 0-1.412-.587T16 12t.588-1.412T18 10t1.413.588T20 12t-.587 1.413T18 14"/></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%2020q-.825%200-1.412-.587T4%2018t.588-1.412T6%2016h.25q.125%200%20.25.05l3.55-3.55q-.125-.525.013-1.037t.512-.888t.888-.512t1.037-.013l3.55-3.55Q16%206.375%2016%206.25V6q0-.825.588-1.412T18%204t1.413.588T20%206t-.587%201.413T18%208l-.5-.05l-3.55%203.525q.125.525-.012%201.05t-.513.9q-.4.4-.913.538t-1.037-.013L8.4%2017h1.9q.275-.45.725-.725T12%2016q.55%200%201.013.262t.737.738h2.5q.275-.475.738-.737T18%2016q.825%200%201.413.588T20%2018t-.587%201.413T18%2020q-.55%200-1.012-.275T16.25%2019h-2.5q-.275.475-.737.738T12%2020q-.525%200-.975-.275T10.3%2019H7.7q-.275.45-.725.725T6%2020m0-6q-.825%200-1.412-.587T4%2012t.588-1.412T6%2010t1.413.588T8%2012t-.587%201.413T6%2014m0-6q-.825%200-1.412-.587T4%206t.588-1.412T6%204t1.413.588T8%206t-.587%201.413T6%208m4.588-.587Q10%206.825%2010%206t.588-1.412T12%204t1.413.588T14%206t-.587%201.413T12%208t-1.412-.587M18%2014q-.825%200-1.412-.587T16%2012t.588-1.412T18%2010t1.413.588T20%2012t-.587%201.413T18%2014%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%2020q-.825%200-1.412-.587T4%2018t.588-1.412T6%2016h.25q.125%200%20.25.05l3.55-3.55q-.125-.525.013-1.037t.512-.888t.888-.512t1.037-.013l3.55-3.55Q16%206.375%2016%206.25V6q0-.825.588-1.412T18%204t1.413.588T20%206t-.587%201.413T18%208l-.5-.05l-3.55%203.525q.125.525-.012%201.05t-.513.9q-.4.4-.913.538t-1.037-.013L8.4%2017h1.9q.275-.45.725-.725T12%2016q.55%200%201.013.262t.737.738h2.5q.275-.475.738-.737T18%2016q.825%200%201.413.588T20%2018t-.587%201.413T18%2020q-.55%200-1.012-.275T16.25%2019h-2.5q-.275.475-.737.738T12%2020q-.525%200-.975-.275T10.3%2019H7.7q-.275.45-.725.725T6%2020m0-6q-.825%200-1.412-.587T4%2012t.588-1.412T6%2010t1.413.588T8%2012t-.587%201.413T6%2014m0-6q-.825%200-1.412-.587T4%206t.588-1.412T6%204t1.413.588T8%206t-.587%201.413T6%208m4.588-.587Q10%206.825%2010%206t.588-1.412T12%204t1.413.588T14%206t-.587%201.413T12%208t-1.412-.587M18%2014q-.825%200-1.412-.587T16%2012t.588-1.412T18%2010t1.413.588T20%2012t-.587%201.413T18%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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