insecticide resistance negative icon
insecticide-resistance-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- insecticide-resistance-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the insecticide resistance negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsInsecticideResistanceNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25 35h3.586L23 40.586l-7.293-7.293l-1.414 1.414L21.586 42H12v2h24v-2H24.414L30 36.414V40h2v-7h-7zM24 4a1 1 0 0 1 1 1v6.95q.143.229.27.517l1.959-2.211l.827-2.37a1 1 0 0 1 1.888.659l-.892 2.556a1 1 0 0 1-.195.334l-2.48 2.797l.523.06l9.22 1.062l.643.074l.195.618c.24.76.144 1.836-.745 2.683c-.85.81-2.276 1.271-4.399 1.271c-2.228 0-3.762-.693-4.738-1.695a4.6 4.6 0 0 1-1.077-1.762l.001.172c0 .745-.054 1.456-.151 2.104l2.51.962a1 1 0 0 1 .301.183l1.551 1.364l1.97.495a1 1 0 1 1-.487 1.94l-2.205-.555a1 1 0 0 1-.417-.218l-1.598-1.405l-1.254-.482l1.555 1.303a1 1 0 0 1 .337.971l-.43 2.06l1.141 1.142a1 1 0 0 1-1.414 1.415l-1.524-1.524a1 1 0 0 1-.272-.912l.419-2.003l-1.281-1.073a1 1 0 0 1-.293-.412a.84.84 0 0 1-.458.145a.84.84 0 0 1-.458-.145a1 1 0 0 1-.202.325l-1.001 1.079l.435 2.084a1 1 0 0 1-.271.912l-1.524 1.524a1 1 0 0 1-1.415-1.415l1.142-1.141l-.43-2.06a1 1 0 0 1 .245-.886l1.227-1.321l-.92.393l-1.487 1.402a1 1 0 0 1-.443.242l-2.204.554a1 1 0 0 1-.487-1.94l1.952-.49l1.427-1.345a1 1 0 0 1 .292-.191l2.274-.974a14 14 0 0 1-.151-2.28a4.6 4.6 0 0 1-1.076 1.763C19.948 19.307 18.414 20 16.185 20c-2.122 0-3.548-.46-4.398-1.27c-.889-.848-.986-1.923-.745-2.684l.195-.618l.644-.074l9.219-1.061l.522-.06l-2.479-2.798a1 1 0 0 1-.195-.334l-.892-2.556a1 1 0 0 1 1.888-.66l.827 2.37l1.959 2.211q.127-.287.27-.515V5a1 1 0 0 1 1-1m10.888 13.225l-.055.057c-.31.295-1.118.718-3.019.718c-1.794 0-2.774-.544-3.306-1.09a2.7 2.7 0 0 1-.36-.46zm-21.72.057l-.056-.057l6.74-.776a2.7 2.7 0 0 1-.36.46C18.96 17.457 17.98 18 16.186 18c-1.9 0-2.71-.423-3.019-.718" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsInsecticideResistanceNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsInsecticideResistanceNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsInsecticideResistanceNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM25 35h3.586L23 40.586l-7.293-7.293l-1.414 1.414L21.586 42H12v2h24v-2H24.414L30 36.414V40h2v-7h-7zM24 4a1 1 0 0 1 1 1v6.95q.143.229.27.517l1.959-2.211l.827-2.37a1 1 0 0 1 1.888.659l-.892 2.556a1 1 0 0 1-.195.334l-2.48 2.797l.523.06l9.22 1.062l.643.074l.195.618c.24.76.144 1.836-.745 2.683c-.85.81-2.276 1.271-4.399 1.271c-2.228 0-3.762-.693-4.738-1.695a4.6 4.6 0 0 1-1.077-1.762l.001.172c0 .745-.054 1.456-.151 2.104l2.51.962a1 1 0 0 1 .301.183l1.551 1.364l1.97.495a1 1 0 1 1-.487 1.94l-2.205-.555a1 1 0 0 1-.417-.218l-1.598-1.405l-1.254-.482l1.555 1.303a1 1 0 0 1 .337.971l-.43 2.06l1.141 1.142a1 1 0 0 1-1.414 1.415l-1.524-1.524a1 1 0 0 1-.272-.912l.419-2.003l-1.281-1.073a1 1 0 0 1-.293-.412a.84.84 0 0 1-.458.145a.84.84 0 0 1-.458-.145a1 1 0 0 1-.202.325l-1.001 1.079l.435 2.084a1 1 0 0 1-.271.912l-1.524 1.524a1 1 0 0 1-1.415-1.415l1.142-1.141l-.43-2.06a1 1 0 0 1 .245-.886l1.227-1.321l-.92.393l-1.487 1.402a1 1 0 0 1-.443.242l-2.204.554a1 1 0 0 1-.487-1.94l1.952-.49l1.427-1.345a1 1 0 0 1 .292-.191l2.274-.974a14 14 0 0 1-.151-2.28a4.6 4.6 0 0 1-1.076 1.763C19.948 19.307 18.414 20 16.185 20c-2.122 0-3.548-.46-4.398-1.27c-.889-.848-.986-1.923-.745-2.684l.195-.618l.644-.074l9.219-1.061l.522-.06l-2.479-2.798a1 1 0 0 1-.195-.334l-.892-2.556a1 1 0 0 1 1.888-.66l.827 2.37l1.959 2.211q.127-.287.27-.515V5a1 1 0 0 1 1-1m10.888 13.225l-.055.057c-.31.295-1.118.718-3.019.718c-1.794 0-2.774-.544-3.306-1.09a2.7 2.7 0 0 1-.36-.46zm-21.72.057l-.056-.057l6.74-.776a2.7 2.7 0 0 1-.36.46C18.96 17.457 17.98 18 16.186 18c-1.9 0-2.71-.423-3.019-.718" clipRule="evenodd"/></g><defs><clipPath id="healthiconsInsecticideResistanceNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsInsecticideResistanceNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25 35h3.586L23 40.586l-7.293-7.293l-1.414 1.414L21.586 42H12v2h24v-2H24.414L30 36.414V40h2v-7h-7zM24 4a1 1 0 0 1 1 1v6.95q.143.229.27.517l1.959-2.211l.827-2.37a1 1 0 0 1 1.888.659l-.892 2.556a1 1 0 0 1-.195.334l-2.48 2.797l.523.06l9.22 1.062l.643.074l.195.618c.24.76.144 1.836-.745 2.683c-.85.81-2.276 1.271-4.399 1.271c-2.228 0-3.762-.693-4.738-1.695a4.6 4.6 0 0 1-1.077-1.762l.001.172c0 .745-.054 1.456-.151 2.104l2.51.962a1 1 0 0 1 .301.183l1.551 1.364l1.97.495a1 1 0 1 1-.487 1.94l-2.205-.555a1 1 0 0 1-.417-.218l-1.598-1.405l-1.254-.482l1.555 1.303a1 1 0 0 1 .337.971l-.43 2.06l1.141 1.142a1 1 0 0 1-1.414 1.415l-1.524-1.524a1 1 0 0 1-.272-.912l.419-2.003l-1.281-1.073a1 1 0 0 1-.293-.412a.84.84 0 0 1-.458.145a.84.84 0 0 1-.458-.145a1 1 0 0 1-.202.325l-1.001 1.079l.435 2.084a1 1 0 0 1-.271.912l-1.524 1.524a1 1 0 0 1-1.415-1.415l1.142-1.141l-.43-2.06a1 1 0 0 1 .245-.886l1.227-1.321l-.92.393l-1.487 1.402a1 1 0 0 1-.443.242l-2.204.554a1 1 0 0 1-.487-1.94l1.952-.49l1.427-1.345a1 1 0 0 1 .292-.191l2.274-.974a14 14 0 0 1-.151-2.28a4.6 4.6 0 0 1-1.076 1.763C19.948 19.307 18.414 20 16.185 20c-2.122 0-3.548-.46-4.398-1.27c-.889-.848-.986-1.923-.745-2.684l.195-.618l.644-.074l9.219-1.061l.522-.06l-2.479-2.798a1 1 0 0 1-.195-.334l-.892-2.556a1 1 0 0 1 1.888-.66l.827 2.37l1.959 2.211q.127-.287.27-.515V5a1 1 0 0 1 1-1m10.888 13.225l-.055.057c-.31.295-1.118.718-3.019.718c-1.794 0-2.774-.544-3.306-1.09a2.7 2.7 0 0 1-.36-.46zm-21.72.057l-.056-.057l6.74-.776a2.7 2.7 0 0 1-.36.46C18.96 17.457 17.98 18 16.186 18c-1.9 0-2.71-.423-3.019-.718" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsInsecticideResistanceNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-insecticide-resistance-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsInsecticideResistanceNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25%2035h3.586L23%2040.586l-7.293-7.293l-1.414%201.414L21.586%2042H12v2h24v-2H24.414L30%2036.414V40h2v-7h-7zM24%204a1%201%200%200%201%201%201v6.95q.143.229.27.517l1.959-2.211l.827-2.37a1%201%200%200%201%201.888.659l-.892%202.556a1%201%200%200%201-.195.334l-2.48%202.797l.523.06l9.22%201.062l.643.074l.195.618c.24.76.144%201.836-.745%202.683c-.85.81-2.276%201.271-4.399%201.271c-2.228%200-3.762-.693-4.738-1.695a4.6%204.6%200%200%201-1.077-1.762l.001.172c0%20.745-.054%201.456-.151%202.104l2.51.962a1%201%200%200%201%20.301.183l1.551%201.364l1.97.495a1%201%200%201%201-.487%201.94l-2.205-.555a1%201%200%200%201-.417-.218l-1.598-1.405l-1.254-.482l1.555%201.303a1%201%200%200%201%20.337.971l-.43%202.06l1.141%201.142a1%201%200%200%201-1.414%201.415l-1.524-1.524a1%201%200%200%201-.272-.912l.419-2.003l-1.281-1.073a1%201%200%200%201-.293-.412a.84.84%200%200%201-.458.145a.84.84%200%200%201-.458-.145a1%201%200%200%201-.202.325l-1.001%201.079l.435%202.084a1%201%200%200%201-.271.912l-1.524%201.524a1%201%200%200%201-1.415-1.415l1.142-1.141l-.43-2.06a1%201%200%200%201%20.245-.886l1.227-1.321l-.92.393l-1.487%201.402a1%201%200%200%201-.443.242l-2.204.554a1%201%200%200%201-.487-1.94l1.952-.49l1.427-1.345a1%201%200%200%201%20.292-.191l2.274-.974a14%2014%200%200%201-.151-2.28a4.6%204.6%200%200%201-1.076%201.763C19.948%2019.307%2018.414%2020%2016.185%2020c-2.122%200-3.548-.46-4.398-1.27c-.889-.848-.986-1.923-.745-2.684l.195-.618l.644-.074l9.219-1.061l.522-.06l-2.479-2.798a1%201%200%200%201-.195-.334l-.892-2.556a1%201%200%200%201%201.888-.66l.827%202.37l1.959%202.211q.127-.287.27-.515V5a1%201%200%200%201%201-1m10.888%2013.225l-.055.057c-.31.295-1.118.718-3.019.718c-1.794%200-2.774-.544-3.306-1.09a2.7%202.7%200%200%201-.36-.46zm-21.72.057l-.056-.057l6.74-.776a2.7%202.7%200%200%201-.36.46C18.96%2017.457%2017.98%2018%2016.186%2018c-1.9%200-2.71-.423-3.019-.718%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsInsecticideResistanceNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsInsecticideResistanceNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25%2035h3.586L23%2040.586l-7.293-7.293l-1.414%201.414L21.586%2042H12v2h24v-2H24.414L30%2036.414V40h2v-7h-7zM24%204a1%201%200%200%201%201%201v6.95q.143.229.27.517l1.959-2.211l.827-2.37a1%201%200%200%201%201.888.659l-.892%202.556a1%201%200%200%201-.195.334l-2.48%202.797l.523.06l9.22%201.062l.643.074l.195.618c.24.76.144%201.836-.745%202.683c-.85.81-2.276%201.271-4.399%201.271c-2.228%200-3.762-.693-4.738-1.695a4.6%204.6%200%200%201-1.077-1.762l.001.172c0%20.745-.054%201.456-.151%202.104l2.51.962a1%201%200%200%201%20.301.183l1.551%201.364l1.97.495a1%201%200%201%201-.487%201.94l-2.205-.555a1%201%200%200%201-.417-.218l-1.598-1.405l-1.254-.482l1.555%201.303a1%201%200%200%201%20.337.971l-.43%202.06l1.141%201.142a1%201%200%200%201-1.414%201.415l-1.524-1.524a1%201%200%200%201-.272-.912l.419-2.003l-1.281-1.073a1%201%200%200%201-.293-.412a.84.84%200%200%201-.458.145a.84.84%200%200%201-.458-.145a1%201%200%200%201-.202.325l-1.001%201.079l.435%202.084a1%201%200%200%201-.271.912l-1.524%201.524a1%201%200%200%201-1.415-1.415l1.142-1.141l-.43-2.06a1%201%200%200%201%20.245-.886l1.227-1.321l-.92.393l-1.487%201.402a1%201%200%200%201-.443.242l-2.204.554a1%201%200%200%201-.487-1.94l1.952-.49l1.427-1.345a1%201%200%200%201%20.292-.191l2.274-.974a14%2014%200%200%201-.151-2.28a4.6%204.6%200%200%201-1.076%201.763C19.948%2019.307%2018.414%2020%2016.185%2020c-2.122%200-3.548-.46-4.398-1.27c-.889-.848-.986-1.923-.745-2.684l.195-.618l.644-.074l9.219-1.061l.522-.06l-2.479-2.798a1%201%200%200%201-.195-.334l-.892-2.556a1%201%200%200%201%201.888-.66l.827%202.37l1.959%202.211q.127-.287.27-.515V5a1%201%200%200%201%201-1m10.888%2013.225l-.055.057c-.31.295-1.118.718-3.019.718c-1.794%200-2.774-.544-3.306-1.09a2.7%202.7%200%200%201-.36-.46zm-21.72.057l-.056-.057l6.74-.776a2.7%202.7%200%200%201-.36.46C18.96%2017.457%2017.98%2018%2016.186%2018c-1.9%200-2.71-.423-3.019-.718%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsInsecticideResistanceNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/insecticide-resistance-negative.svg?color=%231a73e8&size=48