benzene icon
benzene-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.
- Name
- benzene-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" fill-rule="evenodd" d="M9.98 4.88C10.965 4.292 11.458 4 12 4s1.035.293 2.02.88l2.96 1.758c.705.42 1.158.689 1.458.985l3.126-2.233a.75.75 0 1 1 .872 1.22l-3.454 2.467c.018.314.018.692.018 1.164v3.518c0 1.172 0 1.758-.27 2.241c-.271.483-.765.776-1.75 1.362l-2.96 1.759c-.985.586-1.479.879-2.02.879s-1.034-.293-2.02-.88l-2.96-1.758c-.635-.378-1.066-.634-1.364-.898l-3.24 2.16a.75.75 0 1 1-.832-1.248l3.445-2.297C5 14.737 5 14.314 5 13.76v-3.52c0-.554 0-.977.029-1.32L1.584 6.623a.75.75 0 0 1 .832-1.248l3.24 2.16c.298-.264.729-.52 1.365-.898zm6.664 9.236a.75.75 0 0 1-.26 1.028l-4 2.384a.75.75 0 1 1-.768-1.288l4-2.384a.75.75 0 0 1 1.028.26" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBenzeneFilled(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" fillRule="evenodd" d="M9.98 4.88C10.965 4.292 11.458 4 12 4s1.035.293 2.02.88l2.96 1.758c.705.42 1.158.689 1.458.985l3.126-2.233a.75.75 0 1 1 .872 1.22l-3.454 2.467c.018.314.018.692.018 1.164v3.518c0 1.172 0 1.758-.27 2.241c-.271.483-.765.776-1.75 1.362l-2.96 1.759c-.985.586-1.479.879-2.02.879s-1.034-.293-2.02-.88l-2.96-1.758c-.635-.378-1.066-.634-1.364-.898l-3.24 2.16a.75.75 0 1 1-.832-1.248l3.445-2.297C5 14.737 5 14.314 5 13.76v-3.52c0-.554 0-.977.029-1.32L1.584 6.623a.75.75 0 0 1 .832-1.248l3.24 2.16c.298-.264.729-.52 1.365-.898zm6.664 9.236a.75.75 0 0 1-.26 1.028l-4 2.384a.75.75 0 1 1-.768-1.288l4-2.384a.75.75 0 0 1 1.028.26" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.98 4.88C10.965 4.292 11.458 4 12 4s1.035.293 2.02.88l2.96 1.758c.705.42 1.158.689 1.458.985l3.126-2.233a.75.75 0 1 1 .872 1.22l-3.454 2.467c.018.314.018.692.018 1.164v3.518c0 1.172 0 1.758-.27 2.241c-.271.483-.765.776-1.75 1.362l-2.96 1.759c-.985.586-1.479.879-2.02.879s-1.034-.293-2.02-.88l-2.96-1.758c-.635-.378-1.066-.634-1.364-.898l-3.24 2.16a.75.75 0 1 1-.832-1.248l3.445-2.297C5 14.737 5 14.314 5 13.76v-3.52c0-.554 0-.977.029-1.32L1.584 6.623a.75.75 0 0 1 .832-1.248l3.24 2.16c.298-.264.729-.52 1.365-.898zm6.664 9.236a.75.75 0 0 1-.26 1.028l-4 2.384a.75.75 0 1 1-.768-1.288l4-2.384a.75.75 0 0 1 1.028.26" clip-rule="evenodd"/></svg> </template>
CSS
.icon-benzene-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.98%204.88C10.965%204.292%2011.458%204%2012%204s1.035.293%202.02.88l2.96%201.758c.705.42%201.158.689%201.458.985l3.126-2.233a.75.75%200%201%201%20.872%201.22l-3.454%202.467c.018.314.018.692.018%201.164v3.518c0%201.172%200%201.758-.27%202.241c-.271.483-.765.776-1.75%201.362l-2.96%201.759c-.985.586-1.479.879-2.02.879s-1.034-.293-2.02-.88l-2.96-1.758c-.635-.378-1.066-.634-1.364-.898l-3.24%202.16a.75.75%200%201%201-.832-1.248l3.445-2.297C5%2014.737%205%2014.314%205%2013.76v-3.52c0-.554%200-.977.029-1.32L1.584%206.623a.75.75%200%200%201%20.832-1.248l3.24%202.16c.298-.264.729-.52%201.365-.898zm6.664%209.236a.75.75%200%200%201-.26%201.028l-4%202.384a.75.75%200%201%201-.768-1.288l4-2.384a.75.75%200%200%201%201.028.26%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.98%204.88C10.965%204.292%2011.458%204%2012%204s1.035.293%202.02.88l2.96%201.758c.705.42%201.158.689%201.458.985l3.126-2.233a.75.75%200%201%201%20.872%201.22l-3.454%202.467c.018.314.018.692.018%201.164v3.518c0%201.172%200%201.758-.27%202.241c-.271.483-.765.776-1.75%201.362l-2.96%201.759c-.985.586-1.479.879-2.02.879s-1.034-.293-2.02-.88l-2.96-1.758c-.635-.378-1.066-.634-1.364-.898l-3.24%202.16a.75.75%200%201%201-.832-1.248l3.445-2.297C5%2014.737%205%2014.314%205%2013.76v-3.52c0-.554%200-.977.029-1.32L1.584%206.623a.75.75%200%200%201%20.832-1.248l3.24%202.16c.298-.264.729-.52%201.365-.898zm6.664%209.236a.75.75%200%200%201-.26%201.028l-4%202.384a.75.75%200%201%201-.768-1.288l4-2.384a.75.75%200%200%201%201.028.26%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/benzene-filled.svg?color=%231a73e8&size=48