creative commons zero icon
creative-commons-zero-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- creative-commons-zero-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
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 creative commons zero icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 12c0-3.314-2.238-6-5-6s-5 2.686-5 6s2.239 6 5 6s5-2.686 5-6m-6.237 3.645l3.562-6.173c.422.69.675 1.57.675 2.528c0 2.21-1.343 4-3 4c-.441 0-.86-.127-1.237-.355M9 12c0-2.21 1.343-4 3-4c.441 0 .86.127 1.237.355l-3.562 6.173C9.253 13.838 9 12.958 9 12m3-10a9.97 9.97 0 0 0-7.07 2.93A9.97 9.97 0 0 0 2 12a9.97 9.97 0 0 0 2.93 7.07A9.97 9.97 0 0 0 12 22a9.97 9.97 0 0 0 7.07-2.93A9.97 9.97 0 0 0 22 12a9.97 9.97 0 0 0-2.93-7.07A9.97 9.97 0 0 0 12 2M6.344 6.344A7.97 7.97 0 0 1 12 4c2.208 0 4.206.895 5.656 2.344A7.97 7.97 0 0 1 20 12a7.97 7.97 0 0 1-2.344 5.656A7.97 7.97 0 0 1 12 20a7.97 7.97 0 0 1-5.656-2.344A7.97 7.97 0 0 1 4 12c0-2.208.895-4.206 2.344-5.656"/></svg>
React
import type { SVGProps } from "react";
export function RiCreativeCommonsZeroLine(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="M17 12c0-3.314-2.238-6-5-6s-5 2.686-5 6s2.239 6 5 6s5-2.686 5-6m-6.237 3.645l3.562-6.173c.422.69.675 1.57.675 2.528c0 2.21-1.343 4-3 4c-.441 0-.86-.127-1.237-.355M9 12c0-2.21 1.343-4 3-4c.441 0 .86.127 1.237.355l-3.562 6.173C9.253 13.838 9 12.958 9 12m3-10a9.97 9.97 0 0 0-7.07 2.93A9.97 9.97 0 0 0 2 12a9.97 9.97 0 0 0 2.93 7.07A9.97 9.97 0 0 0 12 22a9.97 9.97 0 0 0 7.07-2.93A9.97 9.97 0 0 0 22 12a9.97 9.97 0 0 0-2.93-7.07A9.97 9.97 0 0 0 12 2M6.344 6.344A7.97 7.97 0 0 1 12 4c2.208 0 4.206.895 5.656 2.344A7.97 7.97 0 0 1 20 12a7.97 7.97 0 0 1-2.344 5.656A7.97 7.97 0 0 1 12 20a7.97 7.97 0 0 1-5.656-2.344A7.97 7.97 0 0 1 4 12c0-2.208.895-4.206 2.344-5.656"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 12c0-3.314-2.238-6-5-6s-5 2.686-5 6s2.239 6 5 6s5-2.686 5-6m-6.237 3.645l3.562-6.173c.422.69.675 1.57.675 2.528c0 2.21-1.343 4-3 4c-.441 0-.86-.127-1.237-.355M9 12c0-2.21 1.343-4 3-4c.441 0 .86.127 1.237.355l-3.562 6.173C9.253 13.838 9 12.958 9 12m3-10a9.97 9.97 0 0 0-7.07 2.93A9.97 9.97 0 0 0 2 12a9.97 9.97 0 0 0 2.93 7.07A9.97 9.97 0 0 0 12 22a9.97 9.97 0 0 0 7.07-2.93A9.97 9.97 0 0 0 22 12a9.97 9.97 0 0 0-2.93-7.07A9.97 9.97 0 0 0 12 2M6.344 6.344A7.97 7.97 0 0 1 12 4c2.208 0 4.206.895 5.656 2.344A7.97 7.97 0 0 1 20 12a7.97 7.97 0 0 1-2.344 5.656A7.97 7.97 0 0 1 12 20a7.97 7.97 0 0 1-5.656-2.344A7.97 7.97 0 0 1 4 12c0-2.208.895-4.206 2.344-5.656"/></svg> </template>
CSS
.icon-creative-commons-zero-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%22M17%2012c0-3.314-2.238-6-5-6s-5%202.686-5%206s2.239%206%205%206s5-2.686%205-6m-6.237%203.645l3.562-6.173c.422.69.675%201.57.675%202.528c0%202.21-1.343%204-3%204c-.441%200-.86-.127-1.237-.355M9%2012c0-2.21%201.343-4%203-4c.441%200%20.86.127%201.237.355l-3.562%206.173C9.253%2013.838%209%2012.958%209%2012m3-10a9.97%209.97%200%200%200-7.07%202.93A9.97%209.97%200%200%200%202%2012a9.97%209.97%200%200%200%202.93%207.07A9.97%209.97%200%200%200%2012%2022a9.97%209.97%200%200%200%207.07-2.93A9.97%209.97%200%200%200%2022%2012a9.97%209.97%200%200%200-2.93-7.07A9.97%209.97%200%200%200%2012%202M6.344%206.344A7.97%207.97%200%200%201%2012%204c2.208%200%204.206.895%205.656%202.344A7.97%207.97%200%200%201%2020%2012a7.97%207.97%200%200%201-2.344%205.656A7.97%207.97%200%200%201%2012%2020a7.97%207.97%200%200%201-5.656-2.344A7.97%207.97%200%200%201%204%2012c0-2.208.895-4.206%202.344-5.656%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%22M17%2012c0-3.314-2.238-6-5-6s-5%202.686-5%206s2.239%206%205%206s5-2.686%205-6m-6.237%203.645l3.562-6.173c.422.69.675%201.57.675%202.528c0%202.21-1.343%204-3%204c-.441%200-.86-.127-1.237-.355M9%2012c0-2.21%201.343-4%203-4c.441%200%20.86.127%201.237.355l-3.562%206.173C9.253%2013.838%209%2012.958%209%2012m3-10a9.97%209.97%200%200%200-7.07%202.93A9.97%209.97%200%200%200%202%2012a9.97%209.97%200%200%200%202.93%207.07A9.97%209.97%200%200%200%2012%2022a9.97%209.97%200%200%200%207.07-2.93A9.97%209.97%200%200%200%2022%2012a9.97%209.97%200%200%200-2.93-7.07A9.97%209.97%200%200%200%2012%202M6.344%206.344A7.97%207.97%200%200%201%2012%204c2.208%200%204.206.895%205.656%202.344A7.97%207.97%200%200%201%2020%2012a7.97%207.97%200%200%201-2.344%205.656A7.97%207.97%200%200%201%2012%2020a7.97%207.97%200%200%201-5.656-2.344A7.97%207.97%200%200%201%204%2012c0-2.208.895-4.206%202.344-5.656%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/creative-commons-zero-line.svg?color=%231a73e8&size=48