benzene icon

benzene from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
benzene
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

More medicine icons from Reicon

Use the benzene icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.384 15.144a.75.75 0 1 0-.768-1.288l-4 2.384a.75.75 0 0 0 .768 1.288z"/><path fill-rule="evenodd" d="M10.84 3.54c.37-.173.741-.29 1.16-.29s.79.117 1.16.29c.35.163.746.399 1.213.676l3.02 1.795c.467.278.864.514 1.175.743q.226.165.417.355l2.6-1.733a.75.75 0 1 1 .831 1.248l-2.748 1.832q.03.164.045.335c.037.389.037.86.037 1.416v3.586c0 .557 0 1.027-.037 1.416c-.04.413-.125.793-.33 1.158c-.204.366-.484.634-.815.879c-.31.229-.708.465-1.175.743l-3.02 1.795c-.466.277-.864.513-1.212.676c-.371.173-.742.29-1.16.29c-.42 0-.79-.117-1.162-.29c-.348-.163-.745-.399-1.212-.676l-3.02-1.795c-.467-.278-.864-.514-1.175-.743q-.226-.165-.417-.355l-2.599 1.733a.75.75 0 1 1-.832-1.248l2.748-1.832q-.03-.164-.045-.335c-.037-.389-.037-.86-.037-1.416v-3.586c0-.557 0-1.027.037-1.416q.016-.171.045-.335L1.584 6.624a.75.75 0 0 1 .832-1.248l2.6 1.733q.19-.19.416-.355c.31-.229.708-.465 1.175-.743l3.02-1.795c.467-.277.864-.513 1.212-.676m.633 1.36c-.272.127-.605.323-1.11.624L7.404 7.283c-.506.3-.838.499-1.081.678c-.23.17-.332.289-.398.406s-.116.273-.144.567c-.03.31-.03.707-.03 1.307v3.518c0 .6 0 .998.03 1.307c.028.294.078.449.144.567s.168.236.398.406c.243.18.575.378 1.081.678l2.959 1.759c.505.3.838.497 1.11.625c.258.12.405.149.527.149c.123 0 .27-.03.527-.15c.272-.127.605-.323 1.11-.624l2.96-1.759c.505-.3.837-.499 1.08-.678c.23-.17.332-.289.398-.406c.067-.118.117-.273.145-.567c.03-.31.03-.707.03-1.307V10.24c0-.6 0-.998-.03-1.307c-.028-.294-.078-.449-.145-.567s-.168-.236-.398-.406c-.243-.18-.575-.378-1.08-.678l-2.96-1.759c-.505-.3-.838-.497-1.11-.624c-.258-.12-.404-.15-.527-.15c-.122 0-.27.03-.527.15" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBenzene(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.384 15.144a.75.75 0 1 0-.768-1.288l-4 2.384a.75.75 0 0 0 .768 1.288z"/><path fillRule="evenodd" d="M10.84 3.54c.37-.173.741-.29 1.16-.29s.79.117 1.16.29c.35.163.746.399 1.213.676l3.02 1.795c.467.278.864.514 1.175.743q.226.165.417.355l2.6-1.733a.75.75 0 1 1 .831 1.248l-2.748 1.832q.03.164.045.335c.037.389.037.86.037 1.416v3.586c0 .557 0 1.027-.037 1.416c-.04.413-.125.793-.33 1.158c-.204.366-.484.634-.815.879c-.31.229-.708.465-1.175.743l-3.02 1.795c-.466.277-.864.513-1.212.676c-.371.173-.742.29-1.16.29c-.42 0-.79-.117-1.162-.29c-.348-.163-.745-.399-1.212-.676l-3.02-1.795c-.467-.278-.864-.514-1.175-.743q-.226-.165-.417-.355l-2.599 1.733a.75.75 0 1 1-.832-1.248l2.748-1.832q-.03-.164-.045-.335c-.037-.389-.037-.86-.037-1.416v-3.586c0-.557 0-1.027.037-1.416q.016-.171.045-.335L1.584 6.624a.75.75 0 0 1 .832-1.248l2.6 1.733q.19-.19.416-.355c.31-.229.708-.465 1.175-.743l3.02-1.795c.467-.277.864-.513 1.212-.676m.633 1.36c-.272.127-.605.323-1.11.624L7.404 7.283c-.506.3-.838.499-1.081.678c-.23.17-.332.289-.398.406s-.116.273-.144.567c-.03.31-.03.707-.03 1.307v3.518c0 .6 0 .998.03 1.307c.028.294.078.449.144.567s.168.236.398.406c.243.18.575.378 1.081.678l2.959 1.759c.505.3.838.497 1.11.625c.258.12.405.149.527.149c.123 0 .27-.03.527-.15c.272-.127.605-.323 1.11-.624l2.96-1.759c.505-.3.837-.499 1.08-.678c.23-.17.332-.289.398-.406c.067-.118.117-.273.145-.567c.03-.31.03-.707.03-1.307V10.24c0-.6 0-.998-.03-1.307c-.028-.294-.078-.449-.145-.567s-.168-.236-.398-.406c-.243-.18-.575-.378-1.08-.678l-2.96-1.759c-.505-.3-.838-.497-1.11-.624c-.258-.12-.404-.15-.527-.15c-.122 0-.27.03-.527.15" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.384 15.144a.75.75 0 1 0-.768-1.288l-4 2.384a.75.75 0 0 0 .768 1.288z"/><path fill-rule="evenodd" d="M10.84 3.54c.37-.173.741-.29 1.16-.29s.79.117 1.16.29c.35.163.746.399 1.213.676l3.02 1.795c.467.278.864.514 1.175.743q.226.165.417.355l2.6-1.733a.75.75 0 1 1 .831 1.248l-2.748 1.832q.03.164.045.335c.037.389.037.86.037 1.416v3.586c0 .557 0 1.027-.037 1.416c-.04.413-.125.793-.33 1.158c-.204.366-.484.634-.815.879c-.31.229-.708.465-1.175.743l-3.02 1.795c-.466.277-.864.513-1.212.676c-.371.173-.742.29-1.16.29c-.42 0-.79-.117-1.162-.29c-.348-.163-.745-.399-1.212-.676l-3.02-1.795c-.467-.278-.864-.514-1.175-.743q-.226-.165-.417-.355l-2.599 1.733a.75.75 0 1 1-.832-1.248l2.748-1.832q-.03-.164-.045-.335c-.037-.389-.037-.86-.037-1.416v-3.586c0-.557 0-1.027.037-1.416q.016-.171.045-.335L1.584 6.624a.75.75 0 0 1 .832-1.248l2.6 1.733q.19-.19.416-.355c.31-.229.708-.465 1.175-.743l3.02-1.795c.467-.277.864-.513 1.212-.676m.633 1.36c-.272.127-.605.323-1.11.624L7.404 7.283c-.506.3-.838.499-1.081.678c-.23.17-.332.289-.398.406s-.116.273-.144.567c-.03.31-.03.707-.03 1.307v3.518c0 .6 0 .998.03 1.307c.028.294.078.449.144.567s.168.236.398.406c.243.18.575.378 1.081.678l2.959 1.759c.505.3.838.497 1.11.625c.258.12.405.149.527.149c.123 0 .27-.03.527-.15c.272-.127.605-.323 1.11-.624l2.96-1.759c.505-.3.837-.499 1.08-.678c.23-.17.332-.289.398-.406c.067-.118.117-.273.145-.567c.03-.31.03-.707.03-1.307V10.24c0-.6 0-.998-.03-1.307c-.028-.294-.078-.449-.145-.567s-.168-.236-.398-.406c-.243-.18-.575-.378-1.08-.678l-2.96-1.759c-.505-.3-.838-.497-1.11-.624c-.258-.12-.404-.15-.527-.15c-.122 0-.27.03-.527.15" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-benzene {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.384%2015.144a.75.75%200%201%200-.768-1.288l-4%202.384a.75.75%200%200%200%20.768%201.288z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.84%203.54c.37-.173.741-.29%201.16-.29s.79.117%201.16.29c.35.163.746.399%201.213.676l3.02%201.795c.467.278.864.514%201.175.743q.226.165.417.355l2.6-1.733a.75.75%200%201%201%20.831%201.248l-2.748%201.832q.03.164.045.335c.037.389.037.86.037%201.416v3.586c0%20.557%200%201.027-.037%201.416c-.04.413-.125.793-.33%201.158c-.204.366-.484.634-.815.879c-.31.229-.708.465-1.175.743l-3.02%201.795c-.466.277-.864.513-1.212.676c-.371.173-.742.29-1.16.29c-.42%200-.79-.117-1.162-.29c-.348-.163-.745-.399-1.212-.676l-3.02-1.795c-.467-.278-.864-.514-1.175-.743q-.226-.165-.417-.355l-2.599%201.733a.75.75%200%201%201-.832-1.248l2.748-1.832q-.03-.164-.045-.335c-.037-.389-.037-.86-.037-1.416v-3.586c0-.557%200-1.027.037-1.416q.016-.171.045-.335L1.584%206.624a.75.75%200%200%201%20.832-1.248l2.6%201.733q.19-.19.416-.355c.31-.229.708-.465%201.175-.743l3.02-1.795c.467-.277.864-.513%201.212-.676m.633%201.36c-.272.127-.605.323-1.11.624L7.404%207.283c-.506.3-.838.499-1.081.678c-.23.17-.332.289-.398.406s-.116.273-.144.567c-.03.31-.03.707-.03%201.307v3.518c0%20.6%200%20.998.03%201.307c.028.294.078.449.144.567s.168.236.398.406c.243.18.575.378%201.081.678l2.959%201.759c.505.3.838.497%201.11.625c.258.12.405.149.527.149c.123%200%20.27-.03.527-.15c.272-.127.605-.323%201.11-.624l2.96-1.759c.505-.3.837-.499%201.08-.678c.23-.17.332-.289.398-.406c.067-.118.117-.273.145-.567c.03-.31.03-.707.03-1.307V10.24c0-.6%200-.998-.03-1.307c-.028-.294-.078-.449-.145-.567s-.168-.236-.398-.406c-.243-.18-.575-.378-1.08-.678l-2.96-1.759c-.505-.3-.838-.497-1.11-.624c-.258-.12-.404-.15-.527-.15c-.122%200-.27.03-.527.15%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.384%2015.144a.75.75%200%201%200-.768-1.288l-4%202.384a.75.75%200%200%200%20.768%201.288z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.84%203.54c.37-.173.741-.29%201.16-.29s.79.117%201.16.29c.35.163.746.399%201.213.676l3.02%201.795c.467.278.864.514%201.175.743q.226.165.417.355l2.6-1.733a.75.75%200%201%201%20.831%201.248l-2.748%201.832q.03.164.045.335c.037.389.037.86.037%201.416v3.586c0%20.557%200%201.027-.037%201.416c-.04.413-.125.793-.33%201.158c-.204.366-.484.634-.815.879c-.31.229-.708.465-1.175.743l-3.02%201.795c-.466.277-.864.513-1.212.676c-.371.173-.742.29-1.16.29c-.42%200-.79-.117-1.162-.29c-.348-.163-.745-.399-1.212-.676l-3.02-1.795c-.467-.278-.864-.514-1.175-.743q-.226-.165-.417-.355l-2.599%201.733a.75.75%200%201%201-.832-1.248l2.748-1.832q-.03-.164-.045-.335c-.037-.389-.037-.86-.037-1.416v-3.586c0-.557%200-1.027.037-1.416q.016-.171.045-.335L1.584%206.624a.75.75%200%200%201%20.832-1.248l2.6%201.733q.19-.19.416-.355c.31-.229.708-.465%201.175-.743l3.02-1.795c.467-.277.864-.513%201.212-.676m.633%201.36c-.272.127-.605.323-1.11.624L7.404%207.283c-.506.3-.838.499-1.081.678c-.23.17-.332.289-.398.406s-.116.273-.144.567c-.03.31-.03.707-.03%201.307v3.518c0%20.6%200%20.998.03%201.307c.028.294.078.449.144.567s.168.236.398.406c.243.18.575.378%201.081.678l2.959%201.759c.505.3.838.497%201.11.625c.258.12.405.149.527.149c.123%200%20.27-.03.527-.15c.272-.127.605-.323%201.11-.624l2.96-1.759c.505-.3.837-.499%201.08-.678c.23-.17.332-.289.398-.406c.067-.118.117-.273.145-.567c.03-.31.03-.707.03-1.307V10.24c0-.6%200-.998-.03-1.307c-.028-.294-.078-.449-.145-.567s-.168-.236-.398-.406c-.243-.18-.575-.378-1.08-.678l-2.96-1.759c-.505-.3-.838-.497-1.11-.624c-.258-.12-.404-.15-.527-.15c-.122%200-.27.03-.527.15%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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