gist secret icon
gist-secret from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- gist-secret
- Set
- Octicons
- Style
- Regular
- Viewbox
- 14×16
- License
- MIT
The same icon in other sets
Use the gist secret icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3L5 2L4 5h6L9 2zm4.03 7.75L10 9l1 2l-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3l1-2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonGistSecret(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3L5 2L4 5h6L9 2zm4.03 7.75L10 9l1 2l-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3l1-2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3L5 2L4 5h6L9 2zm4.03 7.75L10 9l1 2l-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3l1-2z" fill="currentColor"/></svg> </template>
CSS
.icon-gist-secret {
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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2010.5L9%2014H5l1-3.5L5.25%209h3.5L8%2010.5zM10%206H4L2%207h10l-2-1zM9%202L7%203L5%202L4%205h6L9%202zm4.03%207.75L10%209l1%202l-2%203h3.22c.45%200%20.86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4%209l-3.03.75c-.53.14-.86.69-.72%201.22l.56%202.28c.11.44.52.75.97.75H5l-2-3l1-2z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2010.5L9%2014H5l1-3.5L5.25%209h3.5L8%2010.5zM10%206H4L2%207h10l-2-1zM9%202L7%203L5%202L4%205h6L9%202zm4.03%207.75L10%209l1%202l-2%203h3.22c.45%200%20.86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4%209l-3.03.75c-.53.14-.86.69-.72%201.22l.56%202.28c.11.44.52.75.97.75H5l-2-3l1-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/gist-secret.svg?color=%231a73e8&size=48