creative commons sa icon
creative-commons-sa-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- creative-commons-sa-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 sa 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-6c-2.177 0-4.03 1.67-4.716 4H6l2.5 3l2.5-3H9.401C9.92 8.805 10.89 8 12 8c1.657 0 3 1.79 3 4s-1.343 4-3 4c-1.11 0-2.08-.804-2.598-1.999H7.285C7.97 16.33 9.823 18 12 18c2.762 0 5-2.686 5-6M12 2a9.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 RiCreativeCommonsSaLine(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-6c-2.177 0-4.03 1.67-4.716 4H6l2.5 3l2.5-3H9.401C9.92 8.805 10.89 8 12 8c1.657 0 3 1.79 3 4s-1.343 4-3 4c-1.11 0-2.08-.804-2.598-1.999H7.285C7.97 16.33 9.823 18 12 18c2.762 0 5-2.686 5-6M12 2a9.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-6c-2.177 0-4.03 1.67-4.716 4H6l2.5 3l2.5-3H9.401C9.92 8.805 10.89 8 12 8c1.657 0 3 1.79 3 4s-1.343 4-3 4c-1.11 0-2.08-.804-2.598-1.999H7.285C7.97 16.33 9.823 18 12 18c2.762 0 5-2.686 5-6M12 2a9.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-sa-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-6c-2.177%200-4.03%201.67-4.716%204H6l2.5%203l2.5-3H9.401C9.92%208.805%2010.89%208%2012%208c1.657%200%203%201.79%203%204s-1.343%204-3%204c-1.11%200-2.08-.804-2.598-1.999H7.285C7.97%2016.33%209.823%2018%2012%2018c2.762%200%205-2.686%205-6M12%202a9.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-6c-2.177%200-4.03%201.67-4.716%204H6l2.5%203l2.5-3H9.401C9.92%208.805%2010.89%208%2012%208c1.657%200%203%201.79%203%204s-1.343%204-3%204c-1.11%200-2.08-.804-2.598-1.999H7.285C7.97%2016.33%209.823%2018%2012%2018c2.762%200%205-2.686%205-6M12%202a9.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-sa-line.svg?color=%231a73e8&size=48