measles icon
measles from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- measles
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><path d="M14.221 16.372a1 1 0 0 1 1.309-.22l4 2.5a1 1 0 0 1 0 1.696l-4 2.5a1 1 0 0 1-1.219-1.573c.982-.934 1.174-1.422 1.171-1.729c-.002-.33-.225-.85-1.198-1.848a1 1 0 0 1-.063-1.326m18.249-.22a1 1 0 0 1 1.246 1.546c-.973.998-1.196 1.518-1.198 1.848c-.003.307.189.795 1.171 1.73a1 1 0 0 1-1.219 1.572l-4-2.5a1 1 0 0 1 0-1.696zM33.258 31c-1.72-3.562-5.22-6-9.258-6s-7.538 2.438-9.258 6c-.469.97.316 2 1.394 2h15.728c1.078 0 1.863-1.03 1.394-2M26 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m12 15a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16a15.96 15.96 0 0 0-5.18-11.787a1.5 1.5 0 1 1-2.359-1.795A15.93 15.93 0 0 0 24 8a15.9 15.9 0 0 0-7.394 1.807a2 2 0 1 1-3.285 2.278A15.96 15.96 0 0 0 8 24q.002 1.532.278 2.983a2 2 0 1 1 .795 2.79a16.04 16.04 0 0 0 10.993 9.74A2.003 2.003 0 0 1 22 37a2 2 0 0 1 1.734 2.998z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMeasles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M14.221 16.372a1 1 0 0 1 1.309-.22l4 2.5a1 1 0 0 1 0 1.696l-4 2.5a1 1 0 0 1-1.219-1.573c.982-.934 1.174-1.422 1.171-1.729c-.002-.33-.225-.85-1.198-1.848a1 1 0 0 1-.063-1.326m18.249-.22a1 1 0 0 1 1.246 1.546c-.973.998-1.196 1.518-1.198 1.848c-.003.307.189.795 1.171 1.73a1 1 0 0 1-1.219 1.572l-4-2.5a1 1 0 0 1 0-1.696zM33.258 31c-1.72-3.562-5.22-6-9.258-6s-7.538 2.438-9.258 6c-.469.97.316 2 1.394 2h15.728c1.078 0 1.863-1.03 1.394-2M26 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m12 15a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fillRule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16a15.96 15.96 0 0 0-5.18-11.787a1.5 1.5 0 1 1-2.359-1.795A15.93 15.93 0 0 0 24 8a15.9 15.9 0 0 0-7.394 1.807a2 2 0 1 1-3.285 2.278A15.96 15.96 0 0 0 8 24q.002 1.532.278 2.983a2 2 0 1 1 .795 2.79a16.04 16.04 0 0 0 10.993 9.74A2.003 2.003 0 0 1 22 37a2 2 0 0 1 1.734 2.998z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M14.221 16.372a1 1 0 0 1 1.309-.22l4 2.5a1 1 0 0 1 0 1.696l-4 2.5a1 1 0 0 1-1.219-1.573c.982-.934 1.174-1.422 1.171-1.729c-.002-.33-.225-.85-1.198-1.848a1 1 0 0 1-.063-1.326m18.249-.22a1 1 0 0 1 1.246 1.546c-.973.998-1.196 1.518-1.198 1.848c-.003.307.189.795 1.171 1.73a1 1 0 0 1-1.219 1.572l-4-2.5a1 1 0 0 1 0-1.696zM33.258 31c-1.72-3.562-5.22-6-9.258-6s-7.538 2.438-9.258 6c-.469.97.316 2 1.394 2h15.728c1.078 0 1.863-1.03 1.394-2M26 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m12 15a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16a15.96 15.96 0 0 0-5.18-11.787a1.5 1.5 0 1 1-2.359-1.795A15.93 15.93 0 0 0 24 8a15.9 15.9 0 0 0-7.394 1.807a2 2 0 1 1-3.285 2.278A15.96 15.96 0 0 0 8 24q.002 1.532.278 2.983a2 2 0 1 1 .795 2.79a16.04 16.04 0 0 0 10.993 9.74A2.003 2.003 0 0 1 22 37a2 2 0 0 1 1.734 2.998z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-measles {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.221%2016.372a1%201%200%200%201%201.309-.22l4%202.5a1%201%200%200%201%200%201.696l-4%202.5a1%201%200%200%201-1.219-1.573c.982-.934%201.174-1.422%201.171-1.729c-.002-.33-.225-.85-1.198-1.848a1%201%200%200%201-.063-1.326m18.249-.22a1%201%200%200%201%201.246%201.546c-.973.998-1.196%201.518-1.198%201.848c-.003.307.189.795%201.171%201.73a1%201%200%200%201-1.219%201.572l-4-2.5a1%201%200%200%201%200-1.696zM33.258%2031c-1.72-3.562-5.22-6-9.258-6s-7.538%202.438-9.258%206c-.469.97.316%202%201.394%202h15.728c1.078%200%201.863-1.03%201.394-2M26%2012.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m12%2015a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16a15.96%2015.96%200%200%200-5.18-11.787a1.5%201.5%200%201%201-2.359-1.795A15.93%2015.93%200%200%200%2024%208a15.9%2015.9%200%200%200-7.394%201.807a2%202%200%201%201-3.285%202.278A15.96%2015.96%200%200%200%208%2024q.002%201.532.278%202.983a2%202%200%201%201%20.795%202.79a16.04%2016.04%200%200%200%2010.993%209.74A2.003%202.003%200%200%201%2022%2037a2%202%200%200%201%201.734%202.998z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.221%2016.372a1%201%200%200%201%201.309-.22l4%202.5a1%201%200%200%201%200%201.696l-4%202.5a1%201%200%200%201-1.219-1.573c.982-.934%201.174-1.422%201.171-1.729c-.002-.33-.225-.85-1.198-1.848a1%201%200%200%201-.063-1.326m18.249-.22a1%201%200%200%201%201.246%201.546c-.973.998-1.196%201.518-1.198%201.848c-.003.307.189.795%201.171%201.73a1%201%200%200%201-1.219%201.572l-4-2.5a1%201%200%200%201%200-1.696zM33.258%2031c-1.72-3.562-5.22-6-9.258-6s-7.538%202.438-9.258%206c-.469.97.316%202%201.394%202h15.728c1.078%200%201.863-1.03%201.394-2M26%2012.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m12%2015a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16a15.96%2015.96%200%200%200-5.18-11.787a1.5%201.5%200%201%201-2.359-1.795A15.93%2015.93%200%200%200%2024%208a15.9%2015.9%200%200%200-7.394%201.807a2%202%200%201%201-3.285%202.278A15.96%2015.96%200%200%200%208%2024q.002%201.532.278%202.983a2%202%200%201%201%20.795%202.79a16.04%2016.04%200%200%200%2010.993%209.74A2.003%202.003%200%200%201%2022%2037a2%202%200%200%201%201.734%202.998z%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.svg?color=%231a73e8&size=48