molecule icon
molecule-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- molecule-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Use the molecule icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32 24c5.523 0 10-4.477 10-10S37.523 4 32 4S22 8.477 22 14a9.96 9.96 0 0 0 1.453 5.195l-5.387 3.589a8 8 0 1 0 .443 9.868l7.682 3.84a6 6 0 1 0 1.12-2.235l-7.682-3.84A8 8 0 0 0 20 28a8 8 0 0 0-.618-3.089l5.634-3.754A9.97 9.97 0 0 0 32 24m0-2.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m-20 12a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11M35.5 38a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMolecule48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32 24c5.523 0 10-4.477 10-10S37.523 4 32 4S22 8.477 22 14a9.96 9.96 0 0 0 1.453 5.195l-5.387 3.589a8 8 0 1 0 .443 9.868l7.682 3.84a6 6 0 1 0 1.12-2.235l-7.682-3.84A8 8 0 0 0 20 28a8 8 0 0 0-.618-3.089l5.634-3.754A9.97 9.97 0 0 0 32 24m0-2.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m-20 12a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11M35.5 38a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32 24c5.523 0 10-4.477 10-10S37.523 4 32 4S22 8.477 22 14a9.96 9.96 0 0 0 1.453 5.195l-5.387 3.589a8 8 0 1 0 .443 9.868l7.682 3.84a6 6 0 1 0 1.12-2.235l-7.682-3.84A8 8 0 0 0 20 28a8 8 0 0 0-.618-3.089l5.634-3.754A9.97 9.97 0 0 0 32 24m0-2.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m-20 12a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11M35.5 38a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/></svg> </template>
CSS
.icon-molecule-48-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2024c5.523%200%2010-4.477%2010-10S37.523%204%2032%204S22%208.477%2022%2014a9.96%209.96%200%200%200%201.453%205.195l-5.387%203.589a8%208%200%201%200%20.443%209.868l7.682%203.84a6%206%200%201%200%201.12-2.235l-7.682-3.84A8%208%200%200%200%2020%2028a8%208%200%200%200-.618-3.089l5.634-3.754A9.97%209.97%200%200%200%2032%2024m0-2.5a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015m-20%2012a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011M35.5%2038a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2024c5.523%200%2010-4.477%2010-10S37.523%204%2032%204S22%208.477%2022%2014a9.96%209.96%200%200%200%201.453%205.195l-5.387%203.589a8%208%200%201%200%20.443%209.868l7.682%203.84a6%206%200%201%200%201.12-2.235l-7.682-3.84A8%208%200%200%200%2020%2028a8%208%200%200%200-.618-3.089l5.634-3.754A9.97%209.97%200%200%200%2032%2024m0-2.5a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015m-20%2012a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011M35.5%2038a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/molecule-48-regular.svg?color=%231a73e8&size=48