copyright from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
copyright
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the copyright emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#321b41"><path d="M18.66 19.54c.22-.13.46-.22.72-.22c1.31 0 1.84 1.74.7 2.43a6.9 6.9 0 0 1-3.6 1.02h-.29c-3.94 0-7.13-3.34-6.86-7.35c.25-3.65 3.45-6.41 7.11-6.41h.05c1.15 0 2.22.28 3.17.78c1.23.64.77 2.5-.61 2.5c-.22 0-.43-.07-.63-.17c-.58-.29-1.23-.47-1.92-.47h-.29c-2.48 0-4.47 2.14-4.22 4.67c.21 2.2 2.19 3.82 4.41 3.82h.1c.79 0 1.53-.22 2.16-.6"/><path d="M2 16c0 7.72 6.28 14 14 14s14-6.28 14-14S23.72 2 16 2S2 8.28 2 16m3 0C5 9.93 9.93 5 16 5c6.06 0 11 4.93 11 11s-4.93 11-11 11S5 22.06 5 16"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatCopyright(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#321b41"><path d="M18.66 19.54c.22-.13.46-.22.72-.22c1.31 0 1.84 1.74.7 2.43a6.9 6.9 0 0 1-3.6 1.02h-.29c-3.94 0-7.13-3.34-6.86-7.35c.25-3.65 3.45-6.41 7.11-6.41h.05c1.15 0 2.22.28 3.17.78c1.23.64.77 2.5-.61 2.5c-.22 0-.43-.07-.63-.17c-.58-.29-1.23-.47-1.92-.47h-.29c-2.48 0-4.47 2.14-4.22 4.67c.21 2.2 2.19 3.82 4.41 3.82h.1c.79 0 1.53-.22 2.16-.6"/><path d="M2 16c0 7.72 6.28 14 14 14s14-6.28 14-14S23.72 2 16 2S2 8.28 2 16m3 0C5 9.93 9.93 5 16 5c6.06 0 11 4.93 11 11s-4.93 11-11 11S5 22.06 5 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#321b41"><path d="M18.66 19.54c.22-.13.46-.22.72-.22c1.31 0 1.84 1.74.7 2.43a6.9 6.9 0 0 1-3.6 1.02h-.29c-3.94 0-7.13-3.34-6.86-7.35c.25-3.65 3.45-6.41 7.11-6.41h.05c1.15 0 2.22.28 3.17.78c1.23.64.77 2.5-.61 2.5c-.22 0-.43-.07-.63-.17c-.58-.29-1.23-.47-1.92-.47h-.29c-2.48 0-4.47 2.14-4.22 4.67c.21 2.2 2.19 3.82 4.41 3.82h.1c.79 0 1.53-.22 2.16-.6"/><path d="M2 16c0 7.72 6.28 14 14 14s14-6.28 14-14S23.72 2 16 2S2 8.28 2 16m3 0C5 9.93 9.93 5 16 5c6.06 0 11 4.93 11 11s-4.93 11-11 11S5 22.06 5 16"/></g></svg>
</template>

CSS

.icon-copyright {
  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%2032%2032%22%3E%3Cg%20fill%3D%22%23321b41%22%3E%3Cpath%20d%3D%22M18.66%2019.54c.22-.13.46-.22.72-.22c1.31%200%201.84%201.74.7%202.43a6.9%206.9%200%200%201-3.6%201.02h-.29c-3.94%200-7.13-3.34-6.86-7.35c.25-3.65%203.45-6.41%207.11-6.41h.05c1.15%200%202.22.28%203.17.78c1.23.64.77%202.5-.61%202.5c-.22%200-.43-.07-.63-.17c-.58-.29-1.23-.47-1.92-.47h-.29c-2.48%200-4.47%202.14-4.22%204.67c.21%202.2%202.19%203.82%204.41%203.82h.1c.79%200%201.53-.22%202.16-.6%22%2F%3E%3Cpath%20d%3D%22M2%2016c0%207.72%206.28%2014%2014%2014s14-6.28%2014-14S23.72%202%2016%202S2%208.28%202%2016m3%200C5%209.93%209.93%205%2016%205c6.06%200%2011%204.93%2011%2011s-4.93%2011-11%2011S5%2022.06%205%2016%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%2032%2032%22%3E%3Cg%20fill%3D%22%23321b41%22%3E%3Cpath%20d%3D%22M18.66%2019.54c.22-.13.46-.22.72-.22c1.31%200%201.84%201.74.7%202.43a6.9%206.9%200%200%201-3.6%201.02h-.29c-3.94%200-7.13-3.34-6.86-7.35c.25-3.65%203.45-6.41%207.11-6.41h.05c1.15%200%202.22.28%203.17.78c1.23.64.77%202.5-.61%202.5c-.22%200-.43-.07-.63-.17c-.58-.29-1.23-.47-1.92-.47h-.29c-2.48%200-4.47%202.14-4.22%204.67c.21%202.2%202.19%203.82%204.41%203.82h.1c.79%200%201.53-.22%202.16-.6%22%2F%3E%3Cpath%20d%3D%22M2%2016c0%207.72%206.28%2014%2014%2014s14-6.28%2014-14S23.72%202%2016%202S2%208.28%202%2016m3%200C5%209.93%209.93%205%2016%205c6.06%200%2011%204.93%2011%2011s-4.93%2011-11%2011S5%2022.06%205%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/copyright.svg?color=%231a73e8&size=48