negativesquaredlatincapitalletterp emoji

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

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

More symbols icons from Firefox OS Emoji

Use the negativesquaredlatincapitalletterp emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00B1FF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#0096D1" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M208.528 421.378H158.42c-7.953 0-14.4-6.447-14.4-14.4V108.333c0-7.953 6.447-14.4 14.4-14.4h92.386c85.051 0 137.026 34.965 137.026 106.786c0 76.074-53.866 111.984-129.938 111.984h-20.566c-7.953 0-14.4 6.447-14.4 14.4v79.876c0 7.952-6.447 14.399-14.4 14.399m42.75-165.377c34.965 0 55.755-14.647 55.755-55.283c0-34.493-19.372-51.03-57.173-51.03h-12.533c-7.953 0-14.4 6.447-14.4 14.4v77.513c0 7.953 6.447 14.4 14.4 14.4z"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiNegativesquaredlatincapitalletterp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00B1FF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#0096D1" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M208.528 421.378H158.42c-7.953 0-14.4-6.447-14.4-14.4V108.333c0-7.953 6.447-14.4 14.4-14.4h92.386c85.051 0 137.026 34.965 137.026 106.786c0 76.074-53.866 111.984-129.938 111.984h-20.566c-7.953 0-14.4 6.447-14.4 14.4v79.876c0 7.952-6.447 14.399-14.4 14.399m42.75-165.377c34.965 0 55.755-14.647 55.755-55.283c0-34.493-19.372-51.03-57.173-51.03h-12.533c-7.953 0-14.4 6.447-14.4 14.4v77.513c0 7.953 6.447 14.4 14.4 14.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00B1FF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#0096D1" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M208.528 421.378H158.42c-7.953 0-14.4-6.447-14.4-14.4V108.333c0-7.953 6.447-14.4 14.4-14.4h92.386c85.051 0 137.026 34.965 137.026 106.786c0 76.074-53.866 111.984-129.938 111.984h-20.566c-7.953 0-14.4 6.447-14.4 14.4v79.876c0 7.952-6.447 14.399-14.4 14.399m42.75-165.377c34.965 0 55.755-14.647 55.755-55.283c0-34.493-19.372-51.03-57.173-51.03h-12.533c-7.953 0-14.4 6.447-14.4 14.4v77.513c0 7.953 6.447 14.4 14.4 14.4z"/></svg>
</template>

CSS

.icon-negativesquaredlatincapitalletterp {
  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%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M208.528%20421.378H158.42c-7.953%200-14.4-6.447-14.4-14.4V108.333c0-7.953%206.447-14.4%2014.4-14.4h92.386c85.051%200%20137.026%2034.965%20137.026%20106.786c0%2076.074-53.866%20111.984-129.938%20111.984h-20.566c-7.953%200-14.4%206.447-14.4%2014.4v79.876c0%207.952-6.447%2014.399-14.4%2014.399m42.75-165.377c34.965%200%2055.755-14.647%2055.755-55.283c0-34.493-19.372-51.03-57.173-51.03h-12.533c-7.953%200-14.4%206.447-14.4%2014.4v77.513c0%207.953%206.447%2014.4%2014.4%2014.4z%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%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M208.528%20421.378H158.42c-7.953%200-14.4-6.447-14.4-14.4V108.333c0-7.953%206.447-14.4%2014.4-14.4h92.386c85.051%200%20137.026%2034.965%20137.026%20106.786c0%2076.074-53.866%20111.984-129.938%20111.984h-20.566c-7.953%200-14.4%206.447-14.4%2014.4v79.876c0%207.952-6.447%2014.399-14.4%2014.399m42.75-165.377c34.965%200%2055.755-14.647%2055.755-55.283c0-34.493-19.372-51.03-57.173-51.03h-12.533c-7.953%200-14.4%206.447-14.4%2014.4v77.513c0%207.953%206.447%2014.4%2014.4%2014.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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