molecule icon
molecule from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.
- Name
- molecule
- Set
- Material Design Icons
- Style
- Filled
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More science icons from Material Design Icons
atomatom-variantaurorabeakerbeaker-checkbeaker-minusbeaker-plusbeaker-questionbeaker-removebiohazardbottle-tonicdnaeyedropper-minuseyedropper-offeyedropper-pluseyedropper-removeflask-empty-minusflask-empty-plusflask-empty-removeflask-minusflask-plusflask-removeflask-round-bottomflask-round-bottom-empty
Use the molecule icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.27 10L9 7h5.42l1.16-2l-.08-.5A1.5 1.5 0 0 1 17 3a1.5 1.5 0 0 1 1.5 1.5c0 .71-.5 1.31-1.17 1.46l-.96 1.67L17.73 10l.86-1.5l-.09-.5A1.5 1.5 0 0 1 20 6.5A1.5 1.5 0 0 1 21.5 8c0 .71-.5 1.3-1.15 1.46L18.89 12l1.73 3c.77.07 1.38.71 1.38 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5v-.26L17.73 14l-1.36 2.37l.96 1.67a1.5 1.5 0 0 1 1.17 1.46A1.5 1.5 0 0 1 17 21a1.5 1.5 0 0 1-1.5-1.5l.08-.5l-1.16-2h-3.84l-1.16 2l.08.5A1.5 1.5 0 0 1 8 21a1.5 1.5 0 0 1-1.5-1.5c0-.71.5-1.31 1.17-1.46l.96-1.67L4.38 9C3.61 8.93 3 8.29 3 7.5A1.5 1.5 0 0 1 4.5 6A1.5 1.5 0 0 1 6 7.5v.26zm2.88-1l-1.73 3l1.73 3h4.7l1.73-3l-1.73-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMolecule(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="M7.27 10L9 7h5.42l1.16-2l-.08-.5A1.5 1.5 0 0 1 17 3a1.5 1.5 0 0 1 1.5 1.5c0 .71-.5 1.31-1.17 1.46l-.96 1.67L17.73 10l.86-1.5l-.09-.5A1.5 1.5 0 0 1 20 6.5A1.5 1.5 0 0 1 21.5 8c0 .71-.5 1.3-1.15 1.46L18.89 12l1.73 3c.77.07 1.38.71 1.38 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5v-.26L17.73 14l-1.36 2.37l.96 1.67a1.5 1.5 0 0 1 1.17 1.46A1.5 1.5 0 0 1 17 21a1.5 1.5 0 0 1-1.5-1.5l.08-.5l-1.16-2h-3.84l-1.16 2l.08.5A1.5 1.5 0 0 1 8 21a1.5 1.5 0 0 1-1.5-1.5c0-.71.5-1.31 1.17-1.46l.96-1.67L4.38 9C3.61 8.93 3 8.29 3 7.5A1.5 1.5 0 0 1 4.5 6A1.5 1.5 0 0 1 6 7.5v.26zm2.88-1l-1.73 3l1.73 3h4.7l1.73-3l-1.73-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.27 10L9 7h5.42l1.16-2l-.08-.5A1.5 1.5 0 0 1 17 3a1.5 1.5 0 0 1 1.5 1.5c0 .71-.5 1.31-1.17 1.46l-.96 1.67L17.73 10l.86-1.5l-.09-.5A1.5 1.5 0 0 1 20 6.5A1.5 1.5 0 0 1 21.5 8c0 .71-.5 1.3-1.15 1.46L18.89 12l1.73 3c.77.07 1.38.71 1.38 1.5a1.5 1.5 0 0 1-1.5 1.5a1.5 1.5 0 0 1-1.5-1.5v-.26L17.73 14l-1.36 2.37l.96 1.67a1.5 1.5 0 0 1 1.17 1.46A1.5 1.5 0 0 1 17 21a1.5 1.5 0 0 1-1.5-1.5l.08-.5l-1.16-2h-3.84l-1.16 2l.08.5A1.5 1.5 0 0 1 8 21a1.5 1.5 0 0 1-1.5-1.5c0-.71.5-1.31 1.17-1.46l.96-1.67L4.38 9C3.61 8.93 3 8.29 3 7.5A1.5 1.5 0 0 1 4.5 6A1.5 1.5 0 0 1 6 7.5v.26zm2.88-1l-1.73 3l1.73 3h4.7l1.73-3l-1.73-3z"/></svg> </template>
CSS
.icon-molecule {
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%22M7.27%2010L9%207h5.42l1.16-2l-.08-.5A1.5%201.5%200%200%201%2017%203a1.5%201.5%200%200%201%201.5%201.5c0%20.71-.5%201.31-1.17%201.46l-.96%201.67L17.73%2010l.86-1.5l-.09-.5A1.5%201.5%200%200%201%2020%206.5A1.5%201.5%200%200%201%2021.5%208c0%20.71-.5%201.3-1.15%201.46L18.89%2012l1.73%203c.77.07%201.38.71%201.38%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5v-.26L17.73%2014l-1.36%202.37l.96%201.67a1.5%201.5%200%200%201%201.17%201.46A1.5%201.5%200%200%201%2017%2021a1.5%201.5%200%200%201-1.5-1.5l.08-.5l-1.16-2h-3.84l-1.16%202l.08.5A1.5%201.5%200%200%201%208%2021a1.5%201.5%200%200%201-1.5-1.5c0-.71.5-1.31%201.17-1.46l.96-1.67L4.38%209C3.61%208.93%203%208.29%203%207.5A1.5%201.5%200%200%201%204.5%206A1.5%201.5%200%200%201%206%207.5v.26zm2.88-1l-1.73%203l1.73%203h4.7l1.73-3l-1.73-3z%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%22M7.27%2010L9%207h5.42l1.16-2l-.08-.5A1.5%201.5%200%200%201%2017%203a1.5%201.5%200%200%201%201.5%201.5c0%20.71-.5%201.31-1.17%201.46l-.96%201.67L17.73%2010l.86-1.5l-.09-.5A1.5%201.5%200%200%201%2020%206.5A1.5%201.5%200%200%201%2021.5%208c0%20.71-.5%201.3-1.15%201.46L18.89%2012l1.73%203c.77.07%201.38.71%201.38%201.5a1.5%201.5%200%200%201-1.5%201.5a1.5%201.5%200%200%201-1.5-1.5v-.26L17.73%2014l-1.36%202.37l.96%201.67a1.5%201.5%200%200%201%201.17%201.46A1.5%201.5%200%200%201%2017%2021a1.5%201.5%200%200%201-1.5-1.5l.08-.5l-1.16-2h-3.84l-1.16%202l.08.5A1.5%201.5%200%200%201%208%2021a1.5%201.5%200%200%201-1.5-1.5c0-.71.5-1.31%201.17-1.46l.96-1.67L4.38%209C3.61%208.93%203%208.29%203%207.5A1.5%201.5%200%200%201%204.5%206A1.5%201.5%200%200%201%206%207.5v.26zm2.88-1l-1.73%203l1.73%203h4.7l1.73-3l-1.73-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/molecule.svg?color=%231a73e8&size=48