outbreak from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
outbreak
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
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 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M23.002 6.65a.535.535 0 0 0-.664-.53c-4.23 1.107-7.336 4.788-7.336 9.159a9.1 9.1 0 0 0 1.402 4.854l-.159.003a9.1 9.1 0 0 0-3.555.848c-3.96 1.847-5.984 6.218-5.2 10.519c.062.347.44.527.76.378a.59.59 0 0 0 .331-.593a7.003 7.003 0 0 1 6.502-7.593l.047-.003a7 7 0 0 1 1.95.156a6.99 6.99 0 0 1 4.82 3.874a6.97 6.97 0 0 1 .39 4.874a7 7 0 0 1-.769 1.75a7.003 7.003 0 0 1-10.913 1.288a.59.59 0 0 0-.667-.128a.535.535 0 0 0-.2.826c2.792 3.365 7.44 4.625 11.401 2.778a9.1 9.1 0 0 0 3.86-3.405a9.1 9.1 0 0 0 3.86 3.405c3.961 1.847 8.61.587 11.401-2.778a.535.535 0 0 0-.2-.826a.59.59 0 0 0-.666.128a7.003 7.003 0 0 1-11.707-3.128a6.97 6.97 0 0 1 .414-4.784a6.99 6.99 0 0 1 4.919-3.895a7 7 0 0 1 4.383.51a7 7 0 0 1 4.017 6.95a.59.59 0 0 0 .331.594c.32.15.698-.03.761-.378c.784-4.301-1.24-8.672-5.2-10.52a9.1 9.1 0 0 0-3.68-.85H33.6l.082-.133a9.1 9.1 0 0 0 1.32-4.721c0-4.37-3.106-8.052-7.336-9.16a.535.535 0 0 0-.664.53c0 .25.165.466.398.551a7.003 7.003 0 0 1 2.577 11.503a6.98 6.98 0 0 1-4.975 2.076a6.98 6.98 0 0 1-5.067-2.17a6.97 6.97 0 0 1-1.933-4.83c0-3.024 1.917-5.6 4.602-6.579a.59.59 0 0 0 .398-.55m4 18.319a2 2 0 1 0-4 0a2 2 0 0 0 4 0" clip-rule="evenodd"/><path d="M15.029 25.707a10 10 0 0 0 4.686 7.751c.381-.572.64-1.216.763-1.89a8 8 0 0 1-3.42-5.657a5 5 0 0 0-2.029-.204m15.261 7.751a10 10 0 0 0 4.685-7.75c-.69-.074-1.38 0-2.028.203a8 8 0 0 1-3.42 5.656c.122.675.381 1.32.762 1.891m-5.287-18.489a9.96 9.96 0 0 0-4.47 1.052a5 5 0 0 0 1.281 1.609a8 8 0 0 1 3.19-.661c1.133 0 2.211.235 3.188.66c.531-.44.97-.986 1.281-1.608a9.96 9.96 0 0 0-4.47-1.052"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOutbreak(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 fillRule="evenodd" d="M23.002 6.65a.535.535 0 0 0-.664-.53c-4.23 1.107-7.336 4.788-7.336 9.159a9.1 9.1 0 0 0 1.402 4.854l-.159.003a9.1 9.1 0 0 0-3.555.848c-3.96 1.847-5.984 6.218-5.2 10.519c.062.347.44.527.76.378a.59.59 0 0 0 .331-.593a7.003 7.003 0 0 1 6.502-7.593l.047-.003a7 7 0 0 1 1.95.156a6.99 6.99 0 0 1 4.82 3.874a6.97 6.97 0 0 1 .39 4.874a7 7 0 0 1-.769 1.75a7.003 7.003 0 0 1-10.913 1.288a.59.59 0 0 0-.667-.128a.535.535 0 0 0-.2.826c2.792 3.365 7.44 4.625 11.401 2.778a9.1 9.1 0 0 0 3.86-3.405a9.1 9.1 0 0 0 3.86 3.405c3.961 1.847 8.61.587 11.401-2.778a.535.535 0 0 0-.2-.826a.59.59 0 0 0-.666.128a7.003 7.003 0 0 1-11.707-3.128a6.97 6.97 0 0 1 .414-4.784a6.99 6.99 0 0 1 4.919-3.895a7 7 0 0 1 4.383.51a7 7 0 0 1 4.017 6.95a.59.59 0 0 0 .331.594c.32.15.698-.03.761-.378c.784-4.301-1.24-8.672-5.2-10.52a9.1 9.1 0 0 0-3.68-.85H33.6l.082-.133a9.1 9.1 0 0 0 1.32-4.721c0-4.37-3.106-8.052-7.336-9.16a.535.535 0 0 0-.664.53c0 .25.165.466.398.551a7.003 7.003 0 0 1 2.577 11.503a6.98 6.98 0 0 1-4.975 2.076a6.98 6.98 0 0 1-5.067-2.17a6.97 6.97 0 0 1-1.933-4.83c0-3.024 1.917-5.6 4.602-6.579a.59.59 0 0 0 .398-.55m4 18.319a2 2 0 1 0-4 0a2 2 0 0 0 4 0" clipRule="evenodd"/><path d="M15.029 25.707a10 10 0 0 0 4.686 7.751c.381-.572.64-1.216.763-1.89a8 8 0 0 1-3.42-5.657a5 5 0 0 0-2.029-.204m15.261 7.751a10 10 0 0 0 4.685-7.75c-.69-.074-1.38 0-2.028.203a8 8 0 0 1-3.42 5.656c.122.675.381 1.32.762 1.891m-5.287-18.489a9.96 9.96 0 0 0-4.47 1.052a5 5 0 0 0 1.281 1.609a8 8 0 0 1 3.19-.661c1.133 0 2.211.235 3.188.66c.531-.44.97-.986 1.281-1.608a9.96 9.96 0 0 0-4.47-1.052"/></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 fill-rule="evenodd" d="M23.002 6.65a.535.535 0 0 0-.664-.53c-4.23 1.107-7.336 4.788-7.336 9.159a9.1 9.1 0 0 0 1.402 4.854l-.159.003a9.1 9.1 0 0 0-3.555.848c-3.96 1.847-5.984 6.218-5.2 10.519c.062.347.44.527.76.378a.59.59 0 0 0 .331-.593a7.003 7.003 0 0 1 6.502-7.593l.047-.003a7 7 0 0 1 1.95.156a6.99 6.99 0 0 1 4.82 3.874a6.97 6.97 0 0 1 .39 4.874a7 7 0 0 1-.769 1.75a7.003 7.003 0 0 1-10.913 1.288a.59.59 0 0 0-.667-.128a.535.535 0 0 0-.2.826c2.792 3.365 7.44 4.625 11.401 2.778a9.1 9.1 0 0 0 3.86-3.405a9.1 9.1 0 0 0 3.86 3.405c3.961 1.847 8.61.587 11.401-2.778a.535.535 0 0 0-.2-.826a.59.59 0 0 0-.666.128a7.003 7.003 0 0 1-11.707-3.128a6.97 6.97 0 0 1 .414-4.784a6.99 6.99 0 0 1 4.919-3.895a7 7 0 0 1 4.383.51a7 7 0 0 1 4.017 6.95a.59.59 0 0 0 .331.594c.32.15.698-.03.761-.378c.784-4.301-1.24-8.672-5.2-10.52a9.1 9.1 0 0 0-3.68-.85H33.6l.082-.133a9.1 9.1 0 0 0 1.32-4.721c0-4.37-3.106-8.052-7.336-9.16a.535.535 0 0 0-.664.53c0 .25.165.466.398.551a7.003 7.003 0 0 1 2.577 11.503a6.98 6.98 0 0 1-4.975 2.076a6.98 6.98 0 0 1-5.067-2.17a6.97 6.97 0 0 1-1.933-4.83c0-3.024 1.917-5.6 4.602-6.579a.59.59 0 0 0 .398-.55m4 18.319a2 2 0 1 0-4 0a2 2 0 0 0 4 0" clip-rule="evenodd"/><path d="M15.029 25.707a10 10 0 0 0 4.686 7.751c.381-.572.64-1.216.763-1.89a8 8 0 0 1-3.42-5.657a5 5 0 0 0-2.029-.204m15.261 7.751a10 10 0 0 0 4.685-7.75c-.69-.074-1.38 0-2.028.203a8 8 0 0 1-3.42 5.656c.122.675.381 1.32.762 1.891m-5.287-18.489a9.96 9.96 0 0 0-4.47 1.052a5 5 0 0 0 1.281 1.609a8 8 0 0 1 3.19-.661c1.133 0 2.211.235 3.188.66c.531-.44.97-.986 1.281-1.608a9.96 9.96 0 0 0-4.47-1.052"/></g></svg>
</template>

