measles icon
measles-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.
- Name
- measles-outline-24px
- Set
- Health Icons
- Style
- Outline 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="M12 12.25A3.75 3.75 0 0 0 8.25 16v.75h7.5V16A3.75 3.75 0 0 0 12 12.25m-1.591 2.159a2.25 2.25 0 0 1 3.712.841H9.88c.11-.313.29-.601.53-.841" clip-rule="evenodd"/><path d="M7.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm8.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13zM15 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-1.998 2.251a8 8 0 0 1 9.721 9.841a1.25 1.25 0 0 0-1.023 2.28A8 8 0 0 1 12 20a1 1 0 0 0-1.97-.244a8 8 0 0 1-4.65-3.263a1.25 1.25 0 1 0-1.022-2.119A8 8 0 0 1 4 12a8 8 0 0 1 4.014-6.938a1.25 1.25 0 1 0 1.988-.81" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMeaslesOutline24px(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="M12 12.25A3.75 3.75 0 0 0 8.25 16v.75h7.5V16A3.75 3.75 0 0 0 12 12.25m-1.591 2.159a2.25 2.25 0 0 1 3.712.841H9.88c.11-.313.29-.601.53-.841" clipRule="evenodd"/><path d="M7.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm8.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13zM15 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fillRule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-1.998 2.251a8 8 0 0 1 9.721 9.841a1.25 1.25 0 0 0-1.023 2.28A8 8 0 0 1 12 20a1 1 0 0 0-1.97-.244a8 8 0 0 1-4.65-3.263a1.25 1.25 0 1 0-1.022-2.119A8 8 0 0 1 4 12a8 8 0 0 1 4.014-6.938a1.25 1.25 0 1 0 1.988-.81" clipRule="evenodd"/></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="M12 12.25A3.75 3.75 0 0 0 8.25 16v.75h7.5V16A3.75 3.75 0 0 0 12 12.25m-1.591 2.159a2.25 2.25 0 0 1 3.712.841H9.88c.11-.313.29-.601.53-.841" clip-rule="evenodd"/><path d="M7.835 7.83a.75.75 0 0 0-.67 1.341l1.21.606a.25.25 0 0 1 0 .447l-1.21.605a.75.75 0 0 0 .67 1.342l1.212-.606c1.29-.644 1.29-2.485 0-3.13zm8.33 0a.75.75 0 1 1 .67 1.341l-1.21.606a.25.25 0 0 0 0 .447l1.21.605a.75.75 0 0 1-.67 1.342l-1.211-.606c-1.29-.644-1.29-2.485 0-3.13zM15 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-1.998 2.251a8 8 0 0 1 9.721 9.841a1.25 1.25 0 0 0-1.023 2.28A8 8 0 0 1 12 20a1 1 0 0 0-1.97-.244a8 8 0 0 1-4.65-3.263a1.25 1.25 0 1 0-1.022-2.119A8 8 0 0 1 4 12a8 8 0 0 1 4.014-6.938a1.25 1.25 0 1 0 1.988-.81" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-measles-outline-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%22M12%2012.25A3.75%203.75%200%200%200%208.25%2016v.75h7.5V16A3.75%203.75%200%200%200%2012%2012.25m-1.591%202.159a2.25%202.25%200%200%201%203.712.841H9.88c.11-.313.29-.601.53-.841%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.835%207.83a.75.75%200%200%200-.67%201.341l1.21.606a.25.25%200%200%201%200%20.447l-1.21.605a.75.75%200%200%200%20.67%201.342l1.212-.606c1.29-.644%201.29-2.485%200-3.13zm8.33%200a.75.75%200%201%201%20.67%201.341l-1.21.606a.25.25%200%200%200%200%20.447l1.21.605a.75.75%200%200%201-.67%201.342l-1.211-.606c-1.29-.644-1.29-2.485%200-3.13zM15%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m-1.998%202.251a8%208%200%200%201%209.721%209.841a1.25%201.25%200%200%200-1.023%202.28A8%208%200%200%201%2012%2020a1%201%200%200%200-1.97-.244a8%208%200%200%201-4.65-3.263a1.25%201.25%200%201%200-1.022-2.119A8%208%200%200%201%204%2012a8%208%200%200%201%204.014-6.938a1.25%201.25%200%201%200%201.988-.81%22%20clip-rule%3D%22evenodd%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%22M12%2012.25A3.75%203.75%200%200%200%208.25%2016v.75h7.5V16A3.75%203.75%200%200%200%2012%2012.25m-1.591%202.159a2.25%202.25%200%200%201%203.712.841H9.88c.11-.313.29-.601.53-.841%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.835%207.83a.75.75%200%200%200-.67%201.341l1.21.606a.25.25%200%200%201%200%20.447l-1.21.605a.75.75%200%200%200%20.67%201.342l1.212-.606c1.29-.644%201.29-2.485%200-3.13zm8.33%200a.75.75%200%201%201%20.67%201.341l-1.21.606a.25.25%200%200%200%200%20.447l1.21.605a.75.75%200%200%201-.67%201.342l-1.211-.606c-1.29-.644-1.29-2.485%200-3.13zM15%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m-1.998%202.251a8%208%200%200%201%209.721%209.841a1.25%201.25%200%200%200-1.023%202.28A8%208%200%200%201%2012%2020a1%201%200%200%200-1.97-.244a8%208%200%200%201-4.65-3.263a1.25%201.25%200%201%200-1.022-2.119A8%208%200%200%201%204%2012a8%208%200%200%201%204.014-6.938a1.25%201.25%200%201%200%201.988-.81%22%20clip-rule%3D%22evenodd%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-outline-24px.svg?color=%231a73e8&size=48