UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.42 kB
const IconBlender = `<svg id="blender" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M47.99,27.5c-13.4,0-13.4,6.25-24.12,6.25l-.05.19c.67,4.76,1.68,10.16,3.22,15.56h18c2.29-8.03,3.42-16.06,3.97-22h-1.03Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M23.82,33.75c10.72,0,10.72-6.25,24.12-6.25" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="56" x2="36" y2="56" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M23,9c-.28,0-.5.22-.5.5v8.5s0,15.75,4.5,31.5h18c4.5-15.75,4.5-31.5,4.5-31.5v-8.5c0-.28-.22-.5-.5-.5h-26Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M45,49.5c3.85,3.85,4.41,11,4.49,12.98.01.28-.21.52-.5.52h-25.97c-.29,0-.51-.24-.5-.52.08-1.98.64-9.13,4.49-12.98h18Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,36v-14c0-2.21,1.79-4,4-4h32" style="fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconBlender; export { IconBlender }