outbreak negative icon
outbreak-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- outbreak-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the outbreak negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsOutbreakNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm22.336 6.15a.535.535 0 0 1 .664.53a.59.59 0 0 1-.398.551a7.003 7.003 0 0 0-3.768 9.896l.01.02a7 7 0 0 0 1.181 1.588A6.98 6.98 0 0 0 25 20.81a6.98 6.98 0 0 0 5.067-2.17A6.97 6.97 0 0 0 32 13.81a7 7 0 0 0-4.602-6.578A.59.59 0 0 1 27 6.68c0-.353.323-.62.664-.53C31.894 7.259 35 10.94 35 15.31a9.1 9.1 0 0 1-1.402 4.854l.159.003a9.1 9.1 0 0 1 3.555.848c3.961 1.847 5.985 6.218 5.201 10.52a.535.535 0 0 1-.76.377a.59.59 0 0 1-.332-.593a7.003 7.003 0 0 0-6.501-7.593l-.047-.003a7 7 0 0 0-1.95.156a6.99 6.99 0 0 0-4.822 3.875a6.97 6.97 0 0 0-.389 4.873c.175.614.434 1.204.77 1.75a7.003 7.003 0 0 0 10.913 1.288a.59.59 0 0 1 .667-.128c.32.15.425.555.2.826c-2.792 3.365-7.441 4.625-11.402 2.778A9.1 9.1 0 0 1 25 35.736a9.1 9.1 0 0 1-3.86 3.405c-3.96 1.847-8.61.587-11.401-2.778a.535.535 0 0 1 .2-.826a.59.59 0 0 1 .667.128a7.003 7.003 0 0 0 11.706-3.128a6.97 6.97 0 0 0-.413-4.783a6.99 6.99 0 0 0-4.92-3.896a7 7 0 0 0-4.383.51a7 7 0 0 0-4.017 6.95a.59.59 0 0 1-.331.594a.535.535 0 0 1-.761-.378c-.783-4.301 1.24-8.672 5.2-10.52a9.1 9.1 0 0 1 3.556-.846l.016-.001l.143-.003l-.082-.133A9.1 9.1 0 0 1 15 15.31c0-4.37 3.106-8.051 7.336-9.16M25 23a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-9.973 2.738a10 10 0 0 0 4.686 7.752c.381-.572.64-1.217.763-1.891a8 8 0 0 1-3.421-5.657a5 5 0 0 0-2.028-.204m15.26 7.752a10 10 0 0 0 4.686-7.752c-.69-.073-1.38 0-2.028.204a8 8 0 0 1-3.42 5.657c.122.674.381 1.319.762 1.89M25 15a9.96 9.96 0 0 0-4.47 1.052c.312.622.75 1.17 1.28 1.609A8 8 0 0 1 25 17c1.134 0 2.212.236 3.19.661a5 5 0 0 0 1.28-1.609A9.96 9.96 0 0 0 25 15" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOutbreakNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOutbreakNegative(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 clipPath="url(#healthiconsOutbreakNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm22.336 6.15a.535.535 0 0 1 .664.53a.59.59 0 0 1-.398.551a7.003 7.003 0 0 0-3.768 9.896l.01.02a7 7 0 0 0 1.181 1.588A6.98 6.98 0 0 0 25 20.81a6.98 6.98 0 0 0 5.067-2.17A6.97 6.97 0 0 0 32 13.81a7 7 0 0 0-4.602-6.578A.59.59 0 0 1 27 6.68c0-.353.323-.62.664-.53C31.894 7.259 35 10.94 35 15.31a9.1 9.1 0 0 1-1.402 4.854l.159.003a9.1 9.1 0 0 1 3.555.848c3.961 1.847 5.985 6.218 5.201 10.52a.535.535 0 0 1-.76.377a.59.59 0 0 1-.332-.593a7.003 7.003 0 0 0-6.501-7.593l-.047-.003a7 7 0 0 0-1.95.156a6.99 6.99 0 0 0-4.822 3.875a6.97 6.97 0 0 0-.389 4.873c.175.614.434 1.204.77 1.75a7.003 7.003 0 0 0 10.913 1.288a.59.59 0 0 1 .667-.128c.32.15.425.555.2.826c-2.792 3.365-7.441 4.625-11.402 2.778A9.1 9.1 0 0 1 25 35.736a9.1 9.1 0 0 1-3.86 3.405c-3.96 1.847-8.61.587-11.401-2.778a.535.535 0 0 1 .2-.826a.59.59 0 0 1 .667.128a7.003 7.003 0 0 0 11.706-3.128a6.97 6.97 0 0 0-.413-4.783a6.99 6.99 0 0 0-4.92-3.896a7 7 0 0 0-4.383.51a7 7 0 0 0-4.017 6.95a.59.59 0 0 1-.331.594a.535.535 0 0 1-.761-.378c-.783-4.301 1.24-8.672 5.2-10.52a9.1 9.1 0 0 1 3.556-.846l.016-.001l.143-.003l-.082-.133A9.1 9.1 0 0 1 15 15.31c0-4.37 3.106-8.051 7.336-9.16M25 23a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-9.973 2.738a10 10 0 0 0 4.686 7.752c.381-.572.64-1.217.763-1.891a8 8 0 0 1-3.421-5.657a5 5 0 0 0-2.028-.204m15.26 7.752a10 10 0 0 0 4.686-7.752c-.69-.073-1.38 0-2.028.204a8 8 0 0 1-3.42 5.657c.122.674.381 1.319.762 1.89M25 15a9.96 9.96 0 0 0-4.47 1.052c.312.622.75 1.17 1.28 1.609A8 8 0 0 1 25 17c1.134 0 2.212.236 3.19.661a5 5 0 0 0 1.28-1.609A9.96 9.96 0 0 0 25 15" clipRule="evenodd"/></g><defs><clipPath id="healthiconsOutbreakNegative"><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 clip-path="url(#healthiconsOutbreakNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm22.336 6.15a.535.535 0 0 1 .664.53a.59.59 0 0 1-.398.551a7.003 7.003 0 0 0-3.768 9.896l.01.02a7 7 0 0 0 1.181 1.588A6.98 6.98 0 0 0 25 20.81a6.98 6.98 0 0 0 5.067-2.17A6.97 6.97 0 0 0 32 13.81a7 7 0 0 0-4.602-6.578A.59.59 0 0 1 27 6.68c0-.353.323-.62.664-.53C31.894 7.259 35 10.94 35 15.31a9.1 9.1 0 0 1-1.402 4.854l.159.003a9.1 9.1 0 0 1 3.555.848c3.961 1.847 5.985 6.218 5.201 10.52a.535.535 0 0 1-.76.377a.59.59 0 0 1-.332-.593a7.003 7.003 0 0 0-6.501-7.593l-.047-.003a7 7 0 0 0-1.95.156a6.99 6.99 0 0 0-4.822 3.875a6.97 6.97 0 0 0-.389 4.873c.175.614.434 1.204.77 1.75a7.003 7.003 0 0 0 10.913 1.288a.59.59 0 0 1 .667-.128c.32.15.425.555.2.826c-2.792 3.365-7.441 4.625-11.402 2.778A9.1 9.1 0 0 1 25 35.736a9.1 9.1 0 0 1-3.86 3.405c-3.96 1.847-8.61.587-11.401-2.778a.535.535 0 0 1 .2-.826a.59.59 0 0 1 .667.128a7.003 7.003 0 0 0 11.706-3.128a6.97 6.97 0 0 0-.413-4.783a6.99 6.99 0 0 0-4.92-3.896a7 7 0 0 0-4.383.51a7 7 0 0 0-4.017 6.95a.59.59 0 0 1-.331.594a.535.535 0 0 1-.761-.378c-.783-4.301 1.24-8.672 5.2-10.52a9.1 9.1 0 0 1 3.556-.846l.016-.001l.143-.003l-.082-.133A9.1 9.1 0 0 1 15 15.31c0-4.37 3.106-8.051 7.336-9.16M25 23a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-9.973 2.738a10 10 0 0 0 4.686 7.752c.381-.572.64-1.217.763-1.891a8 8 0 0 1-3.421-5.657a5 5 0 0 0-2.028-.204m15.26 7.752a10 10 0 0 0 4.686-7.752c-.69-.073-1.38 0-2.028.204a8 8 0 0 1-3.42 5.657c.122.674.381 1.319.762 1.89M25 15a9.96 9.96 0 0 0-4.47 1.052c.312.622.75 1.17 1.28 1.609A8 8 0 0 1 25 17c1.134 0 2.212.236 3.19.661a5 5 0 0 0 1.28-1.609A9.96 9.96 0 0 0 25 15" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOutbreakNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-outbreak-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%20clip-path%3D%22url(%23healthiconsOutbreakNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm22.336%206.15a.535.535%200%200%201%20.664.53a.59.59%200%200%201-.398.551a7.003%207.003%200%200%200-3.768%209.896l.01.02a7%207%200%200%200%201.181%201.588A6.98%206.98%200%200%200%2025%2020.81a6.98%206.98%200%200%200%205.067-2.17A6.97%206.97%200%200%200%2032%2013.81a7%207%200%200%200-4.602-6.578A.59.59%200%200%201%2027%206.68c0-.353.323-.62.664-.53C31.894%207.259%2035%2010.94%2035%2015.31a9.1%209.1%200%200%201-1.402%204.854l.159.003a9.1%209.1%200%200%201%203.555.848c3.961%201.847%205.985%206.218%205.201%2010.52a.535.535%200%200%201-.76.377a.59.59%200%200%201-.332-.593a7.003%207.003%200%200%200-6.501-7.593l-.047-.003a7%207%200%200%200-1.95.156a6.99%206.99%200%200%200-4.822%203.875a6.97%206.97%200%200%200-.389%204.873c.175.614.434%201.204.77%201.75a7.003%207.003%200%200%200%2010.913%201.288a.59.59%200%200%201%20.667-.128c.32.15.425.555.2.826c-2.792%203.365-7.441%204.625-11.402%202.778A9.1%209.1%200%200%201%2025%2035.736a9.1%209.1%200%200%201-3.86%203.405c-3.96%201.847-8.61.587-11.401-2.778a.535.535%200%200%201%20.2-.826a.59.59%200%200%201%20.667.128a7.003%207.003%200%200%200%2011.706-3.128a6.97%206.97%200%200%200-.413-4.783a6.99%206.99%200%200%200-4.92-3.896a7%207%200%200%200-4.383.51a7%207%200%200%200-4.017%206.95a.59.59%200%200%201-.331.594a.535.535%200%200%201-.761-.378c-.783-4.301%201.24-8.672%205.2-10.52a9.1%209.1%200%200%201%203.556-.846l.016-.001l.143-.003l-.082-.133A9.1%209.1%200%200%201%2015%2015.31c0-4.37%203.106-8.051%207.336-9.16M25%2023a2%202%200%201%201%200%204a2%202%200%200%201%200-4m-9.973%202.738a10%2010%200%200%200%204.686%207.752c.381-.572.64-1.217.763-1.891a8%208%200%200%201-3.421-5.657a5%205%200%200%200-2.028-.204m15.26%207.752a10%2010%200%200%200%204.686-7.752c-.69-.073-1.38%200-2.028.204a8%208%200%200%201-3.42%205.657c.122.674.381%201.319.762%201.89M25%2015a9.96%209.96%200%200%200-4.47%201.052c.312.622.75%201.17%201.28%201.609A8%208%200%200%201%2025%2017c1.134%200%202.212.236%203.19.661a5%205%200%200%200%201.28-1.609A9.96%209.96%200%200%200%2025%2015%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOutbreakNegative%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%20clip-path%3D%22url(%23healthiconsOutbreakNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm22.336%206.15a.535.535%200%200%201%20.664.53a.59.59%200%200%201-.398.551a7.003%207.003%200%200%200-3.768%209.896l.01.02a7%207%200%200%200%201.181%201.588A6.98%206.98%200%200%200%2025%2020.81a6.98%206.98%200%200%200%205.067-2.17A6.97%206.97%200%200%200%2032%2013.81a7%207%200%200%200-4.602-6.578A.59.59%200%200%201%2027%206.68c0-.353.323-.62.664-.53C31.894%207.259%2035%2010.94%2035%2015.31a9.1%209.1%200%200%201-1.402%204.854l.159.003a9.1%209.1%200%200%201%203.555.848c3.961%201.847%205.985%206.218%205.201%2010.52a.535.535%200%200%201-.76.377a.59.59%200%200%201-.332-.593a7.003%207.003%200%200%200-6.501-7.593l-.047-.003a7%207%200%200%200-1.95.156a6.99%206.99%200%200%200-4.822%203.875a6.97%206.97%200%200%200-.389%204.873c.175.614.434%201.204.77%201.75a7.003%207.003%200%200%200%2010.913%201.288a.59.59%200%200%201%20.667-.128c.32.15.425.555.2.826c-2.792%203.365-7.441%204.625-11.402%202.778A9.1%209.1%200%200%201%2025%2035.736a9.1%209.1%200%200%201-3.86%203.405c-3.96%201.847-8.61.587-11.401-2.778a.535.535%200%200%201%20.2-.826a.59.59%200%200%201%20.667.128a7.003%207.003%200%200%200%2011.706-3.128a6.97%206.97%200%200%200-.413-4.783a6.99%206.99%200%200%200-4.92-3.896a7%207%200%200%200-4.383.51a7%207%200%200%200-4.017%206.95a.59.59%200%200%201-.331.594a.535.535%200%200%201-.761-.378c-.783-4.301%201.24-8.672%205.2-10.52a9.1%209.1%200%200%201%203.556-.846l.016-.001l.143-.003l-.082-.133A9.1%209.1%200%200%201%2015%2015.31c0-4.37%203.106-8.051%207.336-9.16M25%2023a2%202%200%201%201%200%204a2%202%200%200%201%200-4m-9.973%202.738a10%2010%200%200%200%204.686%207.752c.381-.572.64-1.217.763-1.891a8%208%200%200%201-3.421-5.657a5%205%200%200%200-2.028-.204m15.26%207.752a10%2010%200%200%200%204.686-7.752c-.69-.073-1.38%200-2.028.204a8%208%200%200%201-3.42%205.657c.122.674.381%201.319.762%201.89M25%2015a9.96%209.96%200%200%200-4.47%201.052c.312.622.75%201.17%201.28%201.609A8%208%200%200%201%2025%2017c1.134%200%202.212.236%203.19.661a5%205%200%200%200%201.28-1.609A9.96%209.96%200%200%200%2025%2015%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOutbreakNegative%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/outbreak-negative.svg?color=%231a73e8&size=48