outbreak-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.

Name
outbreak-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the outbreak icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.08 2.54c1.062 0 3.104.478 4.122 1.926c.836 1.19.953 2.22.698 3.649c-.11.619-.277 1.136-.52 1.594c.439.042.892.15 1.388.33c1.364.493 2.2 1.11 2.81 2.43c.745 1.605.315 3.306-.392 4.531c0 0-.143-2.466-1.166-3.46c-1.687-1.638-4.77-1.503-6 .5c-1.196 1.947-.117 4.638 2 5.5c1.506.613 4.105-.702 4.105-.702c-.53.918-1.965 2.448-3.728 2.606c-1.448.13-2.4-.285-3.51-1.22a5.8 5.8 0 0 1-.893-.92a5.8 5.8 0 0 1-.893.92c-1.11.935-2.061 1.35-3.51 1.22c-1.762-.158-3.198-1.688-3.728-2.606c0 0 2.599 1.315 4.105.702c2.117-.862 3.197-3.553 2-5.5c-1.23-2.003-4.313-2.138-6-.5C2.946 14.534 2.802 17 2.802 17c-.707-1.225-1.137-2.926-.393-4.531c.612-1.32 1.447-1.937 2.811-2.43a5.6 5.6 0 0 1 1.438-.334c-.242-.457-.408-.973-.518-1.59c-.255-1.428-.138-2.46.698-3.65C7.856 3.019 9.545 2.54 10.96 2.54c0 0-2.064 1.357-2.413 2.74c-.576 2.28 1.082 4.882 3.433 4.946c2.284.063 4.075-2.218 3.763-4.482C15.52 4.133 13.08 2.54 13.08 2.54m-2.538 6.294L9.8 6.976l-.003-.01a6 6 0 0 1 4.453.004h.002l-.748 1.867a4 4 0 0 0-2.963-.003m-.86 6.952L8.515 17.41a6 6 0 0 1-2.39-3.758v-.002l1.975-.371a4 4 0 0 0 1.59 2.5zm6.258-2.502l1.965.373l.01.003a6 6 0 0 1-2.396 3.754h-.002l-1.171-1.632a4 4 0 0 0 1.594-2.498m-2.92-.744a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOutbreakOutline24px(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" fillRule="evenodd" d="M13.08 2.54c1.062 0 3.104.478 4.122 1.926c.836 1.19.953 2.22.698 3.649c-.11.619-.277 1.136-.52 1.594c.439.042.892.15 1.388.33c1.364.493 2.2 1.11 2.81 2.43c.745 1.605.315 3.306-.392 4.531c0 0-.143-2.466-1.166-3.46c-1.687-1.638-4.77-1.503-6 .5c-1.196 1.947-.117 4.638 2 5.5c1.506.613 4.105-.702 4.105-.702c-.53.918-1.965 2.448-3.728 2.606c-1.448.13-2.4-.285-3.51-1.22a5.8 5.8 0 0 1-.893-.92a5.8 5.8 0 0 1-.893.92c-1.11.935-2.061 1.35-3.51 1.22c-1.762-.158-3.198-1.688-3.728-2.606c0 0 2.599 1.315 4.105.702c2.117-.862 3.197-3.553 2-5.5c-1.23-2.003-4.313-2.138-6-.5C2.946 14.534 2.802 17 2.802 17c-.707-1.225-1.137-2.926-.393-4.531c.612-1.32 1.447-1.937 2.811-2.43a5.6 5.6 0 0 1 1.438-.334c-.242-.457-.408-.973-.518-1.59c-.255-1.428-.138-2.46.698-3.65C7.856 3.019 9.545 2.54 10.96 2.54c0 0-2.064 1.357-2.413 2.74c-.576 2.28 1.082 4.882 3.433 4.946c2.284.063 4.075-2.218 3.763-4.482C15.52 4.133 13.08 2.54 13.08 2.54m-2.538 6.294L9.8 6.976l-.003-.01a6 6 0 0 1 4.453.004h.002l-.748 1.867a4 4 0 0 0-2.963-.003m-.86 6.952L8.515 17.41a6 6 0 0 1-2.39-3.758v-.002l1.975-.371a4 4 0 0 0 1.59 2.5zm6.258-2.502l1.965.373l.01.003a6 6 0 0 1-2.396 3.754h-.002l-1.171-1.632a4 4 0 0 0 1.594-2.498m-2.92-.744a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.08 2.54c1.062 0 3.104.478 4.122 1.926c.836 1.19.953 2.22.698 3.649c-.11.619-.277 1.136-.52 1.594c.439.042.892.15 1.388.33c1.364.493 2.2 1.11 2.81 2.43c.745 1.605.315 3.306-.392 4.531c0 0-.143-2.466-1.166-3.46c-1.687-1.638-4.77-1.503-6 .5c-1.196 1.947-.117 4.638 2 5.5c1.506.613 4.105-.702 4.105-.702c-.53.918-1.965 2.448-3.728 2.606c-1.448.13-2.4-.285-3.51-1.22a5.8 5.8 0 0 1-.893-.92a5.8 5.8 0 0 1-.893.92c-1.11.935-2.061 1.35-3.51 1.22c-1.762-.158-3.198-1.688-3.728-2.606c0 0 2.599 1.315 4.105.702c2.117-.862 3.197-3.553 2-5.5c-1.23-2.003-4.313-2.138-6-.5C2.946 14.534 2.802 17 2.802 17c-.707-1.225-1.137-2.926-.393-4.531c.612-1.32 1.447-1.937 2.811-2.43a5.6 5.6 0 0 1 1.438-.334c-.242-.457-.408-.973-.518-1.59c-.255-1.428-.138-2.46.698-3.65C7.856 3.019 9.545 2.54 10.96 2.54c0 0-2.064 1.357-2.413 2.74c-.576 2.28 1.082 4.882 3.433 4.946c2.284.063 4.075-2.218 3.763-4.482C15.52 4.133 13.08 2.54 13.08 2.54m-2.538 6.294L9.8 6.976l-.003-.01a6 6 0 0 1 4.453.004h.002l-.748 1.867a4 4 0 0 0-2.963-.003m-.86 6.952L8.515 17.41a6 6 0 0 1-2.39-3.758v-.002l1.975-.371a4 4 0 0 0 1.59 2.5zm6.258-2.502l1.965.373l.01.003a6 6 0 0 1-2.396 3.754h-.002l-1.171-1.632a4 4 0 0 0 1.594-2.498m-2.92-.744a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-outbreak-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.08%202.54c1.062%200%203.104.478%204.122%201.926c.836%201.19.953%202.22.698%203.649c-.11.619-.277%201.136-.52%201.594c.439.042.892.15%201.388.33c1.364.493%202.2%201.11%202.81%202.43c.745%201.605.315%203.306-.392%204.531c0%200-.143-2.466-1.166-3.46c-1.687-1.638-4.77-1.503-6%20.5c-1.196%201.947-.117%204.638%202%205.5c1.506.613%204.105-.702%204.105-.702c-.53.918-1.965%202.448-3.728%202.606c-1.448.13-2.4-.285-3.51-1.22a5.8%205.8%200%200%201-.893-.92a5.8%205.8%200%200%201-.893.92c-1.11.935-2.061%201.35-3.51%201.22c-1.762-.158-3.198-1.688-3.728-2.606c0%200%202.599%201.315%204.105.702c2.117-.862%203.197-3.553%202-5.5c-1.23-2.003-4.313-2.138-6-.5C2.946%2014.534%202.802%2017%202.802%2017c-.707-1.225-1.137-2.926-.393-4.531c.612-1.32%201.447-1.937%202.811-2.43a5.6%205.6%200%200%201%201.438-.334c-.242-.457-.408-.973-.518-1.59c-.255-1.428-.138-2.46.698-3.65C7.856%203.019%209.545%202.54%2010.96%202.54c0%200-2.064%201.357-2.413%202.74c-.576%202.28%201.082%204.882%203.433%204.946c2.284.063%204.075-2.218%203.763-4.482C15.52%204.133%2013.08%202.54%2013.08%202.54m-2.538%206.294L9.8%206.976l-.003-.01a6%206%200%200%201%204.453.004h.002l-.748%201.867a4%204%200%200%200-2.963-.003m-.86%206.952L8.515%2017.41a6%206%200%200%201-2.39-3.758v-.002l1.975-.371a4%204%200%200%200%201.59%202.5zm6.258-2.502l1.965.373l.01.003a6%206%200%200%201-2.396%203.754h-.002l-1.171-1.632a4%204%200%200%200%201.594-2.498m-2.92-.744a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.08%202.54c1.062%200%203.104.478%204.122%201.926c.836%201.19.953%202.22.698%203.649c-.11.619-.277%201.136-.52%201.594c.439.042.892.15%201.388.33c1.364.493%202.2%201.11%202.81%202.43c.745%201.605.315%203.306-.392%204.531c0%200-.143-2.466-1.166-3.46c-1.687-1.638-4.77-1.503-6%20.5c-1.196%201.947-.117%204.638%202%205.5c1.506.613%204.105-.702%204.105-.702c-.53.918-1.965%202.448-3.728%202.606c-1.448.13-2.4-.285-3.51-1.22a5.8%205.8%200%200%201-.893-.92a5.8%205.8%200%200%201-.893.92c-1.11.935-2.061%201.35-3.51%201.22c-1.762-.158-3.198-1.688-3.728-2.606c0%200%202.599%201.315%204.105.702c2.117-.862%203.197-3.553%202-5.5c-1.23-2.003-4.313-2.138-6-.5C2.946%2014.534%202.802%2017%202.802%2017c-.707-1.225-1.137-2.926-.393-4.531c.612-1.32%201.447-1.937%202.811-2.43a5.6%205.6%200%200%201%201.438-.334c-.242-.457-.408-.973-.518-1.59c-.255-1.428-.138-2.46.698-3.65C7.856%203.019%209.545%202.54%2010.96%202.54c0%200-2.064%201.357-2.413%202.74c-.576%202.28%201.082%204.882%203.433%204.946c2.284.063%204.075-2.218%203.763-4.482C15.52%204.133%2013.08%202.54%2013.08%202.54m-2.538%206.294L9.8%206.976l-.003-.01a6%206%200%200%201%204.453.004h.002l-.748%201.867a4%204%200%200%200-2.963-.003m-.86%206.952L8.515%2017.41a6%206%200%200%201-2.39-3.758v-.002l1.975-.371a4%204%200%200%200%201.59%202.5zm6.258-2.502l1.965.373l.01.003a6%206%200%200%201-2.396%203.754h-.002l-1.171-1.632a4%204%200%200%200%201.594-2.498m-2.92-.744a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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