Molly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Molly icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/329472.svg" alt="Molly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329472.svg" alt="Molly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329472.svg" alt="Molly icon" :width="24" :height="24" />
CSS background
.icon-molly {
background-image: url('https://proicons.com/icon/329472.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.5177,2.5062c-4.0849-.0982-8.1132.9695-11.6131,3.0782-3.4999,2.1087-6.3264,5.171-8.1485,8.8282-1.8221,3.6572-2.5643,7.7579-2.1397,11.8216.4246,4.0638,1.9985,7.9224,4.5372,11.1242l-.7703,1.3513-1.8872,3.2961c-.2033.3552-.3097.7574-.3085,1.1667.0012.4091.1099.8107.3152,1.1644.2053.354.5001.6479.8547.852.3546.2041.7566.3113,1.1658.311h17.3001c11.9594,0,21.8078-9.7857,21.6751-21.7457-.0636-5.5695-2.2862-10.897-6.1997-14.8604-3.9136-3.9634-9.2127-6.2534-14.7812-6.3877ZM17.5043,32.2339c0,1.6675-1.3517,3.0192-3.0191,3.0192s-3.0191-1.3516-3.0191-3.0192,1.3517-3.019,3.0191-3.019,3.0191,1.3517,3.0191,3.019ZM14.4852,27.0191c1.6674,0,3.0191-1.3517,3.0191-3.0191s-1.3517-3.0191-3.0191-3.0191-3.0191,1.3517-3.0191,3.0191,1.3517,3.0191,3.0191,3.0191ZM17.5043,15.766c0,1.6674-1.3517,3.0191-3.0191,3.0191s-3.0191-1.3517-3.0191-3.0191,1.3517-3.0191,3.0191-3.0191,3.0191,1.3517,3.0191,3.0191ZM33.5148,18.7851c1.6675,0,3.0192-1.3517,3.0192-3.0191s-1.3516-3.0191-3.0192-3.0191-3.019,1.3517-3.019,3.0191,1.3517,3.0191,3.019,3.0191ZM36.534,24c0,1.6674-1.3516,3.0191-3.0192,3.0191s-3.019-1.3517-3.019-3.0191,1.3517-3.0191,3.019-3.0191,3.0192,1.3517,3.0192,3.0191ZM33.5148,35.2531c1.6675,0,3.0192-1.3516,3.0192-3.0192s-1.3516-3.019-3.0192-3.019-3.019,1.3517-3.019,3.019,1.3517,3.0192,3.019,3.0192ZM27.0192,24c0,1.6674-1.3517,3.0191-3.0191,3.0191s-3.0191-1.3517-3.0191-3.0191,1.3517-3.0191,3.0191-3.0191,3.0191,1.3517,3.0191,3.0191ZM24.0001,35.2531c1.6674,0,3.0191-1.3516,3.0191-3.0192s-1.3517-3.019-3.0191-3.019-3.0191,1.3517-3.0191,3.019,1.3517,3.0192,3.0191,3.0192Z"/></svg>
Copied!