Cc Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cc 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/305348.svg" alt="Cc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305348.svg" alt="Cc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305348.svg" alt="Cc icon" :width="24" :height="24" />
CSS background
.icon-cc {
background-image: url('https://proicons.com/icon/305348.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 62C258 62 63 258 63 500c0 241 195 438 437 438s438-197 438-438c0-242-196-438-438-438zm-60 614c-13 2-27 3-43 3-27 0-51-4-72-13-20-9-38-21-52-37s-24-35-31-57-11-46-11-71c0-26 4-50 11-72 8-22 18-41 32-57s32-29 52-38 44-13 70-13c15 0 29 1 42 3s27 6 42 12c0 9-2 19-5 28s-7 18-11 28c-11-4-21-7-30-8s-19-3-31-3c-30 0-54 10-71 30s-25 50-25 90c0 78 34 117 100 117 12 0 23 0 32-2s19-4 30-8c4 9 8 18 10 28 3 9 5 19 6 28-16 6-31 10-45 12zm284 0c-14 2-28 3-43 3-28 0-52-4-72-13-21-9-38-21-52-37s-25-35-32-57-10-46-10-71c0-26 4-50 11-72s18-41 32-57 31-29 52-38c20-9 43-13 69-13 16 0 30 1 43 3s27 6 42 12c-1 9-2 19-6 28-3 9-6 18-10 28-12-4-22-7-30-8-9-2-19-3-31-3-31 0-55 10-71 30-17 20-25 50-25 90 0 78 33 117 100 117 12 0 22 0 31-2s19-4 31-8c4 9 7 18 10 28 3 9 5 19 6 28-17 6-32 10-45 12z"/></svg>
Copied!