mosquito icon
mosquito-24px from Health Icons by Resolve to Save Lives · Filled 24px · Zoonoses · MIT Free for personal and commercial use.
- Name
- mosquito-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Zoonoses
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More zoonoses icons from Health Icons
Use the mosquito icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 6.84c.232.11.431.302.55.576l.192.442q.048.108.092.218L15.5 6.723V4.76l2.688-2.15a.5.5 0 1 1 .624.78L16.5 5.24v2.037L13.665 9.05A9 9 0 0 1 14 11.501v1.289q0 .084-.004.168l3.615 2.891l-.96 2.218l2.064.983a.5.5 0 0 1-.43.902l-2.935-1.397l1.04-2.402l-2.601-2.08a4 4 0 0 1-.424.88l1.737 1.39l-1.046 2.613l1.373 2.288a.5.5 0 1 1-.858.514l-1.627-2.712l.954-2.386l-1.09-.872a1 1 0 0 1-1.616 0l-1.09.872l.954 2.386l-1.627 2.712a.5.5 0 0 1-.858-.514l1.373-2.288l-1.046-2.614l1.737-1.389l-.085-.127a3.3 3.3 0 0 1-.365-.732L7.61 16.151l1.04 2.402l-2.936 1.398a.5.5 0 0 1-.43-.904l2.064-.982l-.96-2.218L10 12.96v-.978c0-.984.127-1.961.375-2.908L7.5 7.277V5.24L5.188 3.39a.5.5 0 1 1 .624-.78L8.5 4.76v1.963l2.183 1.364q.122-.34.267-.671c.119-.274.318-.466.55-.577V2h1z"/><path fill-rule="evenodd" d="M9.814 9.611A.5.5 0 0 1 10 10c0 .907-.875 3.059-3.93 3.495c-1.468.21-2.48.005-3.143-.426C2.26 12.634 2 12 2 11.5a.5.5 0 0 1 .395-.489l7-1.5a.5.5 0 0 1 .42.1M3.12 11.88c.072.118.184.242.354.352c.387.252 1.125.464 2.456.274c1.785-.255 2.576-1.174 2.89-1.848zM14 10a.5.5 0 0 1 .605-.489l7 1.5A.5.5 0 0 1 22 11.5c0 .5-.259 1.134-.927 1.57c-.663.43-1.675.635-3.144.425C14.875 13.059 14 10.907 14 10m6.527 2.23c.17-.11.282-.233.354-.351l-5.7-1.222c.314.674 1.105 1.593 2.89 1.848c1.331.19 2.07-.022 2.456-.274" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMosquito24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 6.84c.232.11.431.302.55.576l.192.442q.048.108.092.218L15.5 6.723V4.76l2.688-2.15a.5.5 0 1 1 .624.78L16.5 5.24v2.037L13.665 9.05A9 9 0 0 1 14 11.501v1.289q0 .084-.004.168l3.615 2.891l-.96 2.218l2.064.983a.5.5 0 0 1-.43.902l-2.935-1.397l1.04-2.402l-2.601-2.08a4 4 0 0 1-.424.88l1.737 1.39l-1.046 2.613l1.373 2.288a.5.5 0 1 1-.858.514l-1.627-2.712l.954-2.386l-1.09-.872a1 1 0 0 1-1.616 0l-1.09.872l.954 2.386l-1.627 2.712a.5.5 0 0 1-.858-.514l1.373-2.288l-1.046-2.614l1.737-1.389l-.085-.127a3.3 3.3 0 0 1-.365-.732L7.61 16.151l1.04 2.402l-2.936 1.398a.5.5 0 0 1-.43-.904l2.064-.982l-.96-2.218L10 12.96v-.978c0-.984.127-1.961.375-2.908L7.5 7.277V5.24L5.188 3.39a.5.5 0 1 1 .624-.78L8.5 4.76v1.963l2.183 1.364q.122-.34.267-.671c.119-.274.318-.466.55-.577V2h1z"/><path fillRule="evenodd" d="M9.814 9.611A.5.5 0 0 1 10 10c0 .907-.875 3.059-3.93 3.495c-1.468.21-2.48.005-3.143-.426C2.26 12.634 2 12 2 11.5a.5.5 0 0 1 .395-.489l7-1.5a.5.5 0 0 1 .42.1M3.12 11.88c.072.118.184.242.354.352c.387.252 1.125.464 2.456.274c1.785-.255 2.576-1.174 2.89-1.848zM14 10a.5.5 0 0 1 .605-.489l7 1.5A.5.5 0 0 1 22 11.5c0 .5-.259 1.134-.927 1.57c-.663.43-1.675.635-3.144.425C14.875 13.059 14 10.907 14 10m6.527 2.23c.17-.11.282-.233.354-.351l-5.7-1.222c.314.674 1.105 1.593 2.89 1.848c1.331.19 2.07-.022 2.456-.274" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.5 6.84c.232.11.431.302.55.576l.192.442q.048.108.092.218L15.5 6.723V4.76l2.688-2.15a.5.5 0 1 1 .624.78L16.5 5.24v2.037L13.665 9.05A9 9 0 0 1 14 11.501v1.289q0 .084-.004.168l3.615 2.891l-.96 2.218l2.064.983a.5.5 0 0 1-.43.902l-2.935-1.397l1.04-2.402l-2.601-2.08a4 4 0 0 1-.424.88l1.737 1.39l-1.046 2.613l1.373 2.288a.5.5 0 1 1-.858.514l-1.627-2.712l.954-2.386l-1.09-.872a1 1 0 0 1-1.616 0l-1.09.872l.954 2.386l-1.627 2.712a.5.5 0 0 1-.858-.514l1.373-2.288l-1.046-2.614l1.737-1.389l-.085-.127a3.3 3.3 0 0 1-.365-.732L7.61 16.151l1.04 2.402l-2.936 1.398a.5.5 0 0 1-.43-.904l2.064-.982l-.96-2.218L10 12.96v-.978c0-.984.127-1.961.375-2.908L7.5 7.277V5.24L5.188 3.39a.5.5 0 1 1 .624-.78L8.5 4.76v1.963l2.183 1.364q.122-.34.267-.671c.119-.274.318-.466.55-.577V2h1z"/><path fill-rule="evenodd" d="M9.814 9.611A.5.5 0 0 1 10 10c0 .907-.875 3.059-3.93 3.495c-1.468.21-2.48.005-3.143-.426C2.26 12.634 2 12 2 11.5a.5.5 0 0 1 .395-.489l7-1.5a.5.5 0 0 1 .42.1M3.12 11.88c.072.118.184.242.354.352c.387.252 1.125.464 2.456.274c1.785-.255 2.576-1.174 2.89-1.848zM14 10a.5.5 0 0 1 .605-.489l7 1.5A.5.5 0 0 1 22 11.5c0 .5-.259 1.134-.927 1.57c-.663.43-1.675.635-3.144.425C14.875 13.059 14 10.907 14 10m6.527 2.23c.17-.11.282-.233.354-.351l-5.7-1.222c.314.674 1.105 1.593 2.89 1.848c1.331.19 2.07-.022 2.456-.274" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-mosquito-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%206.84c.232.11.431.302.55.576l.192.442q.048.108.092.218L15.5%206.723V4.76l2.688-2.15a.5.5%200%201%201%20.624.78L16.5%205.24v2.037L13.665%209.05A9%209%200%200%201%2014%2011.501v1.289q0%20.084-.004.168l3.615%202.891l-.96%202.218l2.064.983a.5.5%200%200%201-.43.902l-2.935-1.397l1.04-2.402l-2.601-2.08a4%204%200%200%201-.424.88l1.737%201.39l-1.046%202.613l1.373%202.288a.5.5%200%201%201-.858.514l-1.627-2.712l.954-2.386l-1.09-.872a1%201%200%200%201-1.616%200l-1.09.872l.954%202.386l-1.627%202.712a.5.5%200%200%201-.858-.514l1.373-2.288l-1.046-2.614l1.737-1.389l-.085-.127a3.3%203.3%200%200%201-.365-.732L7.61%2016.151l1.04%202.402l-2.936%201.398a.5.5%200%200%201-.43-.904l2.064-.982l-.96-2.218L10%2012.96v-.978c0-.984.127-1.961.375-2.908L7.5%207.277V5.24L5.188%203.39a.5.5%200%201%201%20.624-.78L8.5%204.76v1.963l2.183%201.364q.122-.34.267-.671c.119-.274.318-.466.55-.577V2h1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.814%209.611A.5.5%200%200%201%2010%2010c0%20.907-.875%203.059-3.93%203.495c-1.468.21-2.48.005-3.143-.426C2.26%2012.634%202%2012%202%2011.5a.5.5%200%200%201%20.395-.489l7-1.5a.5.5%200%200%201%20.42.1M3.12%2011.88c.072.118.184.242.354.352c.387.252%201.125.464%202.456.274c1.785-.255%202.576-1.174%202.89-1.848zM14%2010a.5.5%200%200%201%20.605-.489l7%201.5A.5.5%200%200%201%2022%2011.5c0%20.5-.259%201.134-.927%201.57c-.663.43-1.675.635-3.144.425C14.875%2013.059%2014%2010.907%2014%2010m6.527%202.23c.17-.11.282-.233.354-.351l-5.7-1.222c.314.674%201.105%201.593%202.89%201.848c1.331.19%202.07-.022%202.456-.274%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%206.84c.232.11.431.302.55.576l.192.442q.048.108.092.218L15.5%206.723V4.76l2.688-2.15a.5.5%200%201%201%20.624.78L16.5%205.24v2.037L13.665%209.05A9%209%200%200%201%2014%2011.501v1.289q0%20.084-.004.168l3.615%202.891l-.96%202.218l2.064.983a.5.5%200%200%201-.43.902l-2.935-1.397l1.04-2.402l-2.601-2.08a4%204%200%200%201-.424.88l1.737%201.39l-1.046%202.613l1.373%202.288a.5.5%200%201%201-.858.514l-1.627-2.712l.954-2.386l-1.09-.872a1%201%200%200%201-1.616%200l-1.09.872l.954%202.386l-1.627%202.712a.5.5%200%200%201-.858-.514l1.373-2.288l-1.046-2.614l1.737-1.389l-.085-.127a3.3%203.3%200%200%201-.365-.732L7.61%2016.151l1.04%202.402l-2.936%201.398a.5.5%200%200%201-.43-.904l2.064-.982l-.96-2.218L10%2012.96v-.978c0-.984.127-1.961.375-2.908L7.5%207.277V5.24L5.188%203.39a.5.5%200%201%201%20.624-.78L8.5%204.76v1.963l2.183%201.364q.122-.34.267-.671c.119-.274.318-.466.55-.577V2h1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.814%209.611A.5.5%200%200%201%2010%2010c0%20.907-.875%203.059-3.93%203.495c-1.468.21-2.48.005-3.143-.426C2.26%2012.634%202%2012%202%2011.5a.5.5%200%200%201%20.395-.489l7-1.5a.5.5%200%200%201%20.42.1M3.12%2011.88c.072.118.184.242.354.352c.387.252%201.125.464%202.456.274c1.785-.255%202.576-1.174%202.89-1.848zM14%2010a.5.5%200%200%201%20.605-.489l7%201.5A.5.5%200%200%201%2022%2011.5c0%20.5-.259%201.134-.927%201.57c-.663.43-1.675.635-3.144.425C14.875%2013.059%2014%2010.907%2014%2010m6.527%202.23c.17-.11.282-.233.354-.351l-5.7-1.222c.314.674%201.105%201.593%202.89%201.848c1.331.19%202.07-.022%202.456-.274%22%20clip-rule%3D%22evenodd%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/mosquito-24px.svg?color=%231a73e8&size=48