copyright circle icon

copyright-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
copyright-circle-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
copyright-circle-fill

2 other variants in Ant Design Icons

Use the copyright circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4c0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4c-4-49.5-40-83.4-93-83.4c-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6c52.8 0 88.7-31.7 93-77.8c.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7c0 82.6-68.7 141.4-162.7 141.4"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCopyrightCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4c0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4c-4-49.5-40-83.4-93-83.4c-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6c52.8 0 88.7-31.7 93-77.8c.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7c0 82.6-68.7 141.4-162.7 141.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4c0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4c-4-49.5-40-83.4-93-83.4c-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6c52.8 0 88.7-31.7 93-77.8c.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7c0 82.6-68.7 141.4-162.7 141.4"/></svg>
</template>

CSS

.icon-copyright-circle-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m5.4%20670c-110%200-173.4-73.2-173.4-194.9v-52.3C344%20364.2%20407.4%20290%20517.3%20290c94.3%200%20162.7%2060.7%20162.7%20147.4c0%202.6-2.1%204.7-4.7%204.7h-56.7c-4.2%200-7.6-3.2-8-7.4c-4-49.5-40-83.4-93-83.4c-65.3%200-102.1%2048.5-102.1%20135.5v52.6c0%2085.7%2036.9%20133.6%20102.1%20133.6c52.8%200%2088.7-31.7%2093-77.8c.4-4.1%203.8-7.3%208-7.3h56.8c2.6%200%204.7%202.1%204.7%204.7c0%2082.6-68.7%20141.4-162.7%20141.4%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m5.4%20670c-110%200-173.4-73.2-173.4-194.9v-52.3C344%20364.2%20407.4%20290%20517.3%20290c94.3%200%20162.7%2060.7%20162.7%20147.4c0%202.6-2.1%204.7-4.7%204.7h-56.7c-4.2%200-7.6-3.2-8-7.4c-4-49.5-40-83.4-93-83.4c-65.3%200-102.1%2048.5-102.1%20135.5v52.6c0%2085.7%2036.9%20133.6%20102.1%20133.6c52.8%200%2088.7-31.7%2093-77.8c.4-4.1%203.8-7.3%208-7.3h56.8c2.6%200%204.7%202.1%204.7%204.7c0%2082.6-68.7%20141.4-162.7%20141.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/copyright-circle-filled.svg?color=%231a73e8&size=48