breeding sites icon
breeding-sites from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- breeding-sites
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the breeding sites icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M7.935 6.645a1 1 0 0 0-1.87.71c.871 2.291 2.925 3.44 5.008 3.44c1.63 0 3.293-.7 4.473-2.074c1.187 1.326 2.645 2.073 4.204 2.073c1.552 0 3.005-.74 4.189-2.056c1.088 1.333 2.558 2.057 4.134 2.057c1.61 0 3.18-.754 4.42-2.133c.424.482.883.89 1.37 1.216c-1.378 1.076-2.323 2.56-2.943 3.816a17 17 0 0 0-.986 2.495a11.1 11.1 0 0 0-4.334.18c-.775.186-1.511.448-2.2.775c-.007-1.68-1.35-3.04-3.006-3.04c-.65 0-1.25.21-1.742.566a2.99 2.99 0 0 0-2.55-1.437c-1.527 0-2.787 1.154-2.98 2.65a3 3 0 0 0-.455-.035c-1.66 0-3.005 1.366-3.005 3.051c0 .527.131 1.023.363 1.455a3.05 3.05 0 0 0-2.08 2.904a3.06 3.06 0 0 0 1.415 2.59a3.07 3.07 0 0 0-.557 1.769c0 1.638 1.271 2.974 2.866 3.048a3.1 3.1 0 0 0-.29 1.31c0 1.398.926 2.577 2.19 2.938a2.5 2.5 0 0 0 .623 3.718a1.74 1.74 0 0 0-1.096 1.626c0 .962.769 1.743 1.717 1.743s1.717-.78 1.717-1.743c0-.516-.22-.98-.571-1.299a2.5 2.5 0 0 0 .494-4.77a3.07 3.07 0 0 0 .936-2.213a3.06 3.06 0 0 0-1.513-2.649c-.77-2.031-1.39-8.114 3.055-8.262q-.247.39-.457.8c-.975 1.908-1.311 4.098-.805 6.267c1.202 5.153 6.703 8.242 12.286 6.899s9.134-6.61 7.932-11.763c-.73-3.13-3.047-5.499-6.005-6.575l.055-.173c.166-.514.425-1.214.793-1.96c.754-1.528 1.88-3.077 3.446-3.771l.047-.022q.261.028.527.028c1.976 0 3.79-1.2 5.095-3.259a1 1 0 1 0-1.69-1.07c-1.057 1.668-2.312 2.33-3.405 2.33s-2.348-.662-3.405-2.33a1 1 0 0 0-1.69 0c-1.037 1.636-2.4 2.33-3.582 2.33c-1.163 0-2.381-.669-3.181-2.247a1 1 0 0 0-1.737-.083c-1.057 1.668-2.312 2.33-3.405 2.33s-2.348-.662-3.405-2.33a1 1 0 0 0-1.737.083c-.767 1.514-2.185 2.247-3.535 2.247c-1.341 0-2.593-.715-3.138-2.15m6.612 22.284l-.018-.015l-.006.013zm19.842-.833c0 1.324-1.057 2.397-2.361 2.397s-2.361-1.073-2.361-2.397s1.057-2.397 2.36-2.397c1.305 0 2.362 1.073 2.362 2.397" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBreedingSites(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M7.935 6.645a1 1 0 0 0-1.87.71c.871 2.291 2.925 3.44 5.008 3.44c1.63 0 3.293-.7 4.473-2.074c1.187 1.326 2.645 2.073 4.204 2.073c1.552 0 3.005-.74 4.189-2.056c1.088 1.333 2.558 2.057 4.134 2.057c1.61 0 3.18-.754 4.42-2.133c.424.482.883.89 1.37 1.216c-1.378 1.076-2.323 2.56-2.943 3.816a17 17 0 0 0-.986 2.495a11.1 11.1 0 0 0-4.334.18c-.775.186-1.511.448-2.2.775c-.007-1.68-1.35-3.04-3.006-3.04c-.65 0-1.25.21-1.742.566a2.99 2.99 0 0 0-2.55-1.437c-1.527 0-2.787 1.154-2.98 2.65a3 3 0 0 0-.455-.035c-1.66 0-3.005 1.366-3.005 3.051c0 .527.131 1.023.363 1.455a3.05 3.05 0 0 0-2.08 2.904a3.06 3.06 0 0 0 1.415 2.59a3.07 3.07 0 0 0-.557 1.769c0 1.638 1.271 2.974 2.866 3.048a3.1 3.1 0 0 0-.29 1.31c0 1.398.926 2.577 2.19 2.938a2.5 2.5 0 0 0 .623 3.718a1.74 1.74 0 0 0-1.096 1.626c0 .962.769 1.743 1.717 1.743s1.717-.78 1.717-1.743c0-.516-.22-.98-.571-1.299a2.5 2.5 0 0 0 .494-4.77a3.07 3.07 0 0 0 .936-2.213a3.06 3.06 0 0 0-1.513-2.649c-.77-2.031-1.39-8.114 3.055-8.262q-.247.39-.457.8c-.975 1.908-1.311 4.098-.805 6.267c1.202 5.153 6.703 8.242 12.286 6.899s9.134-6.61 7.932-11.763c-.73-3.13-3.047-5.499-6.005-6.575l.055-.173c.166-.514.425-1.214.793-1.96c.754-1.528 1.88-3.077 3.446-3.771l.047-.022q.261.028.527.028c1.976 0 3.79-1.2 5.095-3.259a1 1 0 1 0-1.69-1.07c-1.057 1.668-2.312 2.33-3.405 2.33s-2.348-.662-3.405-2.33a1 1 0 0 0-1.69 0c-1.037 1.636-2.4 2.33-3.582 2.33c-1.163 0-2.381-.669-3.181-2.247a1 1 0 0 0-1.737-.083c-1.057 1.668-2.312 2.33-3.405 2.33s-2.348-.662-3.405-2.33a1 1 0 0 0-1.737.083c-.767 1.514-2.185 2.247-3.535 2.247c-1.341 0-2.593-.715-3.138-2.15m6.612 22.284l-.018-.015l-.006.013zm19.842-.833c0 1.324-1.057 2.397-2.361 2.397s-2.361-1.073-2.361-2.397s1.057-2.397 2.36-2.397c1.305 0 2.362 1.073 2.362 2.397" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M7.935 6.645a1 1 0 0 0-1.87.71c.871 2.291 2.925 3.44 5.008 3.44c1.63 0 3.293-.7 4.473-2.074c1.187 1.326 2.645 2.073 4.204 2.073c1.552 0 3.005-.74 4.189-2.056c1.088 1.333 2.558 2.057 4.134 2.057c1.61 0 3.18-.754 4.42-2.133c.424.482.883.89 1.37 1.216c-1.378 1.076-2.323 2.56-2.943 3.816a17 17 0 0 0-.986 2.495a11.1 11.1 0 0 0-4.334.18c-.775.186-1.511.448-2.2.775c-.007-1.68-1.35-3.04-3.006-3.04c-.65 0-1.25.21-1.742.566a2.99 2.99 0 0 0-2.55-1.437c-1.527 0-2.787 1.154-2.98 2.65a3 3 0 0 0-.455-.035c-1.66 0-3.005 1.366-3.005 3.051c0 .527.131 1.023.363 1.455a3.05 3.05 0 0 0-2.08 2.904a3.06 3.06 0 0 0 1.415 2.59a3.07 3.07 0 0 0-.557 1.769c0 1.638 1.271 2.974 2.866 3.048a3.1 3.1 0 0 0-.29 1.31c0 1.398.926 2.577 2.19 2.938a2.5 2.5 0 0 0 .623 3.718a1.74 1.74 0 0 0-1.096 1.626c0 .962.769 1.743 1.717 1.743s1.717-.78 1.717-1.743c0-.516-.22-.98-.571-1.299a2.5 2.5 0 0 0 .494-4.77a3.07 3.07 0 0 0 .936-2.213a3.06 3.06 0 0 0-1.513-2.649c-.77-2.031-1.39-8.114 3.055-8.262q-.247.39-.457.8c-.975 1.908-1.311 4.098-.805 6.267c1.202 5.153 6.703 8.242 12.286 6.899s9.134-6.61 7.932-11.763c-.73-3.13-3.047-5.499-6.005-6.575l.055-.173c.166-.514.425-1.214.793-1.96c.754-1.528 1.88-3.077 3.446-3.771l.047-.022q.261.028.527.028c1.976 0 3.79-1.2 5.095-3.259a1 1 0 1 0-1.69-1.07c-1.057 1.668-2.312 2.33-3.405 2.33s-2.348-.662-3.405-2.33a1 1 0 0 0-1.69 0c-1.037 1.636-2.4 2.33-3.582 2.33c-1.163 0-2.381-.669-3.181-2.247a1 1 0 0 0-1.737-.083c-1.057 1.668-2.312 2.33-3.405 2.33s-2.348-.662-3.405-2.33a1 1 0 0 0-1.737.083c-.767 1.514-2.185 2.247-3.535 2.247c-1.341 0-2.593-.715-3.138-2.15m6.612 22.284l-.018-.015l-.006.013zm19.842-.833c0 1.324-1.057 2.397-2.361 2.397s-2.361-1.073-2.361-2.397s1.057-2.397 2.36-2.397c1.305 0 2.362 1.073 2.362 2.397" clip-rule="evenodd"/></svg> </template>
CSS
.icon-breeding-sites {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.935%206.645a1%201%200%200%200-1.87.71c.871%202.291%202.925%203.44%205.008%203.44c1.63%200%203.293-.7%204.473-2.074c1.187%201.326%202.645%202.073%204.204%202.073c1.552%200%203.005-.74%204.189-2.056c1.088%201.333%202.558%202.057%204.134%202.057c1.61%200%203.18-.754%204.42-2.133c.424.482.883.89%201.37%201.216c-1.378%201.076-2.323%202.56-2.943%203.816a17%2017%200%200%200-.986%202.495a11.1%2011.1%200%200%200-4.334.18c-.775.186-1.511.448-2.2.775c-.007-1.68-1.35-3.04-3.006-3.04c-.65%200-1.25.21-1.742.566a2.99%202.99%200%200%200-2.55-1.437c-1.527%200-2.787%201.154-2.98%202.65a3%203%200%200%200-.455-.035c-1.66%200-3.005%201.366-3.005%203.051c0%20.527.131%201.023.363%201.455a3.05%203.05%200%200%200-2.08%202.904a3.06%203.06%200%200%200%201.415%202.59a3.07%203.07%200%200%200-.557%201.769c0%201.638%201.271%202.974%202.866%203.048a3.1%203.1%200%200%200-.29%201.31c0%201.398.926%202.577%202.19%202.938a2.5%202.5%200%200%200%20.623%203.718a1.74%201.74%200%200%200-1.096%201.626c0%20.962.769%201.743%201.717%201.743s1.717-.78%201.717-1.743c0-.516-.22-.98-.571-1.299a2.5%202.5%200%200%200%20.494-4.77a3.07%203.07%200%200%200%20.936-2.213a3.06%203.06%200%200%200-1.513-2.649c-.77-2.031-1.39-8.114%203.055-8.262q-.247.39-.457.8c-.975%201.908-1.311%204.098-.805%206.267c1.202%205.153%206.703%208.242%2012.286%206.899s9.134-6.61%207.932-11.763c-.73-3.13-3.047-5.499-6.005-6.575l.055-.173c.166-.514.425-1.214.793-1.96c.754-1.528%201.88-3.077%203.446-3.771l.047-.022q.261.028.527.028c1.976%200%203.79-1.2%205.095-3.259a1%201%200%201%200-1.69-1.07c-1.057%201.668-2.312%202.33-3.405%202.33s-2.348-.662-3.405-2.33a1%201%200%200%200-1.69%200c-1.037%201.636-2.4%202.33-3.582%202.33c-1.163%200-2.381-.669-3.181-2.247a1%201%200%200%200-1.737-.083c-1.057%201.668-2.312%202.33-3.405%202.33s-2.348-.662-3.405-2.33a1%201%200%200%200-1.737.083c-.767%201.514-2.185%202.247-3.535%202.247c-1.341%200-2.593-.715-3.138-2.15m6.612%2022.284l-.018-.015l-.006.013zm19.842-.833c0%201.324-1.057%202.397-2.361%202.397s-2.361-1.073-2.361-2.397s1.057-2.397%202.36-2.397c1.305%200%202.362%201.073%202.362%202.397%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.935%206.645a1%201%200%200%200-1.87.71c.871%202.291%202.925%203.44%205.008%203.44c1.63%200%203.293-.7%204.473-2.074c1.187%201.326%202.645%202.073%204.204%202.073c1.552%200%203.005-.74%204.189-2.056c1.088%201.333%202.558%202.057%204.134%202.057c1.61%200%203.18-.754%204.42-2.133c.424.482.883.89%201.37%201.216c-1.378%201.076-2.323%202.56-2.943%203.816a17%2017%200%200%200-.986%202.495a11.1%2011.1%200%200%200-4.334.18c-.775.186-1.511.448-2.2.775c-.007-1.68-1.35-3.04-3.006-3.04c-.65%200-1.25.21-1.742.566a2.99%202.99%200%200%200-2.55-1.437c-1.527%200-2.787%201.154-2.98%202.65a3%203%200%200%200-.455-.035c-1.66%200-3.005%201.366-3.005%203.051c0%20.527.131%201.023.363%201.455a3.05%203.05%200%200%200-2.08%202.904a3.06%203.06%200%200%200%201.415%202.59a3.07%203.07%200%200%200-.557%201.769c0%201.638%201.271%202.974%202.866%203.048a3.1%203.1%200%200%200-.29%201.31c0%201.398.926%202.577%202.19%202.938a2.5%202.5%200%200%200%20.623%203.718a1.74%201.74%200%200%200-1.096%201.626c0%20.962.769%201.743%201.717%201.743s1.717-.78%201.717-1.743c0-.516-.22-.98-.571-1.299a2.5%202.5%200%200%200%20.494-4.77a3.07%203.07%200%200%200%20.936-2.213a3.06%203.06%200%200%200-1.513-2.649c-.77-2.031-1.39-8.114%203.055-8.262q-.247.39-.457.8c-.975%201.908-1.311%204.098-.805%206.267c1.202%205.153%206.703%208.242%2012.286%206.899s9.134-6.61%207.932-11.763c-.73-3.13-3.047-5.499-6.005-6.575l.055-.173c.166-.514.425-1.214.793-1.96c.754-1.528%201.88-3.077%203.446-3.771l.047-.022q.261.028.527.028c1.976%200%203.79-1.2%205.095-3.259a1%201%200%201%200-1.69-1.07c-1.057%201.668-2.312%202.33-3.405%202.33s-2.348-.662-3.405-2.33a1%201%200%200%200-1.69%200c-1.037%201.636-2.4%202.33-3.582%202.33c-1.163%200-2.381-.669-3.181-2.247a1%201%200%200%200-1.737-.083c-1.057%201.668-2.312%202.33-3.405%202.33s-2.348-.662-3.405-2.33a1%201%200%200%200-1.737.083c-.767%201.514-2.185%202.247-3.535%202.247c-1.341%200-2.593-.715-3.138-2.15m6.612%2022.284l-.018-.015l-.006.013zm19.842-.833c0%201.324-1.057%202.397-2.361%202.397s-2.361-1.073-2.361-2.397s1.057-2.397%202.36-2.397c1.305%200%202.362%201.073%202.362%202.397%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/breeding-sites.svg?color=%231a73e8&size=48