menstrual health icon
menstrual-health-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- menstrual-health-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- menstrual-health-outline-sharp
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="M12 3.433q1.09 1.32 1.998 2.593t1.644 2.499L21 4.5V12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71t-2.857-1.926t-1.926-2.858T3 12V4.5l5.358 4.025q.736-1.202 1.644-2.486T12 3.433M4 6.5V12q0 1.908.845 3.507t2.269 2.628q-.512-.635-.813-1.43T6 15q0-1.136.463-2.553q.462-1.416 1.378-3.062zM12 5q-2.384 2.87-3.692 5.552Q7 13.235 7 15q0 2.075 1.463 3.538T12 20t3.538-1.463T17 15q0-1.766-1.308-4.454Q14.385 7.858 12 5m8 1.5l-3.84 2.879q.915 1.646 1.378 3.062Q18 13.858 18 15q0 .91-.301 1.705t-.812 1.43q1.423-1.03 2.268-2.628T20 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMenstrualHealthOutline(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="M12 3.433q1.09 1.32 1.998 2.593t1.644 2.499L21 4.5V12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71t-2.857-1.926t-1.926-2.858T3 12V4.5l5.358 4.025q.736-1.202 1.644-2.486T12 3.433M4 6.5V12q0 1.908.845 3.507t2.269 2.628q-.512-.635-.813-1.43T6 15q0-1.136.463-2.553q.462-1.416 1.378-3.062zM12 5q-2.384 2.87-3.692 5.552Q7 13.235 7 15q0 2.075 1.463 3.538T12 20t3.538-1.463T17 15q0-1.766-1.308-4.454Q14.385 7.858 12 5m8 1.5l-3.84 2.879q.915 1.646 1.378 3.062Q18 13.858 18 15q0 .91-.301 1.705t-.812 1.43q1.423-1.03 2.268-2.628T20 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="M12 3.433q1.09 1.32 1.998 2.593t1.644 2.499L21 4.5V12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71t-2.857-1.926t-1.926-2.858T3 12V4.5l5.358 4.025q.736-1.202 1.644-2.486T12 3.433M4 6.5V12q0 1.908.845 3.507t2.269 2.628q-.512-.635-.813-1.43T6 15q0-1.136.463-2.553q.462-1.416 1.378-3.062zM12 5q-2.384 2.87-3.692 5.552Q7 13.235 7 15q0 2.075 1.463 3.538T12 20t3.538-1.463T17 15q0-1.766-1.308-4.454Q14.385 7.858 12 5m8 1.5l-3.84 2.879q.915 1.646 1.378 3.062Q18 13.858 18 15q0 .91-.301 1.705t-.812 1.43q1.423-1.03 2.268-2.628T20 12z"/></svg> </template>
CSS
.icon-menstrual-health-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%22M12%203.433q1.09%201.32%201.998%202.593t1.644%202.499L21%204.5V12q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71t-2.857-1.926t-1.926-2.858T3%2012V4.5l5.358%204.025q.736-1.202%201.644-2.486T12%203.433M4%206.5V12q0%201.908.845%203.507t2.269%202.628q-.512-.635-.813-1.43T6%2015q0-1.136.463-2.553q.462-1.416%201.378-3.062zM12%205q-2.384%202.87-3.692%205.552Q7%2013.235%207%2015q0%202.075%201.463%203.538T12%2020t3.538-1.463T17%2015q0-1.766-1.308-4.454Q14.385%207.858%2012%205m8%201.5l-3.84%202.879q.915%201.646%201.378%203.062Q18%2013.858%2018%2015q0%20.91-.301%201.705t-.812%201.43q1.423-1.03%202.268-2.628T20%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%22M12%203.433q1.09%201.32%201.998%202.593t1.644%202.499L21%204.5V12q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71t-2.857-1.926t-1.926-2.858T3%2012V4.5l5.358%204.025q.736-1.202%201.644-2.486T12%203.433M4%206.5V12q0%201.908.845%203.507t2.269%202.628q-.512-.635-.813-1.43T6%2015q0-1.136.463-2.553q.462-1.416%201.378-3.062zM12%205q-2.384%202.87-3.692%205.552Q7%2013.235%207%2015q0%202.075%201.463%203.538T12%2020t3.538-1.463T17%2015q0-1.766-1.308-4.454Q14.385%207.858%2012%205m8%201.5l-3.84%202.879q.915%201.646%201.378%203.062Q18%2013.858%2018%2015q0%20.91-.301%201.705t-.812%201.43q1.423-1.03%202.268-2.628T20%2012z%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-outline.svg?color=%231a73e8&size=48