copyright emoji
copyright from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- copyright
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
copyright-outlinedAnt Design IconscopyrightBoxIcons v2copyrightBoxIcons v2 SolidcopyrightFont 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
More symbols icons from Emoji One (Colored)
Use the copyright emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#4d5357"><path d="M32 2C18.2 2 7 13.2 7 27s11.2 25 25 25s25-11.2 25-25S45.8 2 32 2m0 45c-11 0-20-9-20-20S21 7 32 7s20 9 20 20s-9 20-20 20"/><path d="M25.4 19.3c.9-1 2-1.8 3.3-2.3c1.3-.6 2.6-.9 4-.9c1.7 0 3.4.4 4.8 1.3c1.4.8 2.7 2 3.6 3.3l3.6-2.7c-1.4-1.8-3.1-3.4-5.1-4.4c-2.1-1.1-4.3-1.6-6.8-1.6c-2 0-4 .4-5.8 1.2s-3.4 1.9-4.7 3.2c-1.3 1.4-2.4 2.9-3.2 4.8c-.8 1.8-1.2 3.8-1.2 5.8c0 2.1.4 4 1.2 5.8s1.8 3.4 3.2 4.8c1.3 1.4 2.9 2.4 4.7 3.2s3.7 1.2 5.8 1.2c2.5 0 4.8-.5 6.8-1.6s3.8-2.6 5.1-4.4l-3.6-2.7q-1.35 2.1-3.6 3.3t-4.8 1.2c-1.4 0-2.7-.3-4-.9c-1.2-.6-2.3-1.4-3.3-2.3c-.9-1-1.7-2.1-2.2-3.4s-.8-2.7-.8-4.2s.3-2.9.8-4.2s1.3-2.5 2.2-3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneCopyright(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#4d5357"><path d="M32 2C18.2 2 7 13.2 7 27s11.2 25 25 25s25-11.2 25-25S45.8 2 32 2m0 45c-11 0-20-9-20-20S21 7 32 7s20 9 20 20s-9 20-20 20"/><path d="M25.4 19.3c.9-1 2-1.8 3.3-2.3c1.3-.6 2.6-.9 4-.9c1.7 0 3.4.4 4.8 1.3c1.4.8 2.7 2 3.6 3.3l3.6-2.7c-1.4-1.8-3.1-3.4-5.1-4.4c-2.1-1.1-4.3-1.6-6.8-1.6c-2 0-4 .4-5.8 1.2s-3.4 1.9-4.7 3.2c-1.3 1.4-2.4 2.9-3.2 4.8c-.8 1.8-1.2 3.8-1.2 5.8c0 2.1.4 4 1.2 5.8s1.8 3.4 3.2 4.8c1.3 1.4 2.9 2.4 4.7 3.2s3.7 1.2 5.8 1.2c2.5 0 4.8-.5 6.8-1.6s3.8-2.6 5.1-4.4l-3.6-2.7q-1.35 2.1-3.6 3.3t-4.8 1.2c-1.4 0-2.7-.3-4-.9c-1.2-.6-2.3-1.4-3.3-2.3c-.9-1-1.7-2.1-2.2-3.4s-.8-2.7-.8-4.2s.3-2.9.8-4.2s1.3-2.5 2.2-3.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#4d5357"><path d="M32 2C18.2 2 7 13.2 7 27s11.2 25 25 25s25-11.2 25-25S45.8 2 32 2m0 45c-11 0-20-9-20-20S21 7 32 7s20 9 20 20s-9 20-20 20"/><path d="M25.4 19.3c.9-1 2-1.8 3.3-2.3c1.3-.6 2.6-.9 4-.9c1.7 0 3.4.4 4.8 1.3c1.4.8 2.7 2 3.6 3.3l3.6-2.7c-1.4-1.8-3.1-3.4-5.1-4.4c-2.1-1.1-4.3-1.6-6.8-1.6c-2 0-4 .4-5.8 1.2s-3.4 1.9-4.7 3.2c-1.3 1.4-2.4 2.9-3.2 4.8c-.8 1.8-1.2 3.8-1.2 5.8c0 2.1.4 4 1.2 5.8s1.8 3.4 3.2 4.8c1.3 1.4 2.9 2.4 4.7 3.2s3.7 1.2 5.8 1.2c2.5 0 4.8-.5 6.8-1.6s3.8-2.6 5.1-4.4l-3.6-2.7q-1.35 2.1-3.6 3.3t-4.8 1.2c-1.4 0-2.7-.3-4-.9c-1.2-.6-2.3-1.4-3.3-2.3c-.9-1-1.7-2.1-2.2-3.4s-.8-2.7-.8-4.2s.3-2.9.8-4.2s1.3-2.5 2.2-3.5"/></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%2064%2064%22%3E%3Cg%20fill%3D%22%234d5357%22%3E%3Cpath%20d%3D%22M32%202C18.2%202%207%2013.2%207%2027s11.2%2025%2025%2025s25-11.2%2025-25S45.8%202%2032%202m0%2045c-11%200-20-9-20-20S21%207%2032%207s20%209%2020%2020s-9%2020-20%2020%22%2F%3E%3Cpath%20d%3D%22M25.4%2019.3c.9-1%202-1.8%203.3-2.3c1.3-.6%202.6-.9%204-.9c1.7%200%203.4.4%204.8%201.3c1.4.8%202.7%202%203.6%203.3l3.6-2.7c-1.4-1.8-3.1-3.4-5.1-4.4c-2.1-1.1-4.3-1.6-6.8-1.6c-2%200-4%20.4-5.8%201.2s-3.4%201.9-4.7%203.2c-1.3%201.4-2.4%202.9-3.2%204.8c-.8%201.8-1.2%203.8-1.2%205.8c0%202.1.4%204%201.2%205.8s1.8%203.4%203.2%204.8c1.3%201.4%202.9%202.4%204.7%203.2s3.7%201.2%205.8%201.2c2.5%200%204.8-.5%206.8-1.6s3.8-2.6%205.1-4.4l-3.6-2.7q-1.35%202.1-3.6%203.3t-4.8%201.2c-1.4%200-2.7-.3-4-.9c-1.2-.6-2.3-1.4-3.3-2.3c-.9-1-1.7-2.1-2.2-3.4s-.8-2.7-.8-4.2s.3-2.9.8-4.2s1.3-2.5%202.2-3.5%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%2064%2064%22%3E%3Cg%20fill%3D%22%234d5357%22%3E%3Cpath%20d%3D%22M32%202C18.2%202%207%2013.2%207%2027s11.2%2025%2025%2025s25-11.2%2025-25S45.8%202%2032%202m0%2045c-11%200-20-9-20-20S21%207%2032%207s20%209%2020%2020s-9%2020-20%2020%22%2F%3E%3Cpath%20d%3D%22M25.4%2019.3c.9-1%202-1.8%203.3-2.3c1.3-.6%202.6-.9%204-.9c1.7%200%203.4.4%204.8%201.3c1.4.8%202.7%202%203.6%203.3l3.6-2.7c-1.4-1.8-3.1-3.4-5.1-4.4c-2.1-1.1-4.3-1.6-6.8-1.6c-2%200-4%20.4-5.8%201.2s-3.4%201.9-4.7%203.2c-1.3%201.4-2.4%202.9-3.2%204.8c-.8%201.8-1.2%203.8-1.2%205.8c0%202.1.4%204%201.2%205.8s1.8%203.4%203.2%204.8c1.3%201.4%202.9%202.4%204.7%203.2s3.7%201.2%205.8%201.2c2.5%200%204.8-.5%206.8-1.6s3.8-2.6%205.1-4.4l-3.6-2.7q-1.35%202.1-3.6%203.3t-4.8%201.2c-1.4%200-2.7-.3-4-.9c-1.2-.6-2.3-1.4-3.3-2.3c-.9-1-1.7-2.1-2.2-3.4s-.8-2.7-.8-4.2s.3-2.9.8-4.2s1.3-2.5%202.2-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/copyright.svg?color=%231a73e8&size=48