microbe emoji

microbe from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
microbe
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the microbe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M45.498 25.016a34 34 0 0 0-3.652.102a11.7 11.7 0 0 0-6.152 1.794a1.25 1.25 0 0 1-.588.3a1.2 1.2 0 0 1-.639-.19a14.8 14.8 0 0 0-6.284-1.255c-3.312-.08-6.751.283-9.62 1.943c-3.8 2.2-6.043 6.888-3.611 10.892a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6 18.6 0 0 0-4.909-.763"/><path fill="#61b2e4" d="M51.226 38.397a21.2 21.2 0 0 1-9.066.95a12.2 12.2 0 0 1-4.74-1.092a1.6 1.6 0 0 0-.601-.222a1.53 1.53 0 0 0-.859.332a15.46 15.46 0 0 1-8.151 1.877a21.6 21.6 0 0 1-6.58-.825a11.1 11.1 0 0 1-6.277-4.606a7 7 0 0 1-.739-1.685a6.8 6.8 0 0 0 .739 5.476a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066a6.8 6.8 0 0 0-.279-1.9c-.85 2.905-3.555 5.127-6.335 6.176"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M45.498 25.016a34 34 0 0 0-3.652.102a11.7 11.7 0 0 0-6.152 1.794a1.25 1.25 0 0 1-.588.3a1.2 1.2 0 0 1-.639-.19a14.8 14.8 0 0 0-6.284-1.255c-3.312-.08-6.751.283-9.62 1.943c-3.8 2.2-6.043 6.888-3.611 10.892a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6 18.6 0 0 0-4.909-.763Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.099 21.477v3.79m1.516 17.466v3.79m-7.964-24.765l.767 3.712m12.635 18.061l.768 3.711M41.547 21l-.768 3.712m-9.845 19.576L30.167 48m18.018-26.799l-1.411 3.518m-21.34 19.667l-1.411 3.517m0-26.048l1.411 3.517m22.119 18.255l1.412 3.518m4.685-25.113l-1.729 3.372M20.54 43.046l-1.729 3.373m32.981-3.866l1.729 3.373M19.569 22.79l1.729 3.372m36.815 7.959h3.79m-52.093.758h3.79m-2.808 5.286l3.371-1.732m-3.14-9.107l3.393 1.689m46 8.15l-3.371-1.732m4.14-8.107l-3.393 1.689M14.38 24.831l2.68 2.68m38.32 13.32l2.68 2.68m0-18.68l-2.68 2.68m-39.32 14.32l-2.68 2.68"/><circle cx="25" cy="37" r="1.25"/><circle cx="32" cy="33" r="1.25"/><circle cx="21" cy="32" r="1.25"/><circle cx="45" cy="37" r="1.25"/><circle cx="52" cy="33" r="1.25"/><circle cx="40" cy="33" r="1.25"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMicrobe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M45.498 25.016a34 34 0 0 0-3.652.102a11.7 11.7 0 0 0-6.152 1.794a1.25 1.25 0 0 1-.588.3a1.2 1.2 0 0 1-.639-.19a14.8 14.8 0 0 0-6.284-1.255c-3.312-.08-6.751.283-9.62 1.943c-3.8 2.2-6.043 6.888-3.611 10.892a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6 18.6 0 0 0-4.909-.763"/><path fill="#61b2e4" d="M51.226 38.397a21.2 21.2 0 0 1-9.066.95a12.2 12.2 0 0 1-4.74-1.092a1.6 1.6 0 0 0-.601-.222a1.53 1.53 0 0 0-.859.332a15.46 15.46 0 0 1-8.151 1.877a21.6 21.6 0 0 1-6.58-.825a11.1 11.1 0 0 1-6.277-4.606a7 7 0 0 1-.739-1.685a6.8 6.8 0 0 0 .739 5.476a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066a6.8 6.8 0 0 0-.279-1.9c-.85 2.905-3.555 5.127-6.335 6.176"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M45.498 25.016a34 34 0 0 0-3.652.102a11.7 11.7 0 0 0-6.152 1.794a1.25 1.25 0 0 1-.588.3a1.2 1.2 0 0 1-.639-.19a14.8 14.8 0 0 0-6.284-1.255c-3.312-.08-6.751.283-9.62 1.943c-3.8 2.2-6.043 6.888-3.611 10.892a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6 18.6 0 0 0-4.909-.763Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M35.099 21.477v3.79m1.516 17.466v3.79m-7.964-24.765l.767 3.712m12.635 18.061l.768 3.711M41.547 21l-.768 3.712m-9.845 19.576L30.167 48m18.018-26.799l-1.411 3.518m-21.34 19.667l-1.411 3.517m0-26.048l1.411 3.517m22.119 18.255l1.412 3.518m4.685-25.113l-1.729 3.372M20.54 43.046l-1.729 3.373m32.981-3.866l1.729 3.373M19.569 22.79l1.729 3.372m36.815 7.959h3.79m-52.093.758h3.79m-2.808 5.286l3.371-1.732m-3.14-9.107l3.393 1.689m46 8.15l-3.371-1.732m4.14-8.107l-3.393 1.689M14.38 24.831l2.68 2.68m38.32 13.32l2.68 2.68m0-18.68l-2.68 2.68m-39.32 14.32l-2.68 2.68"/><circle cx="25" cy="37" r="1.25"/><circle cx="32" cy="33" r="1.25"/><circle cx="21" cy="32" r="1.25"/><circle cx="45" cy="37" r="1.25"/><circle cx="52" cy="33" r="1.25"/><circle cx="40" cy="33" r="1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M45.498 25.016a34 34 0 0 0-3.652.102a11.7 11.7 0 0 0-6.152 1.794a1.25 1.25 0 0 1-.588.3a1.2 1.2 0 0 1-.639-.19a14.8 14.8 0 0 0-6.284-1.255c-3.312-.08-6.751.283-9.62 1.943c-3.8 2.2-6.043 6.888-3.611 10.892a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6 18.6 0 0 0-4.909-.763"/><path fill="#61b2e4" d="M51.226 38.397a21.2 21.2 0 0 1-9.066.95a12.2 12.2 0 0 1-4.74-1.092a1.6 1.6 0 0 0-.601-.222a1.53 1.53 0 0 0-.859.332a15.46 15.46 0 0 1-8.151 1.877a21.6 21.6 0 0 1-6.58-.825a11.1 11.1 0 0 1-6.277-4.606a7 7 0 0 1-.739-1.685a6.8 6.8 0 0 0 .739 5.476a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066a6.8 6.8 0 0 0-.279-1.9c-.85 2.905-3.555 5.127-6.335 6.176"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M45.498 25.016a34 34 0 0 0-3.652.102a11.7 11.7 0 0 0-6.152 1.794a1.25 1.25 0 0 1-.588.3a1.2 1.2 0 0 1-.639-.19a14.8 14.8 0 0 0-6.284-1.255c-3.312-.08-6.751.283-9.62 1.943c-3.8 2.2-6.043 6.888-3.611 10.892a11.1 11.1 0 0 0 6.278 4.605a21.6 21.6 0 0 0 6.58.825a15.46 15.46 0 0 0 8.15-1.877a1.53 1.53 0 0 1 .858-.332a1.6 1.6 0 0 1 .602.222a12.2 12.2 0 0 0 4.74 1.092a21.2 21.2 0 0 0 9.065-.95c3.356-1.266 6.614-4.241 6.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6 18.6 0 0 0-4.909-.763Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.099 21.477v3.79m1.516 17.466v3.79m-7.964-24.765l.767 3.712m12.635 18.061l.768 3.711M41.547 21l-.768 3.712m-9.845 19.576L30.167 48m18.018-26.799l-1.411 3.518m-21.34 19.667l-1.411 3.517m0-26.048l1.411 3.517m22.119 18.255l1.412 3.518m4.685-25.113l-1.729 3.372M20.54 43.046l-1.729 3.373m32.981-3.866l1.729 3.373M19.569 22.79l1.729 3.372m36.815 7.959h3.79m-52.093.758h3.79m-2.808 5.286l3.371-1.732m-3.14-9.107l3.393 1.689m46 8.15l-3.371-1.732m4.14-8.107l-3.393 1.689M14.38 24.831l2.68 2.68m38.32 13.32l2.68 2.68m0-18.68l-2.68 2.68m-39.32 14.32l-2.68 2.68"/><circle cx="25" cy="37" r="1.25"/><circle cx="32" cy="33" r="1.25"/><circle cx="21" cy="32" r="1.25"/><circle cx="45" cy="37" r="1.25"/><circle cx="52" cy="33" r="1.25"/><circle cx="40" cy="33" r="1.25"/></svg>
</template>

