menstrual health icon

menstrual-health from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
menstrual-health
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
menstrual-health-sharp

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the menstrual health icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2.5V12q0 2.275.9 4.2t2.475 3.3q-.65-.95-1.012-2.087T4 15q0-1.85.763-3.863T7.3 6.475zm10 .925q-3.325 4-4.662 6.888T6 15q0 2.5 1.75 4.25T12 21t4.25-1.75T18 15q0-1.8-1.35-4.712T12 3.424M22 2.5l-5.3 3.975q1.775 2.65 2.538 4.663T20 15q0 1.275-.363 2.413T18.626 19.5q1.575-1.375 2.475-3.3T22 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMenstrualHealth(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="M2 2.5V12q0 2.275.9 4.2t2.475 3.3q-.65-.95-1.012-2.087T4 15q0-1.85.763-3.863T7.3 6.475zm10 .925q-3.325 4-4.662 6.888T6 15q0 2.5 1.75 4.25T12 21t4.25-1.75T18 15q0-1.8-1.35-4.712T12 3.424M22 2.5l-5.3 3.975q1.775 2.65 2.538 4.663T20 15q0 1.275-.363 2.413T18.626 19.5q1.575-1.375 2.475-3.3T22 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2.5V12q0 2.275.9 4.2t2.475 3.3q-.65-.95-1.012-2.087T4 15q0-1.85.763-3.863T7.3 6.475zm10 .925q-3.325 4-4.662 6.888T6 15q0 2.5 1.75 4.25T12 21t4.25-1.75T18 15q0-1.8-1.35-4.712T12 3.424M22 2.5l-5.3 3.975q1.775 2.65 2.538 4.663T20 15q0 1.275-.363 2.413T18.626 19.5q1.575-1.375 2.475-3.3T22 12z"/></svg>
</template>

CSS

.icon-menstrual-health {
  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%22M2%202.5V12q0%202.275.9%204.2t2.475%203.3q-.65-.95-1.012-2.087T4%2015q0-1.85.763-3.863T7.3%206.475zm10%20.925q-3.325%204-4.662%206.888T6%2015q0%202.5%201.75%204.25T12%2021t4.25-1.75T18%2015q0-1.8-1.35-4.712T12%203.424M22%202.5l-5.3%203.975q1.775%202.65%202.538%204.663T20%2015q0%201.275-.363%202.413T18.626%2019.5q1.575-1.375%202.475-3.3T22%2012z%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%22M2%202.5V12q0%202.275.9%204.2t2.475%203.3q-.65-.95-1.012-2.087T4%2015q0-1.85.763-3.863T7.3%206.475zm10%20.925q-3.325%204-4.662%206.888T6%2015q0%202.5%201.75%204.25T12%2021t4.25-1.75T18%2015q0-1.8-1.35-4.712T12%203.424M22%202.5l-5.3%203.975q1.775%202.65%202.538%204.663T20%2015q0%201.275-.363%202.413T18.626%2019.5q1.575-1.375%202.475-3.3T22%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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