Copyright Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Copyright icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305445.svg" alt="Copyright icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305445.svg" alt="Copyright icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305445.svg" alt="Copyright icon" :width="24" :height="24" />
CSS background
.icon-copyright {
background-image: url('https://proicons.com/icon/305445.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 938c-65 0-124-12-178-34s-100-53-138-92-67-85-88-138-32-111-32-174c0-62 11-120 32-174s51-99 88-138c39-39 84-70 138-92s113-34 178-34 125 11 178 33c54 22 100 53 138 92s67 86 89 139c21 53 31 111 31 174s-10 121-31 174c-22 53-51 99-89 138s-84 70-138 92c-53 22-113 34-178 34zm0-88c53 0 101-9 144-27 42-18 78-42 107-74 30-31 52-68 68-111s23-89 23-138-8-96-23-138c-16-43-38-80-68-111-29-32-65-56-107-75-43-18-90-27-144-27s-101 9-143 27c-43 19-79 43-108 75-29 31-52 68-67 111-16 42-24 88-24 138s8 95 24 138c15 43 38 80 67 111 30 32 65 56 108 74 42 18 90 27 143 27zm121-237c8 12 14 28 18 47 5 19 7 38 7 59-23 8-44 14-64 17s-41 4-64 4c-37 0-70-6-98-19s-52-31-70-52-33-47-43-77c-10-29-15-60-15-93 0-32 5-63 15-92 9-30 24-56 43-78 18-22 42-40 69-53 27-14 59-20 94-20 27 0 49 1 67 4 17 3 37 9 60 18 0 16-1 33-4 53s-9 37-17 53c-19-7-34-11-47-13s-27-3-42-3c-35 0-62 12-80 34-19 22-29 55-29 97 0 45 10 78 30 99s46 32 78 32c18 0 33-1 45-3s28-6 47-14z"/></svg>
Copyright in other icon packs
Copied!