CSS

.icon-microbe {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M45.498%2025.016a34%2034%200%200%200-3.652.102a11.7%2011.7%200%200%200-6.152%201.794a1.25%201.25%200%200%201-.588.3a1.2%201.2%200%200%201-.639-.19a14.8%2014.8%200%200%200-6.284-1.255c-3.312-.08-6.751.283-9.62%201.943c-3.8%202.2-6.043%206.888-3.611%2010.892a11.1%2011.1%200%200%200%206.278%204.605a21.6%2021.6%200%200%200%206.58.825a15.46%2015.46%200%200%200%208.15-1.877a1.53%201.53%200%200%201%20.858-.332a1.6%201.6%200%200%201%20.602.222a12.2%2012.2%200%200%200%204.74%201.092a21.2%2021.2%200%200%200%209.065-.95c3.356-1.266%206.614-4.241%206.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6%2018.6%200%200%200-4.909-.763%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M51.226%2038.397a21.2%2021.2%200%200%201-9.066.95a12.2%2012.2%200%200%201-4.74-1.092a1.6%201.6%200%200%200-.601-.222a1.53%201.53%200%200%200-.859.332a15.46%2015.46%200%200%201-8.151%201.877a21.6%2021.6%200%200%201-6.58-.825a11.1%2011.1%200%200%201-6.277-4.606a7%207%200%200%201-.739-1.685a6.8%206.8%200%200%200%20.739%205.476a11.1%2011.1%200%200%200%206.278%204.605a21.6%2021.6%200%200%200%206.58.825a15.46%2015.46%200%200%200%208.15-1.877a1.53%201.53%200%200%201%20.858-.332a1.6%201.6%200%200%201%20.602.222a12.2%2012.2%200%200%200%204.74%201.092a21.2%2021.2%200%200%200%209.065-.95c3.356-1.266%206.614-4.241%206.614-8.066a6.8%206.8%200%200%200-.279-1.9c-.85%202.905-3.555%205.127-6.335%206.176%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.498%2025.016a34%2034%200%200%200-3.652.102a11.7%2011.7%200%200%200-6.152%201.794a1.25%201.25%200%200%201-.588.3a1.2%201.2%200%200%201-.639-.19a14.8%2014.8%200%200%200-6.284-1.255c-3.312-.08-6.751.283-9.62%201.943c-3.8%202.2-6.043%206.888-3.611%2010.892a11.1%2011.1%200%200%200%206.278%204.605a21.6%2021.6%200%200%200%206.58.825a15.46%2015.46%200%200%200%208.15-1.877a1.53%201.53%200%200%201%20.858-.332a1.6%201.6%200%200%201%20.602.222a12.2%2012.2%200%200%200%204.74%201.092a21.2%2021.2%200%200%200%209.065-.95c3.356-1.266%206.614-4.241%206.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6%2018.6%200%200%200-4.909-.763Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.099%2021.477v3.79m1.516%2017.466v3.79m-7.964-24.765l.767%203.712m12.635%2018.061l.768%203.711M41.547%2021l-.768%203.712m-9.845%2019.576L30.167%2048m18.018-26.799l-1.411%203.518m-21.34%2019.667l-1.411%203.517m0-26.048l1.411%203.517m22.119%2018.255l1.412%203.518m4.685-25.113l-1.729%203.372M20.54%2043.046l-1.729%203.373m32.981-3.866l1.729%203.373M19.569%2022.79l1.729%203.372m36.815%207.959h3.79m-52.093.758h3.79m-2.808%205.286l3.371-1.732m-3.14-9.107l3.393%201.689m46%208.15l-3.371-1.732m4.14-8.107l-3.393%201.689M14.38%2024.831l2.68%202.68m38.32%2013.32l2.68%202.68m0-18.68l-2.68%202.68m-39.32%2014.32l-2.68%202.68%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2237%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2233%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2232%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2237%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2252%22%20cy%3D%2233%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2233%22%20r%3D%221.25%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M45.498%2025.016a34%2034%200%200%200-3.652.102a11.7%2011.7%200%200%200-6.152%201.794a1.25%201.25%200%200%201-.588.3a1.2%201.2%200%200%201-.639-.19a14.8%2014.8%200%200%200-6.284-1.255c-3.312-.08-6.751.283-9.62%201.943c-3.8%202.2-6.043%206.888-3.611%2010.892a11.1%2011.1%200%200%200%206.278%204.605a21.6%2021.6%200%200%200%206.58.825a15.46%2015.46%200%200%200%208.15-1.877a1.53%201.53%200%200%201%20.858-.332a1.6%201.6%200%200%201%20.602.222a12.2%2012.2%200%200%200%204.74%201.092a21.2%2021.2%200%200%200%209.065-.95c3.356-1.266%206.614-4.241%206.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6%2018.6%200%200%200-4.909-.763%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M51.226%2038.397a21.2%2021.2%200%200%201-9.066.95a12.2%2012.2%200%200%201-4.74-1.092a1.6%201.6%200%200%200-.601-.222a1.53%201.53%200%200%200-.859.332a15.46%2015.46%200%200%201-8.151%201.877a21.6%2021.6%200%200%201-6.58-.825a11.1%2011.1%200%200%201-6.277-4.606a7%207%200%200%201-.739-1.685a6.8%206.8%200%200%200%20.739%205.476a11.1%2011.1%200%200%200%206.278%204.605a21.6%2021.6%200%200%200%206.58.825a15.46%2015.46%200%200%200%208.15-1.877a1.53%201.53%200%200%201%20.858-.332a1.6%201.6%200%200%201%20.602.222a12.2%2012.2%200%200%200%204.74%201.092a21.2%2021.2%200%200%200%209.065-.95c3.356-1.266%206.614-4.241%206.614-8.066a6.8%206.8%200%200%200-.279-1.9c-.85%202.905-3.555%205.127-6.335%206.176%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.498%2025.016a34%2034%200%200%200-3.652.102a11.7%2011.7%200%200%200-6.152%201.794a1.25%201.25%200%200%201-.588.3a1.2%201.2%200%200%201-.639-.19a14.8%2014.8%200%200%200-6.284-1.255c-3.312-.08-6.751.283-9.62%201.943c-3.8%202.2-6.043%206.888-3.611%2010.892a11.1%2011.1%200%200%200%206.278%204.605a21.6%2021.6%200%200%200%206.58.825a15.46%2015.46%200%200%200%208.15-1.877a1.53%201.53%200%200%201%20.858-.332a1.6%201.6%200%200%201%20.602.222a12.2%2012.2%200%200%200%204.74%201.092a21.2%2021.2%200%200%200%209.065-.95c3.356-1.266%206.614-4.241%206.614-8.066c0-4.176-3.745-7.202-7.432-8.342a18.6%2018.6%200%200%200-4.909-.763Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.099%2021.477v3.79m1.516%2017.466v3.79m-7.964-24.765l.767%203.712m12.635%2018.061l.768%203.711M41.547%2021l-.768%203.712m-9.845%2019.576L30.167%2048m18.018-26.799l-1.411%203.518m-21.34%2019.667l-1.411%203.517m0-26.048l1.411%203.517m22.119%2018.255l1.412%203.518m4.685-25.113l-1.729%203.372M20.54%2043.046l-1.729%203.373m32.981-3.866l1.729%203.373M19.569%2022.79l1.729%203.372m36.815%207.959h3.79m-52.093.758h3.79m-2.808%205.286l3.371-1.732m-3.14-9.107l3.393%201.689m46%208.15l-3.371-1.732m4.14-8.107l-3.393%201.689M14.38%2024.831l2.68%202.68m38.32%2013.32l2.68%202.68m0-18.68l-2.68%202.68m-39.32%2014.32l-2.68%202.68%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2237%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2233%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2232%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%2237%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2252%22%20cy%3D%2233%22%20r%3D%221.25%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2233%22%20r%3D%221.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/microbe.svg?color=%231a73e8&size=48