measles negative icon

measles-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
measles-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the measles negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsMeaslesNegative)" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16q-.134 0-.266-.002a2 2 0 1 0-3.667-.485a16.04 16.04 0 0 1-10.994-9.74a2 2 0 1 0-.795-2.79A16 16 0 0 1 8 24a15.96 15.96 0 0 1 5.32-11.914a2 2 0 1 0 3.285-2.278A15.9 15.9 0 0 1 24 8c3.107 0 6.007.885 8.461 2.418a1.5 1.5 0 1 0 2.359 1.795A15.96 15.96 0 0 1 40 24m-25.779-7.628a1 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-2M24.5 14a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m12 15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsMeaslesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMeaslesNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsMeaslesNegative)" clipRule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16q-.134 0-.266-.002a2 2 0 1 0-3.667-.485a16.04 16.04 0 0 1-10.994-9.74a2 2 0 1 0-.795-2.79A16 16 0 0 1 8 24a15.96 15.96 0 0 1 5.32-11.914a2 2 0 1 0 3.285-2.278A15.9 15.9 0 0 1 24 8c3.107 0 6.007.885 8.461 2.418a1.5 1.5 0 1 0 2.359 1.795A15.96 15.96 0 0 1 40 24m-25.779-7.628a1 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-2M24.5 14a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m12 15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsMeaslesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsMeaslesNegative)" clip-rule="evenodd"><path d="M40 24c0 8.837-7.163 16-16 16q-.134 0-.266-.002a2 2 0 1 0-3.667-.485a16.04 16.04 0 0 1-10.994-9.74a2 2 0 1 0-.795-2.79A16 16 0 0 1 8 24a15.96 15.96 0 0 1 5.32-11.914a2 2 0 1 0 3.285-2.278A15.9 15.9 0 0 1 24 8c3.107 0 6.007.885 8.461 2.418a1.5 1.5 0 1 0 2.359 1.795A15.96 15.96 0 0 1 40 24m-25.779-7.628a1 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-2M24.5 14a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m12 15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18"/></g><defs><clipPath id="healthiconsMeaslesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-measles-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsMeaslesNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016q-.134%200-.266-.002a2%202%200%201%200-3.667-.485a16.04%2016.04%200%200%201-10.994-9.74a2%202%200%201%200-.795-2.79A16%2016%200%200%201%208%2024a15.96%2015.96%200%200%201%205.32-11.914a2%202%200%201%200%203.285-2.278A15.9%2015.9%200%200%201%2024%208c3.107%200%206.007.885%208.461%202.418a1.5%201.5%200%201%200%202.359%201.795A15.96%2015.96%200%200%201%2040%2024m-25.779-7.628a1%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-2M24.5%2014a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m12%2015a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMeaslesNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsMeaslesNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M40%2024c0%208.837-7.163%2016-16%2016q-.134%200-.266-.002a2%202%200%201%200-3.667-.485a16.04%2016.04%200%200%201-10.994-9.74a2%202%200%201%200-.795-2.79A16%2016%200%200%201%208%2024a15.96%2015.96%200%200%201%205.32-11.914a2%202%200%201%200%203.285-2.278A15.9%2015.9%200%200%201%2024%208c3.107%200%206.007.885%208.461%202.418a1.5%201.5%200%201%200%202.359%201.795A15.96%2015.96%200%200%201%2040%2024m-25.779-7.628a1%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-2M24.5%2014a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m12%2015a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMeaslesNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/measles-negative.svg?color=%231a73e8&size=48