circledlatincapitalletterm emoji

circledlatincapitalletterm from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
circledlatincapitalletterm
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the circledlatincapitalletterm emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="256" r="254.106" fill="#59CAFC"/><path fill="#00B1FF" d="M256 487.106C119.516 487.106 8.18 379.5 2.165 244.5c-.17 3.813-.271 7.645-.271 11.5c0 140.339 113.767 254.106 254.106 254.106S510.106 396.339 510.106 256c0-3.855-.101-7.687-.271-11.5C503.82 379.5 392.484 487.106 256 487.106"/><path fill="#FFF" d="M385.436 377.472h-47.905a7.2 7.2 0 0 1-7.193-6.88l-4.3-96.735c-.531-12.754-1.016-25.693-1.328-38.544c-.206-8.495-12.393-9.661-14.225-1.363l-24.261 109.86a7.2 7.2 0 0 1-7.031 5.647h-48.765a7.2 7.2 0 0 1-7.008-5.55l-25.43-108.02c-1.952-8.293-14.165-6.921-14.206 1.599c-.06 12.147-.36 24.372-.887 37.138l-4.297 95.97a7.2 7.2 0 0 1-7.193 6.878h-47.524c-4.189 0-7.493-3.562-7.18-7.739l18.875-251.545a7.2 7.2 0 0 1 7.18-6.661h67.738a7.2 7.2 0 0 1 7.032 5.652l31.003 140.871c1.671 7.592 12.523 7.514 14.085-.101l28.855-140.669a7.2 7.2 0 0 1 7.053-5.753h68.037a7.2 7.2 0 0 1 7.18 6.661l18.875 251.545a7.2 7.2 0 0 1-7.18 7.739"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiCircledlatincapitalletterm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="256" r="254.106" fill="#59CAFC"/><path fill="#00B1FF" d="M256 487.106C119.516 487.106 8.18 379.5 2.165 244.5c-.17 3.813-.271 7.645-.271 11.5c0 140.339 113.767 254.106 254.106 254.106S510.106 396.339 510.106 256c0-3.855-.101-7.687-.271-11.5C503.82 379.5 392.484 487.106 256 487.106"/><path fill="#FFF" d="M385.436 377.472h-47.905a7.2 7.2 0 0 1-7.193-6.88l-4.3-96.735c-.531-12.754-1.016-25.693-1.328-38.544c-.206-8.495-12.393-9.661-14.225-1.363l-24.261 109.86a7.2 7.2 0 0 1-7.031 5.647h-48.765a7.2 7.2 0 0 1-7.008-5.55l-25.43-108.02c-1.952-8.293-14.165-6.921-14.206 1.599c-.06 12.147-.36 24.372-.887 37.138l-4.297 95.97a7.2 7.2 0 0 1-7.193 6.878h-47.524c-4.189 0-7.493-3.562-7.18-7.739l18.875-251.545a7.2 7.2 0 0 1 7.18-6.661h67.738a7.2 7.2 0 0 1 7.032 5.652l31.003 140.871c1.671 7.592 12.523 7.514 14.085-.101l28.855-140.669a7.2 7.2 0 0 1 7.053-5.753h68.037a7.2 7.2 0 0 1 7.18 6.661l18.875 251.545a7.2 7.2 0 0 1-7.18 7.739"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="256" r="254.106" fill="#59CAFC"/><path fill="#00B1FF" d="M256 487.106C119.516 487.106 8.18 379.5 2.165 244.5c-.17 3.813-.271 7.645-.271 11.5c0 140.339 113.767 254.106 254.106 254.106S510.106 396.339 510.106 256c0-3.855-.101-7.687-.271-11.5C503.82 379.5 392.484 487.106 256 487.106"/><path fill="#FFF" d="M385.436 377.472h-47.905a7.2 7.2 0 0 1-7.193-6.88l-4.3-96.735c-.531-12.754-1.016-25.693-1.328-38.544c-.206-8.495-12.393-9.661-14.225-1.363l-24.261 109.86a7.2 7.2 0 0 1-7.031 5.647h-48.765a7.2 7.2 0 0 1-7.008-5.55l-25.43-108.02c-1.952-8.293-14.165-6.921-14.206 1.599c-.06 12.147-.36 24.372-.887 37.138l-4.297 95.97a7.2 7.2 0 0 1-7.193 6.878h-47.524c-4.189 0-7.493-3.562-7.18-7.739l18.875-251.545a7.2 7.2 0 0 1 7.18-6.661h67.738a7.2 7.2 0 0 1 7.032 5.652l31.003 140.871c1.671 7.592 12.523 7.514 14.085-.101l28.855-140.669a7.2 7.2 0 0 1 7.053-5.753h68.037a7.2 7.2 0 0 1 7.18 6.661l18.875 251.545a7.2 7.2 0 0 1-7.18 7.739"/></svg>
</template>

