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

Name
menstrual-health-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="M5.21 17.563q-.187 0-.312-.136q-.923-1.16-1.41-2.548Q3 13.49 3 12V6.115q0-.51.444-.726t.848.08L7.508 7.89q.217.162.264.417t-.09.472q-.847 1.454-1.515 2.993Q5.5 13.312 5.5 15q0 .43.067.849t.189.83q.082.275-.001.465q-.084.19-.22.304q-.137.114-.325.115m2.896 1.331Q6.5 17.29 6.5 15q0-1.664 1.171-4.183t3.335-5.348q.379-.484.994-.494t.994.494q2.158 2.823 3.332 5.346Q17.5 13.337 17.5 15q0 2.289-1.606 3.894T12 20.5t-3.894-1.606m10.08-1.722q-.074-.213.058-.493q.122-.412.189-.83T18.5 15q0-1.689-.677-3.228t-1.506-2.993q-.136-.217-.089-.472t.264-.417l3.216-2.42q.404-.299.848-.081t.444.726V12q0 1.49-.488 2.879q-.487 1.388-1.41 2.548q-.12.162-.32.173t-.36-.102t-.237-.326"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMenstrualHealthRounded(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="M5.21 17.563q-.187 0-.312-.136q-.923-1.16-1.41-2.548Q3 13.49 3 12V6.115q0-.51.444-.726t.848.08L7.508 7.89q.217.162.264.417t-.09.472q-.847 1.454-1.515 2.993Q5.5 13.312 5.5 15q0 .43.067.849t.189.83q.082.275-.001.465q-.084.19-.22.304q-.137.114-.325.115m2.896 1.331Q6.5 17.29 6.5 15q0-1.664 1.171-4.183t3.335-5.348q.379-.484.994-.494t.994.494q2.158 2.823 3.332 5.346Q17.5 13.337 17.5 15q0 2.289-1.606 3.894T12 20.5t-3.894-1.606m10.08-1.722q-.074-.213.058-.493q.122-.412.189-.83T18.5 15q0-1.689-.677-3.228t-1.506-2.993q-.136-.217-.089-.472t.264-.417l3.216-2.42q.404-.299.848-.081t.444.726V12q0 1.49-.488 2.879q-.487 1.388-1.41 2.548q-.12.162-.32.173t-.36-.102t-.237-.326"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.21 17.563q-.187 0-.312-.136q-.923-1.16-1.41-2.548Q3 13.49 3 12V6.115q0-.51.444-.726t.848.08L7.508 7.89q.217.162.264.417t-.09.472q-.847 1.454-1.515 2.993Q5.5 13.312 5.5 15q0 .43.067.849t.189.83q.082.275-.001.465q-.084.19-.22.304q-.137.114-.325.115m2.896 1.331Q6.5 17.29 6.5 15q0-1.664 1.171-4.183t3.335-5.348q.379-.484.994-.494t.994.494q2.158 2.823 3.332 5.346Q17.5 13.337 17.5 15q0 2.289-1.606 3.894T12 20.5t-3.894-1.606m10.08-1.722q-.074-.213.058-.493q.122-.412.189-.83T18.5 15q0-1.689-.677-3.228t-1.506-2.993q-.136-.217-.089-.472t.264-.417l3.216-2.42q.404-.299.848-.081t.444.726V12q0 1.49-.488 2.879q-.487 1.388-1.41 2.548q-.12.162-.32.173t-.36-.102t-.237-.326"/></svg>
</template>

CSS

.icon-menstrual-health-rounded {
  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%22M5.21%2017.563q-.187%200-.312-.136q-.923-1.16-1.41-2.548Q3%2013.49%203%2012V6.115q0-.51.444-.726t.848.08L7.508%207.89q.217.162.264.417t-.09.472q-.847%201.454-1.515%202.993Q5.5%2013.312%205.5%2015q0%20.43.067.849t.189.83q.082.275-.001.465q-.084.19-.22.304q-.137.114-.325.115m2.896%201.331Q6.5%2017.29%206.5%2015q0-1.664%201.171-4.183t3.335-5.348q.379-.484.994-.494t.994.494q2.158%202.823%203.332%205.346Q17.5%2013.337%2017.5%2015q0%202.289-1.606%203.894T12%2020.5t-3.894-1.606m10.08-1.722q-.074-.213.058-.493q.122-.412.189-.83T18.5%2015q0-1.689-.677-3.228t-1.506-2.993q-.136-.217-.089-.472t.264-.417l3.216-2.42q.404-.299.848-.081t.444.726V12q0%201.49-.488%202.879q-.487%201.388-1.41%202.548q-.12.162-.32.173t-.36-.102t-.237-.326%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%22M5.21%2017.563q-.187%200-.312-.136q-.923-1.16-1.41-2.548Q3%2013.49%203%2012V6.115q0-.51.444-.726t.848.08L7.508%207.89q.217.162.264.417t-.09.472q-.847%201.454-1.515%202.993Q5.5%2013.312%205.5%2015q0%20.43.067.849t.189.83q.082.275-.001.465q-.084.19-.22.304q-.137.114-.325.115m2.896%201.331Q6.5%2017.29%206.5%2015q0-1.664%201.171-4.183t3.335-5.348q.379-.484.994-.494t.994.494q2.158%202.823%203.332%205.346Q17.5%2013.337%2017.5%2015q0%202.289-1.606%203.894T12%2020.5t-3.894-1.606m10.08-1.722q-.074-.213.058-.493q.122-.412.189-.83T18.5%2015q0-1.689-.677-3.228t-1.506-2.993q-.136-.217-.089-.472t.264-.417l3.216-2.42q.404-.299.848-.081t.444.726V12q0%201.49-.488%202.879q-.487%201.388-1.41%202.548q-.12.162-.32.173t-.36-.102t-.237-.326%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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