measles icon
measles-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.
- Name
- measles-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Emotions
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More emotions icons from Health Icons
Use the measles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.25 16.75V16a3.75 3.75 0 0 1 7.5 0v.75zm5.871-1.5a2.25 2.25 0 0 0-4.242 0z" clip-rule="evenodd"/><path d="M7.835 7.83a.75.75 0 0 0-.67 1.34l1.21.606a.25.25 0 0 1 0 .448l-1.21.605a.75.75 0 1 0 .67 1.342l1.212-.606c1.29-.645 1.29-2.485 0-3.13zm8.33 0a.75.75 0 1 1 .67 1.34l-1.21.606a.25.25 0 0 0 0 .448l1.21.605a.75.75 0 1 1-.67 1.342l-1.212-.606c-1.29-.645-1.29-2.485 0-3.13z"/><path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clip-rule="evenodd"/><path d="M10.5 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m10 10a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M11 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4.5-5.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M14 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMeasles24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8.25 16.75V16a3.75 3.75 0 0 1 7.5 0v.75zm5.871-1.5a2.25 2.25 0 0 0-4.242 0z" clipRule="evenodd"/><path d="M7.835 7.83a.75.75 0 0 0-.67 1.34l1.21.606a.25.25 0 0 1 0 .448l-1.21.605a.75.75 0 1 0 .67 1.342l1.212-.606c1.29-.645 1.29-2.485 0-3.13zm8.33 0a.75.75 0 1 1 .67 1.34l-1.21.606a.25.25 0 0 0 0 .448l1.21.605a.75.75 0 1 1-.67 1.342l-1.212-.606c-1.29-.645-1.29-2.485 0-3.13z"/><path fillRule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clipRule="evenodd"/><path d="M10.5 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m10 10a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M11 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4.5-5.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M14 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.25 16.75V16a3.75 3.75 0 0 1 7.5 0v.75zm5.871-1.5a2.25 2.25 0 0 0-4.242 0z" clip-rule="evenodd"/><path d="M7.835 7.83a.75.75 0 0 0-.67 1.34l1.21.606a.25.25 0 0 1 0 .448l-1.21.605a.75.75 0 1 0 .67 1.342l1.212-.606c1.29-.645 1.29-2.485 0-3.13zm8.33 0a.75.75 0 1 1 .67 1.34l-1.21.606a.25.25 0 0 0 0 .448l1.21.605a.75.75 0 1 1-.67 1.342l-1.212-.606c-1.29-.645-1.29-2.485 0-3.13z"/><path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clip-rule="evenodd"/><path d="M10.5 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m10 10a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M11 21a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-4.5-5.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M14 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg> </template>
CSS
.icon-measles-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%2016.75V16a3.75%203.75%200%200%201%207.5%200v.75zm5.871-1.5a2.25%202.25%200%200%200-4.242%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.835%207.83a.75.75%200%200%200-.67%201.34l1.21.606a.25.25%200%200%201%200%20.448l-1.21.605a.75.75%200%201%200%20.67%201.342l1.212-.606c1.29-.645%201.29-2.485%200-3.13zm8.33%200a.75.75%200%201%201%20.67%201.34l-1.21.606a.25.25%200%200%200%200%20.448l1.21.605a.75.75%200%201%201-.67%201.342l-1.212-.606c-1.29-.645-1.29-2.485%200-3.13z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5%205.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m10%2010a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M11%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-4.5-5.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M14%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%2016.75V16a3.75%203.75%200%200%201%207.5%200v.75zm5.871-1.5a2.25%202.25%200%200%200-4.242%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.835%207.83a.75.75%200%200%200-.67%201.34l1.21.606a.25.25%200%200%201%200%20.448l-1.21.605a.75.75%200%201%200%20.67%201.342l1.212-.606c1.29-.645%201.29-2.485%200-3.13zm8.33%200a.75.75%200%201%201%20.67%201.34l-1.21.606a.25.25%200%200%200%200%20.448l1.21.605a.75.75%200%201%201-.67%201.342l-1.212-.606c-1.29-.645-1.29-2.485%200-3.13z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.5%205.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m10%2010a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M11%2021a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-4.5-5.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M14%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/measles-24px.svg?color=%231a73e8&size=48