copyright icon
copyright-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- copyright-line
- Set
- Remix Icon
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon 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 business icons from Remix Icon
advertisement-fillarchive-2-fillarchive-drawer-fillarchive-fillarchive-stack-fillarea-chart-fillat-fillattachment-fillaward-fillbar-chart-2-fillbar-chart-box-ai-fillbar-chart-box-fillbar-chart-fillbar-chart-grouped-fillbar-chart-horizontal-fillbookmark-2-fillbookmark-3-fillbookmark-fillbriefcase-2-fillbriefcase-3-fillbriefcase-4-fillbriefcase-5-fillbriefcase-fillbubble-chart-fill
Use the copyright icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.288 9.428A4.999 4.999 0 0 0 7 12a4.999 4.999 0 0 0 9.288 2.572l-1.715-1.028A3 3 0 1 1 12 9c1.093 0 2.05.584 2.573 1.457zM22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10s10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8s-8-3.58-8-8"/></svg>
React
import type { SVGProps } from "react";
export function RiCopyrightLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.288 9.428A4.999 4.999 0 0 0 7 12a4.999 4.999 0 0 0 9.288 2.572l-1.715-1.028A3 3 0 1 1 12 9c1.093 0 2.05.584 2.573 1.457zM22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10s10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8s-8-3.58-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.288 9.428A4.999 4.999 0 0 0 7 12a4.999 4.999 0 0 0 9.288 2.572l-1.715-1.028A3 3 0 1 1 12 9c1.093 0 2.05.584 2.573 1.457zM22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10s10-4.48 10-10M4 12c0-4.42 3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8s-8-3.58-8-8"/></svg> </template>
CSS
.icon-copyright-line {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.288%209.428A4.999%204.999%200%200%200%207%2012a4.999%204.999%200%200%200%209.288%202.572l-1.715-1.028A3%203%200%201%201%2012%209c1.093%200%202.05.584%202.573%201.457zM22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10M4%2012c0-4.42%203.58-8%208-8s8%203.58%208%208s-3.58%208-8%208s-8-3.58-8-8%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.288%209.428A4.999%204.999%200%200%200%207%2012a4.999%204.999%200%200%200%209.288%202.572l-1.715-1.028A3%203%200%201%201%2012%209c1.093%200%202.05.584%202.573%201.457zM22%2012c0-5.52-4.48-10-10-10S2%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10M4%2012c0-4.42%203.58-8%208-8s8%203.58%208%208s-3.58%208-8%208s-8-3.58-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/copyright-line.svg?color=%231a73e8&size=48