denizenscript logo
denizenscript from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- denizenscript
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Use the denizenscript logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffd54f" d="M6 4h8.804a17 17 0 0 1 4.54.459a8 8 0 0 1 3.597 2.21a10.5 10.5 0 0 1 2.278 3.887A17.8 17.8 0 0 1 26 16.23a15.8 15.8 0 0 1-.733 5.108a10.6 10.6 0 0 1-2.554 4.24a8.45 8.45 0 0 1-3.385 1.915a14.5 14.5 0 0 1-4.264.508H6Zm4 4.06v15.896h4.413a13 13 0 0 0 2.913-.228a4.45 4.45 0 0 0 1.945-1a5.1 5.1 0 0 0 1.261-2.316a15.8 15.8 0 0 0 .488-4.395a14.5 14.5 0 0 0-.488-4.274a5.5 5.5 0 0 0-1.367-2.324a4.57 4.57 0 0 0-2.23-1.13a21.7 21.7 0 0 0-3.954-.229Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeDenizenscript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffd54f" d="M6 4h8.804a17 17 0 0 1 4.54.459a8 8 0 0 1 3.597 2.21a10.5 10.5 0 0 1 2.278 3.887A17.8 17.8 0 0 1 26 16.23a15.8 15.8 0 0 1-.733 5.108a10.6 10.6 0 0 1-2.554 4.24a8.45 8.45 0 0 1-3.385 1.915a14.5 14.5 0 0 1-4.264.508H6Zm4 4.06v15.896h4.413a13 13 0 0 0 2.913-.228a4.45 4.45 0 0 0 1.945-1a5.1 5.1 0 0 0 1.261-2.316a15.8 15.8 0 0 0 .488-4.395a14.5 14.5 0 0 0-.488-4.274a5.5 5.5 0 0 0-1.367-2.324a4.57 4.57 0 0 0-2.23-1.13a21.7 21.7 0 0 0-3.954-.229Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffd54f" d="M6 4h8.804a17 17 0 0 1 4.54.459a8 8 0 0 1 3.597 2.21a10.5 10.5 0 0 1 2.278 3.887A17.8 17.8 0 0 1 26 16.23a15.8 15.8 0 0 1-.733 5.108a10.6 10.6 0 0 1-2.554 4.24a8.45 8.45 0 0 1-3.385 1.915a14.5 14.5 0 0 1-4.264.508H6Zm4 4.06v15.896h4.413a13 13 0 0 0 2.913-.228a4.45 4.45 0 0 0 1.945-1a5.1 5.1 0 0 0 1.261-2.316a15.8 15.8 0 0 0 .488-4.395a14.5 14.5 0 0 0-.488-4.274a5.5 5.5 0 0 0-1.367-2.324a4.57 4.57 0 0 0-2.23-1.13a21.7 21.7 0 0 0-3.954-.229Z"/></svg> </template>
CSS
.icon-denizenscript {
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%22%23ffd54f%22%20d%3D%22M6%204h8.804a17%2017%200%200%201%204.54.459a8%208%200%200%201%203.597%202.21a10.5%2010.5%200%200%201%202.278%203.887A17.8%2017.8%200%200%201%2026%2016.23a15.8%2015.8%200%200%201-.733%205.108a10.6%2010.6%200%200%201-2.554%204.24a8.45%208.45%200%200%201-3.385%201.915a14.5%2014.5%200%200%201-4.264.508H6Zm4%204.06v15.896h4.413a13%2013%200%200%200%202.913-.228a4.45%204.45%200%200%200%201.945-1a5.1%205.1%200%200%200%201.261-2.316a15.8%2015.8%200%200%200%20.488-4.395a14.5%2014.5%200%200%200-.488-4.274a5.5%205.5%200%200%200-1.367-2.324a4.57%204.57%200%200%200-2.23-1.13a21.7%2021.7%200%200%200-3.954-.229Z%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%22%23ffd54f%22%20d%3D%22M6%204h8.804a17%2017%200%200%201%204.54.459a8%208%200%200%201%203.597%202.21a10.5%2010.5%200%200%201%202.278%203.887A17.8%2017.8%200%200%201%2026%2016.23a15.8%2015.8%200%200%201-.733%205.108a10.6%2010.6%200%200%201-2.554%204.24a8.45%208.45%200%200%201-3.385%201.915a14.5%2014.5%200%200%201-4.264.508H6Zm4%204.06v15.896h4.413a13%2013%200%200%200%202.913-.228a4.45%204.45%200%200%200%201.945-1a5.1%205.1%200%200%200%201.261-2.316a15.8%2015.8%200%200%200%20.488-4.395a14.5%2014.5%200%200%200-.488-4.274a5.5%205.5%200%200%200-1.367-2.324a4.57%204.57%200%200%200-2.23-1.13a21.7%2021.7%200%200%200-3.954-.229Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/denizenscript.svg?color=%231a73e8&size=48