mosquito from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
mosquito
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the mosquito icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M210.5 559.2c-7.5 9.6-21 12.1-31.3 5.3s-13.7-20.5-8.3-31.5l1.2-2.2l36.2-58v-41l.3-4c.6-3.9 2.2-7.7 4.6-10.9l39.3-52.2l-66.2 59.5c-17 15.3-39 23.7-61.9 23.8h-8.1c-46.6 0-84.4-37.8-84.4-84.4c0-43 32.4-79.2 75.1-83.9l130.5-14.5l-44.8-38.3l-2.4-2.4c-5.3-6-7.3-14.4-5.3-22.3l13.3-53.4l-25.9-38.9l-1.3-2.1c-5.8-10.8-2.7-24.6 7.4-31.7s23.7-5.1 31.4 4.3l1.5 2l32 48l1.4 2.2c2.8 5.3 3.5 11.6 2.1 17.6l-12.3 49.2l53.3 45.7v-28.8c0-11.8 6.5-22.1 16-27.7v-60.5l.3-3.3c1.5-7.3 8-12.7 15.7-12.7s14.2 5.5 15.7 12.7l.3 3.2v60.5c9.6 5.5 16 15.8 16 27.7v28.9l53.4-45.8l-12.3-49.2c-1.5-5.9-.7-12.2 2.1-17.6l1.4-2.2l32-48l1.5-2c7.7-9.4 21.3-11.5 31.4-4.3c10.1 7.1 13.1 20.9 7.4 31.7l-1.3 2.1l-25.9 38.9l13.3 53.4c2 8-.1 16.3-5.3 22.3l-2.4 2.4l-44.7 38.3L533 279.6c42.8 4.8 75.1 40.9 75.1 83.9c0 46.6-37.8 84.4-84.4 84.4h-8.1c-22.8 0-44.9-8.5-61.9-23.8l-66.1-59.5l39.2 52.2c2.4 3.2 4 7 4.6 10.9l.3 4v41l36.2 58l1.2 2.1c5.4 11 2 24.7-8.3 31.5s-23.8 4.4-31.3-5.3l-1.4-2l-40-64l-1.6-3.1c-1.4-3.1-2.1-6.6-2.1-10.1V440L352 396.9v74.7c0 17.7-14.3 32-32 32s-32-14.3-32-32V397l-32.3 43v39.8c0 3.5-.7 6.9-2.1 10.1L252 493l-40 64l-1.4 2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMosquito(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M210.5 559.2c-7.5 9.6-21 12.1-31.3 5.3s-13.7-20.5-8.3-31.5l1.2-2.2l36.2-58v-41l.3-4c.6-3.9 2.2-7.7 4.6-10.9l39.3-52.2l-66.2 59.5c-17 15.3-39 23.7-61.9 23.8h-8.1c-46.6 0-84.4-37.8-84.4-84.4c0-43 32.4-79.2 75.1-83.9l130.5-14.5l-44.8-38.3l-2.4-2.4c-5.3-6-7.3-14.4-5.3-22.3l13.3-53.4l-25.9-38.9l-1.3-2.1c-5.8-10.8-2.7-24.6 7.4-31.7s23.7-5.1 31.4 4.3l1.5 2l32 48l1.4 2.2c2.8 5.3 3.5 11.6 2.1 17.6l-12.3 49.2l53.3 45.7v-28.8c0-11.8 6.5-22.1 16-27.7v-60.5l.3-3.3c1.5-7.3 8-12.7 15.7-12.7s14.2 5.5 15.7 12.7l.3 3.2v60.5c9.6 5.5 16 15.8 16 27.7v28.9l53.4-45.8l-12.3-49.2c-1.5-5.9-.7-12.2 2.1-17.6l1.4-2.2l32-48l1.5-2c7.7-9.4 21.3-11.5 31.4-4.3c10.1 7.1 13.1 20.9 7.4 31.7l-1.3 2.1l-25.9 38.9l13.3 53.4c2 8-.1 16.3-5.3 22.3l-2.4 2.4l-44.7 38.3L533 279.6c42.8 4.8 75.1 40.9 75.1 83.9c0 46.6-37.8 84.4-84.4 84.4h-8.1c-22.8 0-44.9-8.5-61.9-23.8l-66.1-59.5l39.2 52.2c2.4 3.2 4 7 4.6 10.9l.3 4v41l36.2 58l1.2 2.1c5.4 11 2 24.7-8.3 31.5s-23.8 4.4-31.3-5.3l-1.4-2l-40-64l-1.6-3.1c-1.4-3.1-2.1-6.6-2.1-10.1V440L352 396.9v74.7c0 17.7-14.3 32-32 32s-32-14.3-32-32V397l-32.3 43v39.8c0 3.5-.7 6.9-2.1 10.1L252 493l-40 64l-1.4 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M210.5 559.2c-7.5 9.6-21 12.1-31.3 5.3s-13.7-20.5-8.3-31.5l1.2-2.2l36.2-58v-41l.3-4c.6-3.9 2.2-7.7 4.6-10.9l39.3-52.2l-66.2 59.5c-17 15.3-39 23.7-61.9 23.8h-8.1c-46.6 0-84.4-37.8-84.4-84.4c0-43 32.4-79.2 75.1-83.9l130.5-14.5l-44.8-38.3l-2.4-2.4c-5.3-6-7.3-14.4-5.3-22.3l13.3-53.4l-25.9-38.9l-1.3-2.1c-5.8-10.8-2.7-24.6 7.4-31.7s23.7-5.1 31.4 4.3l1.5 2l32 48l1.4 2.2c2.8 5.3 3.5 11.6 2.1 17.6l-12.3 49.2l53.3 45.7v-28.8c0-11.8 6.5-22.1 16-27.7v-60.5l.3-3.3c1.5-7.3 8-12.7 15.7-12.7s14.2 5.5 15.7 12.7l.3 3.2v60.5c9.6 5.5 16 15.8 16 27.7v28.9l53.4-45.8l-12.3-49.2c-1.5-5.9-.7-12.2 2.1-17.6l1.4-2.2l32-48l1.5-2c7.7-9.4 21.3-11.5 31.4-4.3c10.1 7.1 13.1 20.9 7.4 31.7l-1.3 2.1l-25.9 38.9l13.3 53.4c2 8-.1 16.3-5.3 22.3l-2.4 2.4l-44.7 38.3L533 279.6c42.8 4.8 75.1 40.9 75.1 83.9c0 46.6-37.8 84.4-84.4 84.4h-8.1c-22.8 0-44.9-8.5-61.9-23.8l-66.1-59.5l39.2 52.2c2.4 3.2 4 7 4.6 10.9l.3 4v41l36.2 58l1.2 2.1c5.4 11 2 24.7-8.3 31.5s-23.8 4.4-31.3-5.3l-1.4-2l-40-64l-1.6-3.1c-1.4-3.1-2.1-6.6-2.1-10.1V440L352 396.9v74.7c0 17.7-14.3 32-32 32s-32-14.3-32-32V397l-32.3 43v39.8c0 3.5-.7 6.9-2.1 10.1L252 493l-40 64l-1.4 2z"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M210.5%20559.2c-7.5%209.6-21%2012.1-31.3%205.3s-13.7-20.5-8.3-31.5l1.2-2.2l36.2-58v-41l.3-4c.6-3.9%202.2-7.7%204.6-10.9l39.3-52.2l-66.2%2059.5c-17%2015.3-39%2023.7-61.9%2023.8h-8.1c-46.6%200-84.4-37.8-84.4-84.4c0-43%2032.4-79.2%2075.1-83.9l130.5-14.5l-44.8-38.3l-2.4-2.4c-5.3-6-7.3-14.4-5.3-22.3l13.3-53.4l-25.9-38.9l-1.3-2.1c-5.8-10.8-2.7-24.6%207.4-31.7s23.7-5.1%2031.4%204.3l1.5%202l32%2048l1.4%202.2c2.8%205.3%203.5%2011.6%202.1%2017.6l-12.3%2049.2l53.3%2045.7v-28.8c0-11.8%206.5-22.1%2016-27.7v-60.5l.3-3.3c1.5-7.3%208-12.7%2015.7-12.7s14.2%205.5%2015.7%2012.7l.3%203.2v60.5c9.6%205.5%2016%2015.8%2016%2027.7v28.9l53.4-45.8l-12.3-49.2c-1.5-5.9-.7-12.2%202.1-17.6l1.4-2.2l32-48l1.5-2c7.7-9.4%2021.3-11.5%2031.4-4.3c10.1%207.1%2013.1%2020.9%207.4%2031.7l-1.3%202.1l-25.9%2038.9l13.3%2053.4c2%208-.1%2016.3-5.3%2022.3l-2.4%202.4l-44.7%2038.3L533%20279.6c42.8%204.8%2075.1%2040.9%2075.1%2083.9c0%2046.6-37.8%2084.4-84.4%2084.4h-8.1c-22.8%200-44.9-8.5-61.9-23.8l-66.1-59.5l39.2%2052.2c2.4%203.2%204%207%204.6%2010.9l.3%204v41l36.2%2058l1.2%202.1c5.4%2011%202%2024.7-8.3%2031.5s-23.8%204.4-31.3-5.3l-1.4-2l-40-64l-1.6-3.1c-1.4-3.1-2.1-6.6-2.1-10.1V440L352%20396.9v74.7c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V397l-32.3%2043v39.8c0%203.5-.7%206.9-2.1%2010.1L252%20493l-40%2064l-1.4%202z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M210.5%20559.2c-7.5%209.6-21%2012.1-31.3%205.3s-13.7-20.5-8.3-31.5l1.2-2.2l36.2-58v-41l.3-4c.6-3.9%202.2-7.7%204.6-10.9l39.3-52.2l-66.2%2059.5c-17%2015.3-39%2023.7-61.9%2023.8h-8.1c-46.6%200-84.4-37.8-84.4-84.4c0-43%2032.4-79.2%2075.1-83.9l130.5-14.5l-44.8-38.3l-2.4-2.4c-5.3-6-7.3-14.4-5.3-22.3l13.3-53.4l-25.9-38.9l-1.3-2.1c-5.8-10.8-2.7-24.6%207.4-31.7s23.7-5.1%2031.4%204.3l1.5%202l32%2048l1.4%202.2c2.8%205.3%203.5%2011.6%202.1%2017.6l-12.3%2049.2l53.3%2045.7v-28.8c0-11.8%206.5-22.1%2016-27.7v-60.5l.3-3.3c1.5-7.3%208-12.7%2015.7-12.7s14.2%205.5%2015.7%2012.7l.3%203.2v60.5c9.6%205.5%2016%2015.8%2016%2027.7v28.9l53.4-45.8l-12.3-49.2c-1.5-5.9-.7-12.2%202.1-17.6l1.4-2.2l32-48l1.5-2c7.7-9.4%2021.3-11.5%2031.4-4.3c10.1%207.1%2013.1%2020.9%207.4%2031.7l-1.3%202.1l-25.9%2038.9l13.3%2053.4c2%208-.1%2016.3-5.3%2022.3l-2.4%202.4l-44.7%2038.3L533%20279.6c42.8%204.8%2075.1%2040.9%2075.1%2083.9c0%2046.6-37.8%2084.4-84.4%2084.4h-8.1c-22.8%200-44.9-8.5-61.9-23.8l-66.1-59.5l39.2%2052.2c2.4%203.2%204%207%204.6%2010.9l.3%204v41l36.2%2058l1.2%202.1c5.4%2011%202%2024.7-8.3%2031.5s-23.8%204.4-31.3-5.3l-1.4-2l-40-64l-1.6-3.1c-1.4-3.1-2.1-6.6-2.1-10.1V440L352%20396.9v74.7c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V397l-32.3%2043v39.8c0%203.5-.7%206.9-2.1%2010.1L252%20493l-40%2064l-1.4%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/mosquito.svg?color=%231a73e8&size=48