CSS

.icon-circledlatincapitalletterm {
  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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22254.106%22%20fill%3D%22%2359CAFC%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22M256%20487.106C119.516%20487.106%208.18%20379.5%202.165%20244.5c-.17%203.813-.271%207.645-.271%2011.5c0%20140.339%20113.767%20254.106%20254.106%20254.106S510.106%20396.339%20510.106%20256c0-3.855-.101-7.687-.271-11.5C503.82%20379.5%20392.484%20487.106%20256%20487.106%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M385.436%20377.472h-47.905a7.2%207.2%200%200%201-7.193-6.88l-4.3-96.735c-.531-12.754-1.016-25.693-1.328-38.544c-.206-8.495-12.393-9.661-14.225-1.363l-24.261%20109.86a7.2%207.2%200%200%201-7.031%205.647h-48.765a7.2%207.2%200%200%201-7.008-5.55l-25.43-108.02c-1.952-8.293-14.165-6.921-14.206%201.599c-.06%2012.147-.36%2024.372-.887%2037.138l-4.297%2095.97a7.2%207.2%200%200%201-7.193%206.878h-47.524c-4.189%200-7.493-3.562-7.18-7.739l18.875-251.545a7.2%207.2%200%200%201%207.18-6.661h67.738a7.2%207.2%200%200%201%207.032%205.652l31.003%20140.871c1.671%207.592%2012.523%207.514%2014.085-.101l28.855-140.669a7.2%207.2%200%200%201%207.053-5.753h68.037a7.2%207.2%200%200%201%207.18%206.661l18.875%20251.545a7.2%207.2%200%200%201-7.18%207.739%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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22254.106%22%20fill%3D%22%2359CAFC%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22M256%20487.106C119.516%20487.106%208.18%20379.5%202.165%20244.5c-.17%203.813-.271%207.645-.271%2011.5c0%20140.339%20113.767%20254.106%20254.106%20254.106S510.106%20396.339%20510.106%20256c0-3.855-.101-7.687-.271-11.5C503.82%20379.5%20392.484%20487.106%20256%20487.106%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M385.436%20377.472h-47.905a7.2%207.2%200%200%201-7.193-6.88l-4.3-96.735c-.531-12.754-1.016-25.693-1.328-38.544c-.206-8.495-12.393-9.661-14.225-1.363l-24.261%20109.86a7.2%207.2%200%200%201-7.031%205.647h-48.765a7.2%207.2%200%200%201-7.008-5.55l-25.43-108.02c-1.952-8.293-14.165-6.921-14.206%201.599c-.06%2012.147-.36%2024.372-.887%2037.138l-4.297%2095.97a7.2%207.2%200%200%201-7.193%206.878h-47.524c-4.189%200-7.493-3.562-7.18-7.739l18.875-251.545a7.2%207.2%200%200%201%207.18-6.661h67.738a7.2%207.2%200%200%201%207.032%205.652l31.003%20140.871c1.671%207.592%2012.523%207.514%2014.085-.101l28.855-140.669a7.2%207.2%200%200%201%207.053-5.753h68.037a7.2%207.2%200%200%201%207.18%206.661l18.875%20251.545a7.2%207.2%200%200%201-7.18%207.739%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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