mosquito icon
mosquito from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- mosquito
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the mosquito icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49v-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3v-.3l133.4 121.8c57 59.8 154.6 17.4 154.6-67.2c0-47.9-34-88.3-79.4-94.2l-153-23.9l40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8l-23.8-41.7l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2l22.7 39.4l-50.2 50.3v-38.2c0-14.9-10.2-27.4-24-31V63.9c0-4.4-3.6-8-8-8s-8 3.6-8 8v57.2c-13.8 3.6-24 16.1-24 31v38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1L211.4 90l-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9l-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266v.3l-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1v54.7l-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1v-55.4l24.3-31.6v63.1c0 17.7 14.3 32 32 32s32-14.3 32-32v-63.1l24.3 31.6v55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMosquito(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49v-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3v-.3l133.4 121.8c57 59.8 154.6 17.4 154.6-67.2c0-47.9-34-88.3-79.4-94.2l-153-23.9l40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8l-23.8-41.7l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2l22.7 39.4l-50.2 50.3v-38.2c0-14.9-10.2-27.4-24-31V63.9c0-4.4-3.6-8-8-8s-8 3.6-8 8v57.2c-13.8 3.6-24 16.1-24 31v38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1L211.4 90l-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9l-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266v.3l-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1v54.7l-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1v-55.4l24.3-31.6v63.1c0 17.7 14.3 32 32 32s32-14.3 32-32v-63.1l24.3 31.6v55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49v-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3v-.3l133.4 121.8c57 59.8 154.6 17.4 154.6-67.2c0-47.9-34-88.3-79.4-94.2l-153-23.9l40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8l-23.8-41.7l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2l22.7 39.4l-50.2 50.3v-38.2c0-14.9-10.2-27.4-24-31V63.9c0-4.4-3.6-8-8-8s-8 3.6-8 8v57.2c-13.8 3.6-24 16.1-24 31v38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1L211.4 90l-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9l-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266v.3l-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1v54.7l-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1v-55.4l24.3-31.6v63.1c0 17.7 14.3 32 32 32s32-14.3 32-32v-63.1l24.3 31.6v55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"/></svg> </template>
CSS
.icon-mosquito {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.7%20505.9c9.8-8.9%2010.7-24.3%202.1-34.3l-42.1-49v-54.7c0-5.5-1.8-10.8-5.1-15.1L352%20266.3v-.3l133.4%20121.8c57%2059.8%20154.6%2017.4%20154.6-67.2c0-47.9-34-88.3-79.4-94.2l-153-23.9l40.8-40.9c7.8-7.8%209.4-20.1%203.9-29.8l-23.8-41.7l38.2-50.9c8-10.6%206.1-25.9-4.3-34.1s-25.2-6.3-33.2%204.4l-48%2063.9c-5.9%207.9-6.6%2018.6-1.7%2027.2l22.7%2039.4l-50.2%2050.3v-38.2c0-14.9-10.2-27.4-24-31V63.9c0-4.4-3.6-8-8-8s-8%203.6-8%208v57.2c-13.8%203.6-24%2016.1-24%2031v38.1L237.8%20140l22.6-39.5c4.9-8.6%204.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2%2023.5-4.3%2034.1L211.4%2090l-23.9%2041.7c-5.5%209.7-3.9%2022%203.9%2029.8l40.8%2040.9l-153%2023.9C34%20232.3%200%20272.7%200%20320.6c0%2084.6%2097.6%20127%20154.6%2067.1L288%20266v.3l-66.5%2086.4c-3.3%204.3-5.1%209.6-5.1%2015.1v54.7l-42.1%2049c-8.6%2010.1-7.7%2025.5%202.1%2034.3s24.7%207.9%2033.4-2.1l48-55.9c3.8-4.4%205.9-10.2%205.9-16.1v-55.4l24.3-31.6v63.1c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-63.1l24.3%2031.6v55.4c0%205.9%202.1%2011.7%205.9%2016.1l48%2055.9c8.6%2010.1%2023.6%2011%2033.4%202.1z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.7%20505.9c9.8-8.9%2010.7-24.3%202.1-34.3l-42.1-49v-54.7c0-5.5-1.8-10.8-5.1-15.1L352%20266.3v-.3l133.4%20121.8c57%2059.8%20154.6%2017.4%20154.6-67.2c0-47.9-34-88.3-79.4-94.2l-153-23.9l40.8-40.9c7.8-7.8%209.4-20.1%203.9-29.8l-23.8-41.7l38.2-50.9c8-10.6%206.1-25.9-4.3-34.1s-25.2-6.3-33.2%204.4l-48%2063.9c-5.9%207.9-6.6%2018.6-1.7%2027.2l22.7%2039.4l-50.2%2050.3v-38.2c0-14.9-10.2-27.4-24-31V63.9c0-4.4-3.6-8-8-8s-8%203.6-8%208v57.2c-13.8%203.6-24%2016.1-24%2031v38.1L237.8%20140l22.6-39.5c4.9-8.6%204.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2%2023.5-4.3%2034.1L211.4%2090l-23.9%2041.7c-5.5%209.7-3.9%2022%203.9%2029.8l40.8%2040.9l-153%2023.9C34%20232.3%200%20272.7%200%20320.6c0%2084.6%2097.6%20127%20154.6%2067.1L288%20266v.3l-66.5%2086.4c-3.3%204.3-5.1%209.6-5.1%2015.1v54.7l-42.1%2049c-8.6%2010.1-7.7%2025.5%202.1%2034.3s24.7%207.9%2033.4-2.1l48-55.9c3.8-4.4%205.9-10.2%205.9-16.1v-55.4l24.3-31.6v63.1c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-63.1l24.3%2031.6v55.4c0%205.9%202.1%2011.7%205.9%2016.1l48%2055.9c8.6%2010.1%2023.6%2011%2033.4%202.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mosquito.svg?color=%231a73e8&size=48