CSS

.icon-outbreak {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M23.002%206.65a.535.535%200%200%200-.664-.53c-4.23%201.107-7.336%204.788-7.336%209.159a9.1%209.1%200%200%200%201.402%204.854l-.159.003a9.1%209.1%200%200%200-3.555.848c-3.96%201.847-5.984%206.218-5.2%2010.519c.062.347.44.527.76.378a.59.59%200%200%200%20.331-.593a7.003%207.003%200%200%201%206.502-7.593l.047-.003a7%207%200%200%201%201.95.156a6.99%206.99%200%200%201%204.82%203.874a6.97%206.97%200%200%201%20.39%204.874a7%207%200%200%201-.769%201.75a7.003%207.003%200%200%201-10.913%201.288a.59.59%200%200%200-.667-.128a.535.535%200%200%200-.2.826c2.792%203.365%207.44%204.625%2011.401%202.778a9.1%209.1%200%200%200%203.86-3.405a9.1%209.1%200%200%200%203.86%203.405c3.961%201.847%208.61.587%2011.401-2.778a.535.535%200%200%200-.2-.826a.59.59%200%200%200-.666.128a7.003%207.003%200%200%201-11.707-3.128a6.97%206.97%200%200%201%20.414-4.784a6.99%206.99%200%200%201%204.919-3.895a7%207%200%200%201%204.383.51a7%207%200%200%201%204.017%206.95a.59.59%200%200%200%20.331.594c.32.15.698-.03.761-.378c.784-4.301-1.24-8.672-5.2-10.52a9.1%209.1%200%200%200-3.68-.85H33.6l.082-.133a9.1%209.1%200%200%200%201.32-4.721c0-4.37-3.106-8.052-7.336-9.16a.535.535%200%200%200-.664.53c0%20.25.165.466.398.551a7.003%207.003%200%200%201%202.577%2011.503a6.98%206.98%200%200%201-4.975%202.076a6.98%206.98%200%200%201-5.067-2.17a6.97%206.97%200%200%201-1.933-4.83c0-3.024%201.917-5.6%204.602-6.579a.59.59%200%200%200%20.398-.55m4%2018.319a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.029%2025.707a10%2010%200%200%200%204.686%207.751c.381-.572.64-1.216.763-1.89a8%208%200%200%201-3.42-5.657a5%205%200%200%200-2.029-.204m15.261%207.751a10%2010%200%200%200%204.685-7.75c-.69-.074-1.38%200-2.028.203a8%208%200%200%201-3.42%205.656c.122.675.381%201.32.762%201.891m-5.287-18.489a9.96%209.96%200%200%200-4.47%201.052a5%205%200%200%200%201.281%201.609a8%208%200%200%201%203.19-.661c1.133%200%202.211.235%203.188.66c.531-.44.97-.986%201.281-1.608a9.96%209.96%200%200%200-4.47-1.052%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%20fill-rule%3D%22evenodd%22%20d%3D%22M23.002%206.65a.535.535%200%200%200-.664-.53c-4.23%201.107-7.336%204.788-7.336%209.159a9.1%209.1%200%200%200%201.402%204.854l-.159.003a9.1%209.1%200%200%200-3.555.848c-3.96%201.847-5.984%206.218-5.2%2010.519c.062.347.44.527.76.378a.59.59%200%200%200%20.331-.593a7.003%207.003%200%200%201%206.502-7.593l.047-.003a7%207%200%200%201%201.95.156a6.99%206.99%200%200%201%204.82%203.874a6.97%206.97%200%200%201%20.39%204.874a7%207%200%200%201-.769%201.75a7.003%207.003%200%200%201-10.913%201.288a.59.59%200%200%200-.667-.128a.535.535%200%200%200-.2.826c2.792%203.365%207.44%204.625%2011.401%202.778a9.1%209.1%200%200%200%203.86-3.405a9.1%209.1%200%200%200%203.86%203.405c3.961%201.847%208.61.587%2011.401-2.778a.535.535%200%200%200-.2-.826a.59.59%200%200%200-.666.128a7.003%207.003%200%200%201-11.707-3.128a6.97%206.97%200%200%201%20.414-4.784a6.99%206.99%200%200%201%204.919-3.895a7%207%200%200%201%204.383.51a7%207%200%200%201%204.017%206.95a.59.59%200%200%200%20.331.594c.32.15.698-.03.761-.378c.784-4.301-1.24-8.672-5.2-10.52a9.1%209.1%200%200%200-3.68-.85H33.6l.082-.133a9.1%209.1%200%200%200%201.32-4.721c0-4.37-3.106-8.052-7.336-9.16a.535.535%200%200%200-.664.53c0%20.25.165.466.398.551a7.003%207.003%200%200%201%202.577%2011.503a6.98%206.98%200%200%201-4.975%202.076a6.98%206.98%200%200%201-5.067-2.17a6.97%206.97%200%200%201-1.933-4.83c0-3.024%201.917-5.6%204.602-6.579a.59.59%200%200%200%20.398-.55m4%2018.319a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.029%2025.707a10%2010%200%200%200%204.686%207.751c.381-.572.64-1.216.763-1.89a8%208%200%200%201-3.42-5.657a5%205%200%200%200-2.029-.204m15.261%207.751a10%2010%200%200%200%204.685-7.75c-.69-.074-1.38%200-2.028.203a8%208%200%200%201-3.42%205.656c.122.675.381%201.32.762%201.891m-5.287-18.489a9.96%209.96%200%200%200-4.47%201.052a5%205%200%200%200%201.281%201.609a8%208%200%200%201%203.19-.661c1.133%200%202.211.235%203.188.66c.531-.44.97-.986%201.281-1.608a9.96%209.96%200%200%200-4.47-1.052%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/outbreak.svg?color=%231a73e8&size=48