letter o emoji

letter-o from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
letter-o
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the letter o emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" fill-rule="evenodd" d="M64.01 15.06c-34.13 0-55.46 24.1-55.46 53.82c0 29.73 21.33 53.82 55.46 53.82c34.12 0 55.45-24.1 55.45-53.82c-.01-29.73-21.33-53.82-55.45-53.82m0 81.78c-17.73 0-28.82-12.52-28.82-27.96s11.08-27.96 28.82-27.96c17.73 0 28.81 12.52 28.81 27.96c-.01 15.44-11.09 27.96-28.81 27.96" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function NotoLetterO(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" fillRule="evenodd" d="M64.01 15.06c-34.13 0-55.46 24.1-55.46 53.82c0 29.73 21.33 53.82 55.46 53.82c34.12 0 55.45-24.1 55.45-53.82c-.01-29.73-21.33-53.82-55.45-53.82m0 81.78c-17.73 0-28.82-12.52-28.82-27.96s11.08-27.96 28.82-27.96c17.73 0 28.81 12.52 28.81 27.96c-.01 15.44-11.09 27.96-28.81 27.96" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" fill-rule="evenodd" d="M64.01 15.06c-34.13 0-55.46 24.1-55.46 53.82c0 29.73 21.33 53.82 55.46 53.82c34.12 0 55.45-24.1 55.45-53.82c-.01-29.73-21.33-53.82-55.45-53.82m0 81.78c-17.73 0-28.82-12.52-28.82-27.96s11.08-27.96 28.82-27.96c17.73 0 28.81 12.52 28.81 27.96c-.01 15.44-11.09 27.96-28.81 27.96" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-letter-o {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M64.01%2015.06c-34.13%200-55.46%2024.1-55.46%2053.82c0%2029.73%2021.33%2053.82%2055.46%2053.82c34.12%200%2055.45-24.1%2055.45-53.82c-.01-29.73-21.33-53.82-55.45-53.82m0%2081.78c-17.73%200-28.82-12.52-28.82-27.96s11.08-27.96%2028.82-27.96c17.73%200%2028.81%2012.52%2028.81%2027.96c-.01%2015.44-11.09%2027.96-28.81%2027.96%22%20clip-rule%3D%22evenodd%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M64.01%2015.06c-34.13%200-55.46%2024.1-55.46%2053.82c0%2029.73%2021.33%2053.82%2055.46%2053.82c34.12%200%2055.45-24.1%2055.45-53.82c-.01-29.73-21.33-53.82-55.45-53.82m0%2081.78c-17.73%200-28.82-12.52-28.82-27.96s11.08-27.96%2028.82-27.96c17.73%200%2028.81%2012.52%2028.81%2027.96c-.01%2015.44-11.09%2027.96-28.81%2027.96%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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