synergist insecticide bioassays negative icon
synergist-insecticide-bioassays-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- synergist-insecticide-bioassays-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the synergist insecticide bioassays negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsSynergistInsecticideBioassaysNegative)"><path d="M14 10a1.333 1.333 0 1 0 0-2.667A1.333 1.333 0 0 0 14 10"/><path fill-rule="evenodd" d="M14 24a6 6 0 1 1 0 12a6 6 0 0 1 0-12m0 2a4 4 0 0 1 3.446 6.032l-5.478-5.478A4 4 0 0 1 14 26m-3.446 1.968a4 4 0 0 0 5.478 5.478z" clip-rule="evenodd"/><path d="M35 12.156c0-.705-.384-1.352-1-1.69v-.695h6v.696c-.616.337-1 .984-1 1.689v7.688c0 .705.384 1.352 1 1.69v.695h-6v-.696c.616-.337 1-.984 1-1.689z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM10 10.333a1 1 0 0 0 1 1h2V13H9.5a1.5 1.5 0 0 0-.018 3a1 1 0 0 1-.051.159l-3.263 7.458a2 2 0 0 0-.168.801V41a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V24.418a2 2 0 0 0-.168-.801l-3.263-7.459a1 1 0 0 1-.05-.158a1.5 1.5 0 0 0-.019-3H15v-1.667h2a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1zM42 40c0 1.105-.625 2-5 2c-3.495 0-4.597-.571-4.899-1.364c-.363.517-1.042.949-1.876 1.13c-.709.155-1.392.098-1.917-.118c-.819.447-1.875.515-2.778-.069C24.528 40.931 24 39.667 24 38a1 1 0 1 1 2 0c0 1.3.404 1.762.617 1.9c.215.14.523.144.814-.058l.04-.026c.3-.627 1.06-1.176 2.026-1.387c1.333-.29 2.574.167 2.842 1.026c.223-.206.55-.423.957-.625l-2.066-2.392h-1.146a1.25 1.25 0 0 1-1.09-.637l-1.865-3.31a1 1 0 0 1 1.742-.982l1.65 2.928h.938c.436 0 .85.19 1.135.52l2.225 2.577c.17.197.25.442.243.683q.211-.047.432-.086l.134-2.222l-1.435-.828a1.5 1.5 0 0 1-.586-1.982l1.289-2.523a1 1 0 0 1 1.78.91l-1.072 2.1l1.291.745a1.5 1.5 0 0 1 .747 1.39l-.137 2.294l.181.012l1.853-1.711l-.943-1.587a1.25 1.25 0 0 1-.015-1.252l1.422-2.529a1 1 0 0 1 1.744.98l-1.21 2.152l.928 1.562a1.5 1.5 0 0 1-.271 1.868l-1.13 1.043C41.242 39 42 39.613 42 40m-1-20.2c.616.338 1 .985 1 1.69V26H32v-4.51c0-.705.384-1.352 1-1.69v-7.6c-.616-.338-1-.985-1-1.69V6h10v4.51c0 .705-.384 1.352-1 1.69z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSynergistInsecticideBioassaysNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSynergistInsecticideBioassaysNegative(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 fill="currentColor" clipPath="url(#healthiconsSynergistInsecticideBioassaysNegative)"><path d="M14 10a1.333 1.333 0 1 0 0-2.667A1.333 1.333 0 0 0 14 10"/><path fillRule="evenodd" d="M14 24a6 6 0 1 1 0 12a6 6 0 0 1 0-12m0 2a4 4 0 0 1 3.446 6.032l-5.478-5.478A4 4 0 0 1 14 26m-3.446 1.968a4 4 0 0 0 5.478 5.478z" clipRule="evenodd"/><path d="M35 12.156c0-.705-.384-1.352-1-1.69v-.695h6v.696c-.616.337-1 .984-1 1.689v7.688c0 .705.384 1.352 1 1.69v.695h-6v-.696c.616-.337 1-.984 1-1.689z"/><path fillRule="evenodd" d="M48 0H0v48h48zM10 10.333a1 1 0 0 0 1 1h2V13H9.5a1.5 1.5 0 0 0-.018 3a1 1 0 0 1-.051.159l-3.263 7.458a2 2 0 0 0-.168.801V41a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V24.418a2 2 0 0 0-.168-.801l-3.263-7.459a1 1 0 0 1-.05-.158a1.5 1.5 0 0 0-.019-3H15v-1.667h2a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1zM42 40c0 1.105-.625 2-5 2c-3.495 0-4.597-.571-4.899-1.364c-.363.517-1.042.949-1.876 1.13c-.709.155-1.392.098-1.917-.118c-.819.447-1.875.515-2.778-.069C24.528 40.931 24 39.667 24 38a1 1 0 1 1 2 0c0 1.3.404 1.762.617 1.9c.215.14.523.144.814-.058l.04-.026c.3-.627 1.06-1.176 2.026-1.387c1.333-.29 2.574.167 2.842 1.026c.223-.206.55-.423.957-.625l-2.066-2.392h-1.146a1.25 1.25 0 0 1-1.09-.637l-1.865-3.31a1 1 0 0 1 1.742-.982l1.65 2.928h.938c.436 0 .85.19 1.135.52l2.225 2.577c.17.197.25.442.243.683q.211-.047.432-.086l.134-2.222l-1.435-.828a1.5 1.5 0 0 1-.586-1.982l1.289-2.523a1 1 0 0 1 1.78.91l-1.072 2.1l1.291.745a1.5 1.5 0 0 1 .747 1.39l-.137 2.294l.181.012l1.853-1.711l-.943-1.587a1.25 1.25 0 0 1-.015-1.252l1.422-2.529a1 1 0 0 1 1.744.98l-1.21 2.152l.928 1.562a1.5 1.5 0 0 1-.271 1.868l-1.13 1.043C41.242 39 42 39.613 42 40m-1-20.2c.616.338 1 .985 1 1.69V26H32v-4.51c0-.705.384-1.352 1-1.69v-7.6c-.616-.338-1-.985-1-1.69V6h10v4.51c0 .705-.384 1.352-1 1.69z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSynergistInsecticideBioassaysNegative"><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 fill="currentColor" clip-path="url(#healthiconsSynergistInsecticideBioassaysNegative)"><path d="M14 10a1.333 1.333 0 1 0 0-2.667A1.333 1.333 0 0 0 14 10"/><path fill-rule="evenodd" d="M14 24a6 6 0 1 1 0 12a6 6 0 0 1 0-12m0 2a4 4 0 0 1 3.446 6.032l-5.478-5.478A4 4 0 0 1 14 26m-3.446 1.968a4 4 0 0 0 5.478 5.478z" clip-rule="evenodd"/><path d="M35 12.156c0-.705-.384-1.352-1-1.69v-.695h6v.696c-.616.337-1 .984-1 1.689v7.688c0 .705.384 1.352 1 1.69v.695h-6v-.696c.616-.337 1-.984 1-1.689z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM10 10.333a1 1 0 0 0 1 1h2V13H9.5a1.5 1.5 0 0 0-.018 3a1 1 0 0 1-.051.159l-3.263 7.458a2 2 0 0 0-.168.801V41a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V24.418a2 2 0 0 0-.168-.801l-3.263-7.459a1 1 0 0 1-.05-.158a1.5 1.5 0 0 0-.019-3H15v-1.667h2a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1zM42 40c0 1.105-.625 2-5 2c-3.495 0-4.597-.571-4.899-1.364c-.363.517-1.042.949-1.876 1.13c-.709.155-1.392.098-1.917-.118c-.819.447-1.875.515-2.778-.069C24.528 40.931 24 39.667 24 38a1 1 0 1 1 2 0c0 1.3.404 1.762.617 1.9c.215.14.523.144.814-.058l.04-.026c.3-.627 1.06-1.176 2.026-1.387c1.333-.29 2.574.167 2.842 1.026c.223-.206.55-.423.957-.625l-2.066-2.392h-1.146a1.25 1.25 0 0 1-1.09-.637l-1.865-3.31a1 1 0 0 1 1.742-.982l1.65 2.928h.938c.436 0 .85.19 1.135.52l2.225 2.577c.17.197.25.442.243.683q.211-.047.432-.086l.134-2.222l-1.435-.828a1.5 1.5 0 0 1-.586-1.982l1.289-2.523a1 1 0 0 1 1.78.91l-1.072 2.1l1.291.745a1.5 1.5 0 0 1 .747 1.39l-.137 2.294l.181.012l1.853-1.711l-.943-1.587a1.25 1.25 0 0 1-.015-1.252l1.422-2.529a1 1 0 0 1 1.744.98l-1.21 2.152l.928 1.562a1.5 1.5 0 0 1-.271 1.868l-1.13 1.043C41.242 39 42 39.613 42 40m-1-20.2c.616.338 1 .985 1 1.69V26H32v-4.51c0-.705.384-1.352 1-1.69v-7.6c-.616-.338-1-.985-1-1.69V6h10v4.51c0 .705-.384 1.352-1 1.69z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSynergistInsecticideBioassaysNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-synergist-insecticide-bioassays-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsSynergistInsecticideBioassaysNegative)%22%3E%3Cpath%20d%3D%22M14%2010a1.333%201.333%200%201%200%200-2.667A1.333%201.333%200%200%200%2014%2010%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2024a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m0%202a4%204%200%200%201%203.446%206.032l-5.478-5.478A4%204%200%200%201%2014%2026m-3.446%201.968a4%204%200%200%200%205.478%205.478z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M35%2012.156c0-.705-.384-1.352-1-1.69v-.695h6v.696c-.616.337-1%20.984-1%201.689v7.688c0%20.705.384%201.352%201%201.69v.695h-6v-.696c.616-.337%201-.984%201-1.689z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10%2010.333a1%201%200%200%200%201%201h2V13H9.5a1.5%201.5%200%200%200-.018%203a1%201%200%200%201-.051.159l-3.263%207.458a2%202%200%200%200-.168.801V41a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V24.418a2%202%200%200%200-.168-.801l-3.263-7.459a1%201%200%200%201-.05-.158a1.5%201.5%200%200%200-.019-3H15v-1.667h2a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-6a1%201%200%200%200-1%201zM42%2040c0%201.105-.625%202-5%202c-3.495%200-4.597-.571-4.899-1.364c-.363.517-1.042.949-1.876%201.13c-.709.155-1.392.098-1.917-.118c-.819.447-1.875.515-2.778-.069C24.528%2040.931%2024%2039.667%2024%2038a1%201%200%201%201%202%200c0%201.3.404%201.762.617%201.9c.215.14.523.144.814-.058l.04-.026c.3-.627%201.06-1.176%202.026-1.387c1.333-.29%202.574.167%202.842%201.026c.223-.206.55-.423.957-.625l-2.066-2.392h-1.146a1.25%201.25%200%200%201-1.09-.637l-1.865-3.31a1%201%200%200%201%201.742-.982l1.65%202.928h.938c.436%200%20.85.19%201.135.52l2.225%202.577c.17.197.25.442.243.683q.211-.047.432-.086l.134-2.222l-1.435-.828a1.5%201.5%200%200%201-.586-1.982l1.289-2.523a1%201%200%200%201%201.78.91l-1.072%202.1l1.291.745a1.5%201.5%200%200%201%20.747%201.39l-.137%202.294l.181.012l1.853-1.711l-.943-1.587a1.25%201.25%200%200%201-.015-1.252l1.422-2.529a1%201%200%200%201%201.744.98l-1.21%202.152l.928%201.562a1.5%201.5%200%200%201-.271%201.868l-1.13%201.043C41.242%2039%2042%2039.613%2042%2040m-1-20.2c.616.338%201%20.985%201%201.69V26H32v-4.51c0-.705.384-1.352%201-1.69v-7.6c-.616-.338-1-.985-1-1.69V6h10v4.51c0%20.705-.384%201.352-1%201.69z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSynergistInsecticideBioassaysNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsSynergistInsecticideBioassaysNegative)%22%3E%3Cpath%20d%3D%22M14%2010a1.333%201.333%200%201%200%200-2.667A1.333%201.333%200%200%200%2014%2010%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2024a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m0%202a4%204%200%200%201%203.446%206.032l-5.478-5.478A4%204%200%200%201%2014%2026m-3.446%201.968a4%204%200%200%200%205.478%205.478z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M35%2012.156c0-.705-.384-1.352-1-1.69v-.695h6v.696c-.616.337-1%20.984-1%201.689v7.688c0%20.705.384%201.352%201%201.69v.695h-6v-.696c.616-.337%201-.984%201-1.689z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10%2010.333a1%201%200%200%200%201%201h2V13H9.5a1.5%201.5%200%200%200-.018%203a1%201%200%200%201-.051.159l-3.263%207.458a2%202%200%200%200-.168.801V41a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V24.418a2%202%200%200%200-.168-.801l-3.263-7.459a1%201%200%200%201-.05-.158a1.5%201.5%200%200%200-.019-3H15v-1.667h2a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-6a1%201%200%200%200-1%201zM42%2040c0%201.105-.625%202-5%202c-3.495%200-4.597-.571-4.899-1.364c-.363.517-1.042.949-1.876%201.13c-.709.155-1.392.098-1.917-.118c-.819.447-1.875.515-2.778-.069C24.528%2040.931%2024%2039.667%2024%2038a1%201%200%201%201%202%200c0%201.3.404%201.762.617%201.9c.215.14.523.144.814-.058l.04-.026c.3-.627%201.06-1.176%202.026-1.387c1.333-.29%202.574.167%202.842%201.026c.223-.206.55-.423.957-.625l-2.066-2.392h-1.146a1.25%201.25%200%200%201-1.09-.637l-1.865-3.31a1%201%200%200%201%201.742-.982l1.65%202.928h.938c.436%200%20.85.19%201.135.52l2.225%202.577c.17.197.25.442.243.683q.211-.047.432-.086l.134-2.222l-1.435-.828a1.5%201.5%200%200%201-.586-1.982l1.289-2.523a1%201%200%200%201%201.78.91l-1.072%202.1l1.291.745a1.5%201.5%200%200%201%20.747%201.39l-.137%202.294l.181.012l1.853-1.711l-.943-1.587a1.25%201.25%200%200%201-.015-1.252l1.422-2.529a1%201%200%200%201%201.744.98l-1.21%202.152l.928%201.562a1.5%201.5%200%200%201-.271%201.868l-1.13%201.043C41.242%2039%2042%2039.613%2042%2040m-1-20.2c.616.338%201%20.985%201%201.69V26H32v-4.51c0-.705.384-1.352%201-1.69v-7.6c-.616-.338-1-.985-1-1.69V6h10v4.51c0%20.705-.384%201.352-1%201.69z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSynergistInsecticideBioassaysNegative%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/synergist-insecticide-bioassays-negative.svg?color=%231a73e8&size=48