copyright emoji
copyright from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- copyright
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
copyright-outlinedAnt Design IconscopyrightBoxIcons 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 Icon
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the copyright emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#474c4f" d="M4.51 58.36S1.64 79.32 13.84 97.8c10 15.14 25.92 25.31 48.06 25.78c20.96.44 36.4-6.84 48.23-21.29c15.92-19.45 13.45-40.92 13.45-43.64c0-4.66-8.62 21.02-8.62 21.02l-24.28 31.6l-35.59 6.49s-28.44-12.47-28.61-13.14S4.51 58.36 4.51 58.36"/><path fill="#606265" d="M64.81 4.36C26.31 4.13 3.4 34.85 4.51 62.88c1.11 28.04 22.92 57.63 59.63 57.19c36.71-.45 58.63-31.05 59.46-58.03S101.3 4.59 64.81 4.36m.45 105.47c-21.58.89-48.73-16.24-48.06-45.62c.67-29.37 22.93-45.92 45.62-46.51c17.13-.45 47.62 11.79 47.62 47.17c-.01 28.51-24.92 44.13-45.18 44.96"/><path fill="#9a9a9a" d="M10.1 44.93c-.4 1.69-.61 3.49 1.05 4.1s2.53-1.83 3.05-3.4s6.77-14.58 16.27-22.34c10.33-8.44 23.2-11.34 25.03-11.86s3-1.78 2.7-2.88c-.35-1.31-2.25-1.26-3.75-1.05c-1.26.19-14.08 1.4-27.35 12.23c-12.82 10.46-16.57 23.37-17 25.2"/><path fill="#474c4f" d="M48.15 59.74c.23-1.73 2.04-9.74 6.25-13.27c8.87-7.45 18.14-3.04 20.91 1.92c2.55 4.56 1 8.75 5.16 9.79s8.61.27 9.93-2.42c1.74-3.55-.15-9.14-.95-10.07c-.81-.92-24.1-10.83-24.1-10.83s-17.78 9.47-17.78 9.81s-1.39 16.05-1.39 16.05zM33.22 74.81s1.08 7.9 7.7 15.82c5.23 6.26 13.96 9.33 23.27 9.23C86.4 99.61 91.1 82.48 91.1 80.28S75.97 91.31 75.97 91.31l-13.74-2.19z"/><path fill="#606265" d="M63.15 28.74c-16.39-.07-32.31 11.32-30.94 38.21c1.5 29.44 25.17 30.37 31.4 30.48c13.16.23 26.09-8.31 27.82-18.01c1.41-7.87-3-8.77-6.58-8.77s-5.66.46-7.74 5.08C75.04 80.35 71.23 86 63.84 85.77s-15.82-4.73-15.7-23.09s9.69-22.08 16.58-21.97c7.36.12 10.41 2.83 12.43 5.79c2.04 2.99 2.57 7.1 5.52 7.71c2.77.58 8.3.15 8.41-1.81s-2.41-23.54-27.93-23.66"/><path fill="#9a9a9a" d="M54.63 35.16c1.98 1.85-2.95 3.46-7.23 7.84s-6 9.72-7.74 8.96c-2.54-1.12-1.32-7.63 3.87-12.83s9.57-5.39 11.1-3.97m21.5 49.74c1.71 1.2 6.01-2.44 7.75-4.79s4.09-5.57 1.39-6.88s-4.44 1.13-6.01 4.53c-1.23 2.65-5.49 5.48-3.13 7.14"/></svg>
React
import type { SVGProps } from "react";
export function NotoCopyright(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#474c4f" d="M4.51 58.36S1.64 79.32 13.84 97.8c10 15.14 25.92 25.31 48.06 25.78c20.96.44 36.4-6.84 48.23-21.29c15.92-19.45 13.45-40.92 13.45-43.64c0-4.66-8.62 21.02-8.62 21.02l-24.28 31.6l-35.59 6.49s-28.44-12.47-28.61-13.14S4.51 58.36 4.51 58.36"/><path fill="#606265" d="M64.81 4.36C26.31 4.13 3.4 34.85 4.51 62.88c1.11 28.04 22.92 57.63 59.63 57.19c36.71-.45 58.63-31.05 59.46-58.03S101.3 4.59 64.81 4.36m.45 105.47c-21.58.89-48.73-16.24-48.06-45.62c.67-29.37 22.93-45.92 45.62-46.51c17.13-.45 47.62 11.79 47.62 47.17c-.01 28.51-24.92 44.13-45.18 44.96"/><path fill="#9a9a9a" d="M10.1 44.93c-.4 1.69-.61 3.49 1.05 4.1s2.53-1.83 3.05-3.4s6.77-14.58 16.27-22.34c10.33-8.44 23.2-11.34 25.03-11.86s3-1.78 2.7-2.88c-.35-1.31-2.25-1.26-3.75-1.05c-1.26.19-14.08 1.4-27.35 12.23c-12.82 10.46-16.57 23.37-17 25.2"/><path fill="#474c4f" d="M48.15 59.74c.23-1.73 2.04-9.74 6.25-13.27c8.87-7.45 18.14-3.04 20.91 1.92c2.55 4.56 1 8.75 5.16 9.79s8.61.27 9.93-2.42c1.74-3.55-.15-9.14-.95-10.07c-.81-.92-24.1-10.83-24.1-10.83s-17.78 9.47-17.78 9.81s-1.39 16.05-1.39 16.05zM33.22 74.81s1.08 7.9 7.7 15.82c5.23 6.26 13.96 9.33 23.27 9.23C86.4 99.61 91.1 82.48 91.1 80.28S75.97 91.31 75.97 91.31l-13.74-2.19z"/><path fill="#606265" d="M63.15 28.74c-16.39-.07-32.31 11.32-30.94 38.21c1.5 29.44 25.17 30.37 31.4 30.48c13.16.23 26.09-8.31 27.82-18.01c1.41-7.87-3-8.77-6.58-8.77s-5.66.46-7.74 5.08C75.04 80.35 71.23 86 63.84 85.77s-15.82-4.73-15.7-23.09s9.69-22.08 16.58-21.97c7.36.12 10.41 2.83 12.43 5.79c2.04 2.99 2.57 7.1 5.52 7.71c2.77.58 8.3.15 8.41-1.81s-2.41-23.54-27.93-23.66"/><path fill="#9a9a9a" d="M54.63 35.16c1.98 1.85-2.95 3.46-7.23 7.84s-6 9.72-7.74 8.96c-2.54-1.12-1.32-7.63 3.87-12.83s9.57-5.39 11.1-3.97m21.5 49.74c1.71 1.2 6.01-2.44 7.75-4.79s4.09-5.57 1.39-6.88s-4.44 1.13-6.01 4.53c-1.23 2.65-5.49 5.48-3.13 7.14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#474c4f" d="M4.51 58.36S1.64 79.32 13.84 97.8c10 15.14 25.92 25.31 48.06 25.78c20.96.44 36.4-6.84 48.23-21.29c15.92-19.45 13.45-40.92 13.45-43.64c0-4.66-8.62 21.02-8.62 21.02l-24.28 31.6l-35.59 6.49s-28.44-12.47-28.61-13.14S4.51 58.36 4.51 58.36"/><path fill="#606265" d="M64.81 4.36C26.31 4.13 3.4 34.85 4.51 62.88c1.11 28.04 22.92 57.63 59.63 57.19c36.71-.45 58.63-31.05 59.46-58.03S101.3 4.59 64.81 4.36m.45 105.47c-21.58.89-48.73-16.24-48.06-45.62c.67-29.37 22.93-45.92 45.62-46.51c17.13-.45 47.62 11.79 47.62 47.17c-.01 28.51-24.92 44.13-45.18 44.96"/><path fill="#9a9a9a" d="M10.1 44.93c-.4 1.69-.61 3.49 1.05 4.1s2.53-1.83 3.05-3.4s6.77-14.58 16.27-22.34c10.33-8.44 23.2-11.34 25.03-11.86s3-1.78 2.7-2.88c-.35-1.31-2.25-1.26-3.75-1.05c-1.26.19-14.08 1.4-27.35 12.23c-12.82 10.46-16.57 23.37-17 25.2"/><path fill="#474c4f" d="M48.15 59.74c.23-1.73 2.04-9.74 6.25-13.27c8.87-7.45 18.14-3.04 20.91 1.92c2.55 4.56 1 8.75 5.16 9.79s8.61.27 9.93-2.42c1.74-3.55-.15-9.14-.95-10.07c-.81-.92-24.1-10.83-24.1-10.83s-17.78 9.47-17.78 9.81s-1.39 16.05-1.39 16.05zM33.22 74.81s1.08 7.9 7.7 15.82c5.23 6.26 13.96 9.33 23.27 9.23C86.4 99.61 91.1 82.48 91.1 80.28S75.97 91.31 75.97 91.31l-13.74-2.19z"/><path fill="#606265" d="M63.15 28.74c-16.39-.07-32.31 11.32-30.94 38.21c1.5 29.44 25.17 30.37 31.4 30.48c13.16.23 26.09-8.31 27.82-18.01c1.41-7.87-3-8.77-6.58-8.77s-5.66.46-7.74 5.08C75.04 80.35 71.23 86 63.84 85.77s-15.82-4.73-15.7-23.09s9.69-22.08 16.58-21.97c7.36.12 10.41 2.83 12.43 5.79c2.04 2.99 2.57 7.1 5.52 7.71c2.77.58 8.3.15 8.41-1.81s-2.41-23.54-27.93-23.66"/><path fill="#9a9a9a" d="M54.63 35.16c1.98 1.85-2.95 3.46-7.23 7.84s-6 9.72-7.74 8.96c-2.54-1.12-1.32-7.63 3.87-12.83s9.57-5.39 11.1-3.97m21.5 49.74c1.71 1.2 6.01-2.44 7.75-4.79s4.09-5.57 1.39-6.88s-4.44 1.13-6.01 4.53c-1.23 2.65-5.49 5.48-3.13 7.14"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23474c4f%22%20d%3D%22M4.51%2058.36S1.64%2079.32%2013.84%2097.8c10%2015.14%2025.92%2025.31%2048.06%2025.78c20.96.44%2036.4-6.84%2048.23-21.29c15.92-19.45%2013.45-40.92%2013.45-43.64c0-4.66-8.62%2021.02-8.62%2021.02l-24.28%2031.6l-35.59%206.49s-28.44-12.47-28.61-13.14S4.51%2058.36%204.51%2058.36%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M64.81%204.36C26.31%204.13%203.4%2034.85%204.51%2062.88c1.11%2028.04%2022.92%2057.63%2059.63%2057.19c36.71-.45%2058.63-31.05%2059.46-58.03S101.3%204.59%2064.81%204.36m.45%20105.47c-21.58.89-48.73-16.24-48.06-45.62c.67-29.37%2022.93-45.92%2045.62-46.51c17.13-.45%2047.62%2011.79%2047.62%2047.17c-.01%2028.51-24.92%2044.13-45.18%2044.96%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M10.1%2044.93c-.4%201.69-.61%203.49%201.05%204.1s2.53-1.83%203.05-3.4s6.77-14.58%2016.27-22.34c10.33-8.44%2023.2-11.34%2025.03-11.86s3-1.78%202.7-2.88c-.35-1.31-2.25-1.26-3.75-1.05c-1.26.19-14.08%201.4-27.35%2012.23c-12.82%2010.46-16.57%2023.37-17%2025.2%22%2F%3E%3Cpath%20fill%3D%22%23474c4f%22%20d%3D%22M48.15%2059.74c.23-1.73%202.04-9.74%206.25-13.27c8.87-7.45%2018.14-3.04%2020.91%201.92c2.55%204.56%201%208.75%205.16%209.79s8.61.27%209.93-2.42c1.74-3.55-.15-9.14-.95-10.07c-.81-.92-24.1-10.83-24.1-10.83s-17.78%209.47-17.78%209.81s-1.39%2016.05-1.39%2016.05zM33.22%2074.81s1.08%207.9%207.7%2015.82c5.23%206.26%2013.96%209.33%2023.27%209.23C86.4%2099.61%2091.1%2082.48%2091.1%2080.28S75.97%2091.31%2075.97%2091.31l-13.74-2.19z%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M63.15%2028.74c-16.39-.07-32.31%2011.32-30.94%2038.21c1.5%2029.44%2025.17%2030.37%2031.4%2030.48c13.16.23%2026.09-8.31%2027.82-18.01c1.41-7.87-3-8.77-6.58-8.77s-5.66.46-7.74%205.08C75.04%2080.35%2071.23%2086%2063.84%2085.77s-15.82-4.73-15.7-23.09s9.69-22.08%2016.58-21.97c7.36.12%2010.41%202.83%2012.43%205.79c2.04%202.99%202.57%207.1%205.52%207.71c2.77.58%208.3.15%208.41-1.81s-2.41-23.54-27.93-23.66%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M54.63%2035.16c1.98%201.85-2.95%203.46-7.23%207.84s-6%209.72-7.74%208.96c-2.54-1.12-1.32-7.63%203.87-12.83s9.57-5.39%2011.1-3.97m21.5%2049.74c1.71%201.2%206.01-2.44%207.75-4.79s4.09-5.57%201.39-6.88s-4.44%201.13-6.01%204.53c-1.23%202.65-5.49%205.48-3.13%207.14%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23474c4f%22%20d%3D%22M4.51%2058.36S1.64%2079.32%2013.84%2097.8c10%2015.14%2025.92%2025.31%2048.06%2025.78c20.96.44%2036.4-6.84%2048.23-21.29c15.92-19.45%2013.45-40.92%2013.45-43.64c0-4.66-8.62%2021.02-8.62%2021.02l-24.28%2031.6l-35.59%206.49s-28.44-12.47-28.61-13.14S4.51%2058.36%204.51%2058.36%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M64.81%204.36C26.31%204.13%203.4%2034.85%204.51%2062.88c1.11%2028.04%2022.92%2057.63%2059.63%2057.19c36.71-.45%2058.63-31.05%2059.46-58.03S101.3%204.59%2064.81%204.36m.45%20105.47c-21.58.89-48.73-16.24-48.06-45.62c.67-29.37%2022.93-45.92%2045.62-46.51c17.13-.45%2047.62%2011.79%2047.62%2047.17c-.01%2028.51-24.92%2044.13-45.18%2044.96%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M10.1%2044.93c-.4%201.69-.61%203.49%201.05%204.1s2.53-1.83%203.05-3.4s6.77-14.58%2016.27-22.34c10.33-8.44%2023.2-11.34%2025.03-11.86s3-1.78%202.7-2.88c-.35-1.31-2.25-1.26-3.75-1.05c-1.26.19-14.08%201.4-27.35%2012.23c-12.82%2010.46-16.57%2023.37-17%2025.2%22%2F%3E%3Cpath%20fill%3D%22%23474c4f%22%20d%3D%22M48.15%2059.74c.23-1.73%202.04-9.74%206.25-13.27c8.87-7.45%2018.14-3.04%2020.91%201.92c2.55%204.56%201%208.75%205.16%209.79s8.61.27%209.93-2.42c1.74-3.55-.15-9.14-.95-10.07c-.81-.92-24.1-10.83-24.1-10.83s-17.78%209.47-17.78%209.81s-1.39%2016.05-1.39%2016.05zM33.22%2074.81s1.08%207.9%207.7%2015.82c5.23%206.26%2013.96%209.33%2023.27%209.23C86.4%2099.61%2091.1%2082.48%2091.1%2080.28S75.97%2091.31%2075.97%2091.31l-13.74-2.19z%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M63.15%2028.74c-16.39-.07-32.31%2011.32-30.94%2038.21c1.5%2029.44%2025.17%2030.37%2031.4%2030.48c13.16.23%2026.09-8.31%2027.82-18.01c1.41-7.87-3-8.77-6.58-8.77s-5.66.46-7.74%205.08C75.04%2080.35%2071.23%2086%2063.84%2085.77s-15.82-4.73-15.7-23.09s9.69-22.08%2016.58-21.97c7.36.12%2010.41%202.83%2012.43%205.79c2.04%202.99%202.57%207.1%205.52%207.71c2.77.58%208.3.15%208.41-1.81s-2.41-23.54-27.93-23.66%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22M54.63%2035.16c1.98%201.85-2.95%203.46-7.23%207.84s-6%209.72-7.74%208.96c-2.54-1.12-1.32-7.63%203.87-12.83s9.57-5.39%2011.1-3.97m21.5%2049.74c1.71%201.2%206.01-2.44%207.75-4.79s4.09-5.57%201.39-6.88s-4.44%201.13-6.01%204.53c-1.23%202.65-5.49%205.48-3.13%207.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/copyright.svg?color=%231a73e8&size=48