chemical-weapon from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
chemical-weapon
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the chemical weapon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 7.83A3 3 0 0 1 9 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.84 2.42-2 2.83v2.81a3.66 3.66 0 0 0-2 0zm7.3 13.27a2.99 2.99 0 0 1-1.46-3.14l-2.44-1.41c.48-.46.84-1.05 1-1.73l2.44 1.41c.94-.81 2.32-.97 3.45-.32c1.44.83 1.93 2.66 1.1 4.09a2.987 2.987 0 0 1-4.09 1.1M2.7 15.9c1.13-.65 2.51-.48 3.45.32l2.45-1.41c.16.69.51 1.27 1 1.73l-2.45 1.41c.23 1.22-.32 2.5-1.45 3.15c-1.44.83-3.27.34-4.1-1.1a3 3 0 0 1 1.1-4.1M14 14a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2m3 0l-.03.57l-1.47-.86c-.1-1.07-.67-2-1.5-2.59V9.41c1.77.78 3 2.54 3 4.59m-2.03 4.03c-.83.61-1.86.97-2.97.97s-2.14-.36-2.97-1l1.47-.83c.46.21.97.33 1.5.33s1.03-.12 1.5-.33zm-7.94-3.47L7 14c0-2.05 1.23-3.81 3-4.58v1.71c-.83.58-1.4 1.51-1.5 2.57z"/></svg>

React

import type { SVGProps } from "react";

export function MdiChemicalWeapon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 7.83A3 3 0 0 1 9 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.84 2.42-2 2.83v2.81a3.66 3.66 0 0 0-2 0zm7.3 13.27a2.99 2.99 0 0 1-1.46-3.14l-2.44-1.41c.48-.46.84-1.05 1-1.73l2.44 1.41c.94-.81 2.32-.97 3.45-.32c1.44.83 1.93 2.66 1.1 4.09a2.987 2.987 0 0 1-4.09 1.1M2.7 15.9c1.13-.65 2.51-.48 3.45.32l2.45-1.41c.16.69.51 1.27 1 1.73l-2.45 1.41c.23 1.22-.32 2.5-1.45 3.15c-1.44.83-3.27.34-4.1-1.1a3 3 0 0 1 1.1-4.1M14 14a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2m3 0l-.03.57l-1.47-.86c-.1-1.07-.67-2-1.5-2.59V9.41c1.77.78 3 2.54 3 4.59m-2.03 4.03c-.83.61-1.86.97-2.97.97s-2.14-.36-2.97-1l1.47-.83c.46.21.97.33 1.5.33s1.03-.12 1.5-.33zm-7.94-3.47L7 14c0-2.05 1.23-3.81 3-4.58v1.71c-.83.58-1.4 1.51-1.5 2.57z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 7.83A3 3 0 0 1 9 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.84 2.42-2 2.83v2.81a3.66 3.66 0 0 0-2 0zm7.3 13.27a2.99 2.99 0 0 1-1.46-3.14l-2.44-1.41c.48-.46.84-1.05 1-1.73l2.44 1.41c.94-.81 2.32-.97 3.45-.32c1.44.83 1.93 2.66 1.1 4.09a2.987 2.987 0 0 1-4.09 1.1M2.7 15.9c1.13-.65 2.51-.48 3.45.32l2.45-1.41c.16.69.51 1.27 1 1.73l-2.45 1.41c.23 1.22-.32 2.5-1.45 3.15c-1.44.83-3.27.34-4.1-1.1a3 3 0 0 1 1.1-4.1M14 14a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2m3 0l-.03.57l-1.47-.86c-.1-1.07-.67-2-1.5-2.59V9.41c1.77.78 3 2.54 3 4.59m-2.03 4.03c-.83.61-1.86.97-2.97.97s-2.14-.36-2.97-1l1.47-.83c.46.21.97.33 1.5.33s1.03-.12 1.5-.33zm-7.94-3.47L7 14c0-2.05 1.23-3.81 3-4.58v1.71c-.83.58-1.4 1.51-1.5 2.57z"/></svg>
</template>

CSS

.icon-chemical-weapon {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%207.83A3%203%200%200%201%209%205a3%203%200%200%201%203-3a3%203%200%200%201%203%203c0%201.31-.84%202.42-2%202.83v2.81a3.66%203.66%200%200%200-2%200zm7.3%2013.27a2.99%202.99%200%200%201-1.46-3.14l-2.44-1.41c.48-.46.84-1.05%201-1.73l2.44%201.41c.94-.81%202.32-.97%203.45-.32c1.44.83%201.93%202.66%201.1%204.09a2.987%202.987%200%200%201-4.09%201.1M2.7%2015.9c1.13-.65%202.51-.48%203.45.32l2.45-1.41c.16.69.51%201.27%201%201.73l-2.45%201.41c.23%201.22-.32%202.5-1.45%203.15c-1.44.83-3.27.34-4.1-1.1a3%203%200%200%201%201.1-4.1M14%2014a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202m3%200l-.03.57l-1.47-.86c-.1-1.07-.67-2-1.5-2.59V9.41c1.77.78%203%202.54%203%204.59m-2.03%204.03c-.83.61-1.86.97-2.97.97s-2.14-.36-2.97-1l1.47-.83c.46.21.97.33%201.5.33s1.03-.12%201.5-.33zm-7.94-3.47L7%2014c0-2.05%201.23-3.81%203-4.58v1.71c-.83.58-1.4%201.51-1.5%202.57z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%207.83A3%203%200%200%201%209%205a3%203%200%200%201%203-3a3%203%200%200%201%203%203c0%201.31-.84%202.42-2%202.83v2.81a3.66%203.66%200%200%200-2%200zm7.3%2013.27a2.99%202.99%200%200%201-1.46-3.14l-2.44-1.41c.48-.46.84-1.05%201-1.73l2.44%201.41c.94-.81%202.32-.97%203.45-.32c1.44.83%201.93%202.66%201.1%204.09a2.987%202.987%200%200%201-4.09%201.1M2.7%2015.9c1.13-.65%202.51-.48%203.45.32l2.45-1.41c.16.69.51%201.27%201%201.73l-2.45%201.41c.23%201.22-.32%202.5-1.45%203.15c-1.44.83-3.27.34-4.1-1.1a3%203%200%200%201%201.1-4.1M14%2014a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202m3%200l-.03.57l-1.47-.86c-.1-1.07-.67-2-1.5-2.59V9.41c1.77.78%203%202.54%203%204.59m-2.03%204.03c-.83.61-1.86.97-2.97.97s-2.14-.36-2.97-1l1.47-.83c.46.21.97.33%201.5.33s1.03-.12%201.5-.33zm-7.94-3.47L7%2014c0-2.05%201.23-3.81%203-4.58v1.71c-.83.58-1.4%201.51-1.5%202.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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