face woman shimmer icon

face-woman-shimmer-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
face-woman-shimmer-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-woman-shimmer-outline, emoticon-woman-shimmer-outline, face-female-shimmer-outline, face-retouching-natural-woman-outline

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the face woman shimmer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.5 1l-1.09 2.41L16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09M12 2C6.5 2 2 6.5 2 12v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24 2.7c.09.47.14.93.14 1.43c0 4.43-3.57 8-8 8s-8-3.57-8-8v-.14a9.93 9.93 0 0 0 5.74-5.55a10 10 0 0 0 9.09 3.6L17.96 8h-.46c-2.82 0-5.4-1.5-6.84-3.88c.44-.07.88-.12 1.34-.12c.5 0 .96.05 1.42.13l2.71-1.22A9.9 9.9 0 0 0 12 2M8.09 5a8.12 8.12 0 0 1-3.68 4.5C5.04 7.57 6.37 6 8.09 5M9 11.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M4 17.97c.58.77 1.26 1.45 2.03 2.03H4m16-2.03V20h-2.03c.77-.58 1.45-1.26 2.03-2.03"/></svg>

React

import type { SVGProps } from "react";

export function MdiFaceWomanShimmerOutline(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="m19.5 1l-1.09 2.41L16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09M12 2C6.5 2 2 6.5 2 12v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24 2.7c.09.47.14.93.14 1.43c0 4.43-3.57 8-8 8s-8-3.57-8-8v-.14a9.93 9.93 0 0 0 5.74-5.55a10 10 0 0 0 9.09 3.6L17.96 8h-.46c-2.82 0-5.4-1.5-6.84-3.88c.44-.07.88-.12 1.34-.12c.5 0 .96.05 1.42.13l2.71-1.22A9.9 9.9 0 0 0 12 2M8.09 5a8.12 8.12 0 0 1-3.68 4.5C5.04 7.57 6.37 6 8.09 5M9 11.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M4 17.97c.58.77 1.26 1.45 2.03 2.03H4m16-2.03V20h-2.03c.77-.58 1.45-1.26 2.03-2.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.5 1l-1.09 2.41L16 4.5l2.41 1.09L19.5 8l1.1-2.41L23 4.5l-2.4-1.09M12 2C6.5 2 2 6.5 2 12v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24 2.7c.09.47.14.93.14 1.43c0 4.43-3.57 8-8 8s-8-3.57-8-8v-.14a9.93 9.93 0 0 0 5.74-5.55a10 10 0 0 0 9.09 3.6L17.96 8h-.46c-2.82 0-5.4-1.5-6.84-3.88c.44-.07.88-.12 1.34-.12c.5 0 .96.05 1.42.13l2.71-1.22A9.9 9.9 0 0 0 12 2M8.09 5a8.12 8.12 0 0 1-3.68 4.5C5.04 7.57 6.37 6 8.09 5M9 11.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M4 17.97c.58.77 1.26 1.45 2.03 2.03H4m16-2.03V20h-2.03c.77-.58 1.45-1.26 2.03-2.03"/></svg>
</template>

CSS

.icon-face-woman-shimmer-outline {
  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%22m19.5%201l-1.09%202.41L16%204.5l2.41%201.09L19.5%208l1.1-2.41L23%204.5l-2.4-1.09M12%202C6.5%202%202%206.5%202%2012v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24%202.7c.09.47.14.93.14%201.43c0%204.43-3.57%208-8%208s-8-3.57-8-8v-.14a9.93%209.93%200%200%200%205.74-5.55a10%2010%200%200%200%209.09%203.6L17.96%208h-.46c-2.82%200-5.4-1.5-6.84-3.88c.44-.07.88-.12%201.34-.12c.5%200%20.96.05%201.42.13l2.71-1.22A9.9%209.9%200%200%200%2012%202M8.09%205a8.12%208.12%200%200%201-3.68%204.5C5.04%207.57%206.37%206%208.09%205M9%2011.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m6%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M4%2017.97c.58.77%201.26%201.45%202.03%202.03H4m16-2.03V20h-2.03c.77-.58%201.45-1.26%202.03-2.03%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%22m19.5%201l-1.09%202.41L16%204.5l2.41%201.09L19.5%208l1.1-2.41L23%204.5l-2.4-1.09M12%202C6.5%202%202%206.5%202%2012v10h20V12c0-1.47-.33-2.87-.9-4.13l-1.24%202.7c.09.47.14.93.14%201.43c0%204.43-3.57%208-8%208s-8-3.57-8-8v-.14a9.93%209.93%200%200%200%205.74-5.55a10%2010%200%200%200%209.09%203.6L17.96%208h-.46c-2.82%200-5.4-1.5-6.84-3.88c.44-.07.88-.12%201.34-.12c.5%200%20.96.05%201.42.13l2.71-1.22A9.9%209.9%200%200%200%2012%202M8.09%205a8.12%208.12%200%200%201-3.68%204.5C5.04%207.57%206.37%206%208.09%205M9%2011.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m6%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M4%2017.97c.58.77%201.26%201.45%202.03%202.03H4m16-2.03V20h-2.03c.77-.58%201.45-1.26%202.03-2.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/face-woman-shimmer-outline.svg?color=%231a73e8&size=48