shellcheck light logo
shellcheck-light from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- shellcheck-light
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Use the shellcheck light logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#bdbdbd" d="m1 3l2 3a5 5 0 0 1 .762-2.646A1 1 0 0 0 3 3zm11.04 5.928a4.96 4.96 0 0 1-4.933 1.982A6 6 0 0 0 7 12c1.916 2.874 8 2.4 8 0c-1.6 0-2.396-1.388-2.96-3.072"/><path fill="#757575" d="M12.127 3.18a4.95 4.95 0 0 1 .574 4.486C13.193 9.461 13.743 11 15 11V7c0-2.016-1.35-3.358-2.873-3.82"/><path fill="#c5cae9" d="M5.357 3A4 4 0 0 0 5 3.357V4c0 1.096-.64 1.997-.896 2.86a4 4 0 0 0 2.283 2.796C6.967 7.712 8 5.89 8 4a1 1 0 0 0-1-1zM9 3v1c0 2.135-1.083 4.032-1.654 5.94q.325.059.654.06a4 4 0 0 0 3.65-2.37C11.023 5.339 10.551 3 9 3"/><path fill="#f9a825" d="m4.543 9.596l-3.156 4.472l1.226.864l3.155-4.47a5 5 0 0 1-1.225-.866"/><path fill="#7986cb" d="M8 2c-.973 0-1.913.356-2.643 1H7a1 1 0 0 1 1 1c0 1.889-1.033 3.712-1.613 5.656a4 4 0 0 0 .959.283C7.917 8.032 9 6.135 9 4V3c1.551 0 2.023 2.338 2.65 4.63A4 4 0 0 0 8 2M5 3.357A4 4 0 0 0 4 6c0 .29.038.578.104.86C4.359 5.996 5 5.095 5 4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeShellcheckLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#bdbdbd" d="m1 3l2 3a5 5 0 0 1 .762-2.646A1 1 0 0 0 3 3zm11.04 5.928a4.96 4.96 0 0 1-4.933 1.982A6 6 0 0 0 7 12c1.916 2.874 8 2.4 8 0c-1.6 0-2.396-1.388-2.96-3.072"/><path fill="#757575" d="M12.127 3.18a4.95 4.95 0 0 1 .574 4.486C13.193 9.461 13.743 11 15 11V7c0-2.016-1.35-3.358-2.873-3.82"/><path fill="#c5cae9" d="M5.357 3A4 4 0 0 0 5 3.357V4c0 1.096-.64 1.997-.896 2.86a4 4 0 0 0 2.283 2.796C6.967 7.712 8 5.89 8 4a1 1 0 0 0-1-1zM9 3v1c0 2.135-1.083 4.032-1.654 5.94q.325.059.654.06a4 4 0 0 0 3.65-2.37C11.023 5.339 10.551 3 9 3"/><path fill="#f9a825" d="m4.543 9.596l-3.156 4.472l1.226.864l3.155-4.47a5 5 0 0 1-1.225-.866"/><path fill="#7986cb" d="M8 2c-.973 0-1.913.356-2.643 1H7a1 1 0 0 1 1 1c0 1.889-1.033 3.712-1.613 5.656a4 4 0 0 0 .959.283C7.917 8.032 9 6.135 9 4V3c1.551 0 2.023 2.338 2.65 4.63A4 4 0 0 0 8 2M5 3.357A4 4 0 0 0 4 6c0 .29.038.578.104.86C4.359 5.996 5 5.095 5 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#bdbdbd" d="m1 3l2 3a5 5 0 0 1 .762-2.646A1 1 0 0 0 3 3zm11.04 5.928a4.96 4.96 0 0 1-4.933 1.982A6 6 0 0 0 7 12c1.916 2.874 8 2.4 8 0c-1.6 0-2.396-1.388-2.96-3.072"/><path fill="#757575" d="M12.127 3.18a4.95 4.95 0 0 1 .574 4.486C13.193 9.461 13.743 11 15 11V7c0-2.016-1.35-3.358-2.873-3.82"/><path fill="#c5cae9" d="M5.357 3A4 4 0 0 0 5 3.357V4c0 1.096-.64 1.997-.896 2.86a4 4 0 0 0 2.283 2.796C6.967 7.712 8 5.89 8 4a1 1 0 0 0-1-1zM9 3v1c0 2.135-1.083 4.032-1.654 5.94q.325.059.654.06a4 4 0 0 0 3.65-2.37C11.023 5.339 10.551 3 9 3"/><path fill="#f9a825" d="m4.543 9.596l-3.156 4.472l1.226.864l3.155-4.47a5 5 0 0 1-1.225-.866"/><path fill="#7986cb" d="M8 2c-.973 0-1.913.356-2.643 1H7a1 1 0 0 1 1 1c0 1.889-1.033 3.712-1.613 5.656a4 4 0 0 0 .959.283C7.917 8.032 9 6.135 9 4V3c1.551 0 2.023 2.338 2.65 4.63A4 4 0 0 0 8 2M5 3.357A4 4 0 0 0 4 6c0 .29.038.578.104.86C4.359 5.996 5 5.095 5 4z"/></svg> </template>
CSS
.icon-shellcheck-light {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22m1%203l2%203a5%205%200%200%201%20.762-2.646A1%201%200%200%200%203%203zm11.04%205.928a4.96%204.96%200%200%201-4.933%201.982A6%206%200%200%200%207%2012c1.916%202.874%208%202.4%208%200c-1.6%200-2.396-1.388-2.96-3.072%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.127%203.18a4.95%204.95%200%200%201%20.574%204.486C13.193%209.461%2013.743%2011%2015%2011V7c0-2.016-1.35-3.358-2.873-3.82%22%2F%3E%3Cpath%20fill%3D%22%23c5cae9%22%20d%3D%22M5.357%203A4%204%200%200%200%205%203.357V4c0%201.096-.64%201.997-.896%202.86a4%204%200%200%200%202.283%202.796C6.967%207.712%208%205.89%208%204a1%201%200%200%200-1-1zM9%203v1c0%202.135-1.083%204.032-1.654%205.94q.325.059.654.06a4%204%200%200%200%203.65-2.37C11.023%205.339%2010.551%203%209%203%22%2F%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22m4.543%209.596l-3.156%204.472l1.226.864l3.155-4.47a5%205%200%200%201-1.225-.866%22%2F%3E%3Cpath%20fill%3D%22%237986cb%22%20d%3D%22M8%202c-.973%200-1.913.356-2.643%201H7a1%201%200%200%201%201%201c0%201.889-1.033%203.712-1.613%205.656a4%204%200%200%200%20.959.283C7.917%208.032%209%206.135%209%204V3c1.551%200%202.023%202.338%202.65%204.63A4%204%200%200%200%208%202M5%203.357A4%204%200%200%200%204%206c0%20.29.038.578.104.86C4.359%205.996%205%205.095%205%204z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23bdbdbd%22%20d%3D%22m1%203l2%203a5%205%200%200%201%20.762-2.646A1%201%200%200%200%203%203zm11.04%205.928a4.96%204.96%200%200%201-4.933%201.982A6%206%200%200%200%207%2012c1.916%202.874%208%202.4%208%200c-1.6%200-2.396-1.388-2.96-3.072%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.127%203.18a4.95%204.95%200%200%201%20.574%204.486C13.193%209.461%2013.743%2011%2015%2011V7c0-2.016-1.35-3.358-2.873-3.82%22%2F%3E%3Cpath%20fill%3D%22%23c5cae9%22%20d%3D%22M5.357%203A4%204%200%200%200%205%203.357V4c0%201.096-.64%201.997-.896%202.86a4%204%200%200%200%202.283%202.796C6.967%207.712%208%205.89%208%204a1%201%200%200%200-1-1zM9%203v1c0%202.135-1.083%204.032-1.654%205.94q.325.059.654.06a4%204%200%200%200%203.65-2.37C11.023%205.339%2010.551%203%209%203%22%2F%3E%3Cpath%20fill%3D%22%23f9a825%22%20d%3D%22m4.543%209.596l-3.156%204.472l1.226.864l3.155-4.47a5%205%200%200%201-1.225-.866%22%2F%3E%3Cpath%20fill%3D%22%237986cb%22%20d%3D%22M8%202c-.973%200-1.913.356-2.643%201H7a1%201%200%200%201%201%201c0%201.889-1.033%203.712-1.613%205.656a4%204%200%200%200%20.959.283C7.917%208.032%209%206.135%209%204V3c1.551%200%202.023%202.338%202.65%204.63A4%204%200%200%200%208%202M5%203.357A4%204%200%200%200%204%206c0%20.29.038.578.104.86C4.359%205.996%205%205.095%205%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/shellcheck-light.svg?color=%231a73e8&size=48