rounded symbol for cai emoji

rounded-symbol-for-cai from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
rounded-symbol-for-cai
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the rounded symbol for cai emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="28" fill="#ea5a47"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="28"/><path stroke-linecap="round" d="M33 26h6v20h-6zm-5-5h5v-8h6v8h5M28 51h5v8h6v-8h5m0-15h15m-31 0H13"/><path stroke-linecap="round" d="M28 14.5v43A23 23 0 0 1 13.5 41H23v7.5a18 18 0 0 1-2.5-3"/><path stroke-linecap="round" d="M28 14.5A23 23 0 0 0 13.5 31H23v-7.5a18 18 0 0 0-2.5 3m23.5-12v43A23 23 0 0 0 58.5 41H49v7.5a18 18 0 0 0 2.5-3"/><path stroke-linecap="round" d="M44 14.5A23 23 0 0 1 58.5 31H49v-7.5a18 18 0 0 1 2.5 3"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRoundedSymbolForCai(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="28" fill="#ea5a47"/><g fill="none" stroke="#000" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="28"/><path strokeLinecap="round" d="M33 26h6v20h-6zm-5-5h5v-8h6v8h5M28 51h5v8h6v-8h5m0-15h15m-31 0H13"/><path strokeLinecap="round" d="M28 14.5v43A23 23 0 0 1 13.5 41H23v7.5a18 18 0 0 1-2.5-3"/><path strokeLinecap="round" d="M28 14.5A23 23 0 0 0 13.5 31H23v-7.5a18 18 0 0 0-2.5 3m23.5-12v43A23 23 0 0 0 58.5 41H49v7.5a18 18 0 0 0 2.5-3"/><path strokeLinecap="round" d="M44 14.5A23 23 0 0 1 58.5 31H49v-7.5a18 18 0 0 1 2.5 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="28" fill="#ea5a47"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="28"/><path stroke-linecap="round" d="M33 26h6v20h-6zm-5-5h5v-8h6v8h5M28 51h5v8h6v-8h5m0-15h15m-31 0H13"/><path stroke-linecap="round" d="M28 14.5v43A23 23 0 0 1 13.5 41H23v7.5a18 18 0 0 1-2.5-3"/><path stroke-linecap="round" d="M28 14.5A23 23 0 0 0 13.5 31H23v-7.5a18 18 0 0 0-2.5 3m23.5-12v43A23 23 0 0 0 58.5 41H49v7.5a18 18 0 0 0 2.5-3"/><path stroke-linecap="round" d="M44 14.5A23 23 0 0 1 58.5 31H49v-7.5a18 18 0 0 1 2.5 3"/></g></svg>
</template>

CSS

.icon-rounded-symbol-for-cai {
  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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33%2026h6v20h-6zm-5-5h5v-8h6v8h5M28%2051h5v8h6v-8h5m0-15h15m-31%200H13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2014.5v43A23%2023%200%200%201%2013.5%2041H23v7.5a18%2018%200%200%201-2.5-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2014.5A23%2023%200%200%200%2013.5%2031H23v-7.5a18%2018%200%200%200-2.5%203m23.5-12v43A23%2023%200%200%200%2058.5%2041H49v7.5a18%2018%200%200%200%202.5-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M44%2014.5A23%2023%200%200%201%2058.5%2031H49v-7.5a18%2018%200%200%201%202.5%203%22%2F%3E%3C%2Fg%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33%2026h6v20h-6zm-5-5h5v-8h6v8h5M28%2051h5v8h6v-8h5m0-15h15m-31%200H13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2014.5v43A23%2023%200%200%201%2013.5%2041H23v7.5a18%2018%200%200%201-2.5-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2014.5A23%2023%200%200%200%2013.5%2031H23v-7.5a18%2018%200%200%200-2.5%203m23.5-12v43A23%2023%200%200%200%2058.5%2041H49v7.5a18%2018%200%200%200%202.5-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M44%2014.5A23%2023%200%200%201%2058.5%2031H49v-7.5a18%2018%200%200%201%202.5%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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