creative commons sampling icon
creative-commons-sampling from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- creative-commons-sampling
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the creative commons sampling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11S5 22.065 5 16S9.935 5 16 5m.127 4a.5.5 0 0 0-.498.469l-.352 5.482l-.312-4.562a.5.5 0 0 0-.998 0l-.315 4.502l-.293-3.586a.5.5 0 0 0-.496-.46h-.004a.5.5 0 0 0-.498.454l-.455 4.703l-.187-1.053a.503.503 0 0 0-.924-.166L10.08 16H8v1h2.365a.5.5 0 0 0 .432-.246l.176-.3l.591 3.288a.52.52 0 0 0 .512.412a.5.5 0 0 0 .479-.453l.263-2.728l.373 4.568c.022.26.24.459.5.459h.002a.5.5 0 0 0 .496-.465l.272-3.887l.336 4.885a.5.5 0 0 0 .5.467h.002a.5.5 0 0 0 .498-.469l.314-4.927l.235 3.925a.5.5 0 0 0 .49.471h.008a.5.5 0 0 0 .498-.455l.347-3.856l.26 3.844c.018.26.233.464.494.467h.006a.5.5 0 0 0 .498-.453l.457-4.91l.297 2.162a.5.5 0 0 0 .953.133L21.498 17H24v-1h-2.83a.5.5 0 0 0-.457.3l-.264.602l-.646-4.7c-.034-.253-.25-.422-.506-.432a.5.5 0 0 0-.486.455l-.284 3.04l-.267-3.953a.5.5 0 0 0-.494-.466a.483.483 0 0 0-.504.455l-.317 3.515l-.318-5.345A.5.5 0 0 0 16.129 9z"/></svg>
React
import type { SVGProps } from "react";
export function LaCreativeCommonsSampling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11S5 22.065 5 16S9.935 5 16 5m.127 4a.5.5 0 0 0-.498.469l-.352 5.482l-.312-4.562a.5.5 0 0 0-.998 0l-.315 4.502l-.293-3.586a.5.5 0 0 0-.496-.46h-.004a.5.5 0 0 0-.498.454l-.455 4.703l-.187-1.053a.503.503 0 0 0-.924-.166L10.08 16H8v1h2.365a.5.5 0 0 0 .432-.246l.176-.3l.591 3.288a.52.52 0 0 0 .512.412a.5.5 0 0 0 .479-.453l.263-2.728l.373 4.568c.022.26.24.459.5.459h.002a.5.5 0 0 0 .496-.465l.272-3.887l.336 4.885a.5.5 0 0 0 .5.467h.002a.5.5 0 0 0 .498-.469l.314-4.927l.235 3.925a.5.5 0 0 0 .49.471h.008a.5.5 0 0 0 .498-.455l.347-3.856l.26 3.844c.018.26.233.464.494.467h.006a.5.5 0 0 0 .498-.453l.457-4.91l.297 2.162a.5.5 0 0 0 .953.133L21.498 17H24v-1h-2.83a.5.5 0 0 0-.457.3l-.264.602l-.646-4.7c-.034-.253-.25-.422-.506-.432a.5.5 0 0 0-.486.455l-.284 3.04l-.267-3.953a.5.5 0 0 0-.494-.466a.483.483 0 0 0-.504.455l-.317 3.515l-.318-5.345A.5.5 0 0 0 16.129 9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11s-4.935 11-11 11S5 22.065 5 16S9.935 5 16 5m.127 4a.5.5 0 0 0-.498.469l-.352 5.482l-.312-4.562a.5.5 0 0 0-.998 0l-.315 4.502l-.293-3.586a.5.5 0 0 0-.496-.46h-.004a.5.5 0 0 0-.498.454l-.455 4.703l-.187-1.053a.503.503 0 0 0-.924-.166L10.08 16H8v1h2.365a.5.5 0 0 0 .432-.246l.176-.3l.591 3.288a.52.52 0 0 0 .512.412a.5.5 0 0 0 .479-.453l.263-2.728l.373 4.568c.022.26.24.459.5.459h.002a.5.5 0 0 0 .496-.465l.272-3.887l.336 4.885a.5.5 0 0 0 .5.467h.002a.5.5 0 0 0 .498-.469l.314-4.927l.235 3.925a.5.5 0 0 0 .49.471h.008a.5.5 0 0 0 .498-.455l.347-3.856l.26 3.844c.018.26.233.464.494.467h.006a.5.5 0 0 0 .498-.453l.457-4.91l.297 2.162a.5.5 0 0 0 .953.133L21.498 17H24v-1h-2.83a.5.5 0 0 0-.457.3l-.264.602l-.646-4.7c-.034-.253-.25-.422-.506-.432a.5.5 0 0 0-.486.455l-.284 3.04l-.267-3.953a.5.5 0 0 0-.494-.466a.483.483 0 0 0-.504.455l-.317 3.515l-.318-5.345A.5.5 0 0 0 16.129 9z"/></svg> </template>
CSS
.icon-creative-commons-sampling {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.065%200%2011%204.935%2011%2011s-4.935%2011-11%2011S5%2022.065%205%2016S9.935%205%2016%205m.127%204a.5.5%200%200%200-.498.469l-.352%205.482l-.312-4.562a.5.5%200%200%200-.998%200l-.315%204.502l-.293-3.586a.5.5%200%200%200-.496-.46h-.004a.5.5%200%200%200-.498.454l-.455%204.703l-.187-1.053a.503.503%200%200%200-.924-.166L10.08%2016H8v1h2.365a.5.5%200%200%200%20.432-.246l.176-.3l.591%203.288a.52.52%200%200%200%20.512.412a.5.5%200%200%200%20.479-.453l.263-2.728l.373%204.568c.022.26.24.459.5.459h.002a.5.5%200%200%200%20.496-.465l.272-3.887l.336%204.885a.5.5%200%200%200%20.5.467h.002a.5.5%200%200%200%20.498-.469l.314-4.927l.235%203.925a.5.5%200%200%200%20.49.471h.008a.5.5%200%200%200%20.498-.455l.347-3.856l.26%203.844c.018.26.233.464.494.467h.006a.5.5%200%200%200%20.498-.453l.457-4.91l.297%202.162a.5.5%200%200%200%20.953.133L21.498%2017H24v-1h-2.83a.5.5%200%200%200-.457.3l-.264.602l-.646-4.7c-.034-.253-.25-.422-.506-.432a.5.5%200%200%200-.486.455l-.284%203.04l-.267-3.953a.5.5%200%200%200-.494-.466a.483.483%200%200%200-.504.455l-.317%203.515l-.318-5.345A.5.5%200%200%200%2016.129%209z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.065%200%2011%204.935%2011%2011s-4.935%2011-11%2011S5%2022.065%205%2016S9.935%205%2016%205m.127%204a.5.5%200%200%200-.498.469l-.352%205.482l-.312-4.562a.5.5%200%200%200-.998%200l-.315%204.502l-.293-3.586a.5.5%200%200%200-.496-.46h-.004a.5.5%200%200%200-.498.454l-.455%204.703l-.187-1.053a.503.503%200%200%200-.924-.166L10.08%2016H8v1h2.365a.5.5%200%200%200%20.432-.246l.176-.3l.591%203.288a.52.52%200%200%200%20.512.412a.5.5%200%200%200%20.479-.453l.263-2.728l.373%204.568c.022.26.24.459.5.459h.002a.5.5%200%200%200%20.496-.465l.272-3.887l.336%204.885a.5.5%200%200%200%20.5.467h.002a.5.5%200%200%200%20.498-.469l.314-4.927l.235%203.925a.5.5%200%200%200%20.49.471h.008a.5.5%200%200%200%20.498-.455l.347-3.856l.26%203.844c.018.26.233.464.494.467h.006a.5.5%200%200%200%20.498-.453l.457-4.91l.297%202.162a.5.5%200%200%200%20.953.133L21.498%2017H24v-1h-2.83a.5.5%200%200%200-.457.3l-.264.602l-.646-4.7c-.034-.253-.25-.422-.506-.432a.5.5%200%200%200-.486.455l-.284%203.04l-.267-3.953a.5.5%200%200%200-.494-.466a.483.483%200%200%200-.504.455l-.317%203.515l-.318-5.345A.5.5%200%200%200%2016.129%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/creative-commons-sampling.svg?color=%231a73e8&size=48