mosquito net icon
mosquito-net from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- mosquito-net
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Use the mosquito net icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5l30.4-60.6V336c0-4.2 1.7-8.3 4.7-11.3l59.3-59.3v-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9l-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7l-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2.9 12.2l-12.5 37.6l45.2 38v-22.6c0-14.9 10.1-27.3 23.8-31V63.6c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2v43.3c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8l-12.6-37.6c-1.3-4-1-8.4.9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1l13.9 41.7c2.1 6.2.1 13.1-4.9 17.4l-49.6 41.3l159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5l-43-43v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32V384c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16m16 112h48v-48h-48zm0 80h48v-48h-48zm-80-128v48h48v-48zm0 80v48h48v-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMosquitoNet(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="M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5l30.4-60.6V336c0-4.2 1.7-8.3 4.7-11.3l59.3-59.3v-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9l-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7l-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2.9 12.2l-12.5 37.6l45.2 38v-22.6c0-14.9 10.1-27.3 23.8-31V63.6c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2v43.3c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8l-12.6-37.6c-1.3-4-1-8.4.9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1l13.9 41.7c2.1 6.2.1 13.1-4.9 17.4l-49.6 41.3l159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5l-43-43v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32V384c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16m16 112h48v-48h-48zm0 80h48v-48h-48zm-80-128v48h48v-48zm0 80v48h48v-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5l30.4-60.6V336c0-4.2 1.7-8.3 4.7-11.3l59.3-59.3v-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9l-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7l-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2.9 12.2l-12.5 37.6l45.2 38v-22.6c0-14.9 10.1-27.3 23.8-31V63.6c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2v43.3c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8l-12.6-37.6c-1.3-4-1-8.4.9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1l13.9 41.7c2.1 6.2.1 13.1-4.9 17.4l-49.6 41.3l159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5l-43-43v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32V384c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-48v16c0 8.8-7.2 16-16 16s-16-7.2-16-16v-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-48h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16v-16c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48v-16c0-8.8 7.2-16 16-16m16 112h48v-48h-48zm0 80h48v-48h-48zm-80-128v48h48v-48zm0 80v48h48v-48z"/></svg> </template>
CSS
.icon-mosquito-net {
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%22M168.8%20462.3c-7.9-4-11.1-13.6-7.2-21.5l30.4-60.6V336c0-4.2%201.7-8.3%204.7-11.3l59.3-59.3v-23.1L139.2%20344C87.8%20395.3%200%20358.9%200%20286.3c0-41.1%2030.6-75.8%2071.4-80.9l159.9-23.9l-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7l-29-58.1c-4-7.9-.7-17.5%207.2-21.5s17.5-.7%2021.5%207.2l32%2064c1.9%203.8%202.2%208.2.9%2012.2l-12.5%2037.6l45.2%2038v-22.6c0-14.9%2010.1-27.3%2023.8-31V63.6c0-4.5%203.7-8.2%208.2-8.2s8.2%203.7%208.2%208.2v43.3c13.7%203.6%2023.8%2016.1%2023.8%2031v22.6l45.4-37.8l-12.6-37.6c-1.3-4-1-8.4.9-12.2l32-64c4-7.9%2013.6-11.1%2021.5-7.2s11.1%2013.6%207.2%2021.5l-29%2058.1l13.9%2041.7c2.1%206.2.1%2013.1-4.9%2017.4l-49.6%2041.3l159.9%2023.9c22.5%202.8%2041.8%2014.6%2054.7%2031.4c-2.7%202.6-5.2%205.4-7.3%208.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4%208.5-40%2021.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7%200-40%2014.3-45.9%2034.1c-10.7%203.2-19.8%2010.1-25.9%2019.2l-40.2-35v23.1l32.4%2032.4c-.3%202-.4%204.1-.4%206.2c0%2016.7%208.5%2031.4%2021.5%2040c-4%202.6-7.5%205.9-10.6%209.5l-43-43v50c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-50l-32%2032V384c0%202.5-.6%204.9-1.7%207.2l-32%2064c-4%207.9-13.6%2011.1-21.5%207.2zM512%20256c8.8%200%2016%207.2%2016%2016v16h48v-16c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v16h16c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16v48h16c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16v48h16c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16v16c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16h-48v16c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16h-48v16c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16v-48h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16v-48h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16v-16c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v16h48v-16c0-8.8%207.2-16%2016-16m16%20112h48v-48h-48zm0%2080h48v-48h-48zm-80-128v48h48v-48zm0%2080v48h48v-48z%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%22M168.8%20462.3c-7.9-4-11.1-13.6-7.2-21.5l30.4-60.6V336c0-4.2%201.7-8.3%204.7-11.3l59.3-59.3v-23.1L139.2%20344C87.8%20395.3%200%20358.9%200%20286.3c0-41.1%2030.6-75.8%2071.4-80.9l159.9-23.9l-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7l-29-58.1c-4-7.9-.7-17.5%207.2-21.5s17.5-.7%2021.5%207.2l32%2064c1.9%203.8%202.2%208.2.9%2012.2l-12.5%2037.6l45.2%2038v-22.6c0-14.9%2010.1-27.3%2023.8-31V63.6c0-4.5%203.7-8.2%208.2-8.2s8.2%203.7%208.2%208.2v43.3c13.7%203.6%2023.8%2016.1%2023.8%2031v22.6l45.4-37.8l-12.6-37.6c-1.3-4-1-8.4.9-12.2l32-64c4-7.9%2013.6-11.1%2021.5-7.2s11.1%2013.6%207.2%2021.5l-29%2058.1l13.9%2041.7c2.1%206.2.1%2013.1-4.9%2017.4l-49.6%2041.3l159.9%2023.9c22.5%202.8%2041.8%2014.6%2054.7%2031.4c-2.7%202.6-5.2%205.4-7.3%208.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4%208.5-40%2021.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7%200-40%2014.3-45.9%2034.1c-10.7%203.2-19.8%2010.1-25.9%2019.2l-40.2-35v23.1l32.4%2032.4c-.3%202-.4%204.1-.4%206.2c0%2016.7%208.5%2031.4%2021.5%2040c-4%202.6-7.5%205.9-10.6%209.5l-43-43v50c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-50l-32%2032V384c0%202.5-.6%204.9-1.7%207.2l-32%2064c-4%207.9-13.6%2011.1-21.5%207.2zM512%20256c8.8%200%2016%207.2%2016%2016v16h48v-16c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v16h16c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16v48h16c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16v48h16c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16v16c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16h-48v16c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16h-48v16c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-16h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16v-48h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16v-48h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16v-16c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v16h48v-16c0-8.8%207.2-16%2016-16m16%20112h48v-48h-48zm0%2080h48v-48h-48zm-80-128v48h48v-48zm0%2080v48h48v-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mosquito-net.svg?color=%231a73e8&size=48