copyright icon
copyright-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- copyright-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
copyrightBoxIcons v2copyrightBoxIcons v2 SolidcopyrightEmoji One (Colored)copyrightFont Awesome 6 RegularcopyrightFont Awesome 6 SolidcopyrightFont Awesome RegularcopyrightFont Awesome SolidcopyrightFluent EmojicopyrightFluent Emoji FlatcopyrightFluent Emoji High Contrastcopyrightcss.ggcopyrightHuge IconscopyrightIconParkcopyrightIconPark OutlinecopyrightIconPark SolidcopyrightIconPark TwoTonecopyrightIconoircopyrightLine AwesomecopyrightLucidecopyrightMaterial SymbolscopyrightMaterial Symbols LightcopyrightMaterial Design Iconscopyright-fillMingCute IconcopyrightMyna UI Icons
Related icons in Ant Design Icons
Use the copyright 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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fill-opacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m5.5 533c52.9 0 88.8-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.4C407.4 734 344 660.8 344 539.1v-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.7-3.2-8-7.4c-4-49.6-40-83.4-93-83.4c-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6"/><path fill="currentColor" d="M517.6 351.3c53 0 89 33.8 93 83.4c.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7c0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4c0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3c-4.2 46.1-40.1 77.8-93 77.8c-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCopyrightTwotone(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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fillOpacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m5.5 533c52.9 0 88.8-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.4C407.4 734 344 660.8 344 539.1v-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.7-3.2-8-7.4c-4-49.6-40-83.4-93-83.4c-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6"/><path fill="currentColor" d="M517.6 351.3c53 0 89 33.8 93 83.4c.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7c0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4c0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3c-4.2 46.1-40.1 77.8-93 77.8c-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5"/></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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fill-opacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m5.5 533c52.9 0 88.8-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.4C407.4 734 344 660.8 344 539.1v-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.7-3.2-8-7.4c-4-49.6-40-83.4-93-83.4c-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6"/><path fill="currentColor" d="M517.6 351.3c53 0 89 33.8 93 83.4c.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7c0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4c0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3c-4.2 46.1-40.1 77.8-93 77.8c-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5"/></svg> </template>
CSS
.icon-copyright-twotone {
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%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20140c-205.4%200-372%20166.6-372%20372s166.6%20372%20372%20372s372-166.6%20372-372s-166.6-372-372-372m5.5%20533c52.9%200%2088.8-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.4C407.4%20734%20344%20660.8%20344%20539.1v-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.7-3.2-8-7.4c-4-49.6-40-83.4-93-83.4c-65.2%200-102.1%2048.5-102.2%20135.5v52.6c0%2085.7%2036.8%20133.6%20102.1%20133.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M517.6%20351.3c53%200%2089%2033.8%2093%2083.4c.3%204.2%203.8%207.4%208%207.4h56.7c2.6%200%204.7-2.1%204.7-4.7c0-86.7-68.4-147.4-162.7-147.4C407.4%20290%20344%20364.2%20344%20486.8v52.3C344%20660.8%20407.4%20734%20517.3%20734c94%200%20162.7-58.8%20162.7-141.4c0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2%200-7.6%203.2-8%207.3c-4.2%2046.1-40.1%2077.8-93%2077.8c-65.3%200-102.1-47.9-102.1-133.6v-52.6c.1-87%2037-135.5%20102.2-135.5%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%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20140c-205.4%200-372%20166.6-372%20372s166.6%20372%20372%20372s372-166.6%20372-372s-166.6-372-372-372m5.5%20533c52.9%200%2088.8-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.4C407.4%20734%20344%20660.8%20344%20539.1v-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.7-3.2-8-7.4c-4-49.6-40-83.4-93-83.4c-65.2%200-102.1%2048.5-102.2%20135.5v52.6c0%2085.7%2036.8%20133.6%20102.1%20133.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M517.6%20351.3c53%200%2089%2033.8%2093%2083.4c.3%204.2%203.8%207.4%208%207.4h56.7c2.6%200%204.7-2.1%204.7-4.7c0-86.7-68.4-147.4-162.7-147.4C407.4%20290%20344%20364.2%20344%20486.8v52.3C344%20660.8%20407.4%20734%20517.3%20734c94%200%20162.7-58.8%20162.7-141.4c0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2%200-7.6%203.2-8%207.3c-4.2%2046.1-40.1%2077.8-93%2077.8c-65.3%200-102.1-47.9-102.1-133.6v-52.6c.1-87%2037-135.5%20102.2-135.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/copyright-twotone.svg?color=%231a73e8&size=48