stack check icon
stack-check-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- stack-check-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
Related icons in Octicons
Use the stack check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.12 5.456a1.25 1.25 0 0 1 0-2.162zM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685l4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685zm-6.523 6.1a.75.75 0 0 1 1.024-.273l5.249 3.044a.75.75 0 0 1-.753 1.297L1.874 8.814a.75.75 0 0 1-.272-1.025m0 3.501a.75.75 0 0 1 1.024-.273l5.249 3.044a.75.75 0 0 1-.753 1.297l-5.248-3.044a.75.75 0 0 1-.272-1.025m13.099-.799a.75.75 0 1 1 1.098 1.02l-3.719 4a.75.75 0 0 1-1.075.024l-1.781-1.752a.751.751 0 0 1 1.052-1.069l1.23 1.21z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonStackCheck16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.12 5.456a1.25 1.25 0 0 1 0-2.162zM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685l4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685zm-6.523 6.1a.75.75 0 0 1 1.024-.273l5.249 3.044a.75.75 0 0 1-.753 1.297L1.874 8.814a.75.75 0 0 1-.272-1.025m0 3.501a.75.75 0 0 1 1.024-.273l5.249 3.044a.75.75 0 0 1-.753 1.297l-5.248-3.044a.75.75 0 0 1-.272-1.025m13.099-.799a.75.75 0 1 1 1.098 1.02l-3.719 4a.75.75 0 0 1-1.075.024l-1.781-1.752a.751.751 0 0 1 1.052-1.069l1.23 1.21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.12 5.456a1.25 1.25 0 0 1 0-2.162zM8.125 1.69a.25.25 0 0 0-.25 0l-4.63 2.685l4.63 2.685a.25.25 0 0 0 .25 0l4.63-2.685zm-6.523 6.1a.75.75 0 0 1 1.024-.273l5.249 3.044a.75.75 0 0 1-.753 1.297L1.874 8.814a.75.75 0 0 1-.272-1.025m0 3.501a.75.75 0 0 1 1.024-.273l5.249 3.044a.75.75 0 0 1-.753 1.297l-5.248-3.044a.75.75 0 0 1-.272-1.025m13.099-.799a.75.75 0 1 1 1.098 1.02l-3.719 4a.75.75 0 0 1-1.075.024l-1.781-1.752a.751.751 0 0 1 1.052-1.069l1.23 1.21z"/></svg> </template>
CSS
.icon-stack-check-16 {
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%22currentColor%22%20d%3D%22M7.122.392a1.75%201.75%200%200%201%201.756%200l5.003%202.902c.83.481.83%201.68%200%202.162L8.878%208.358a1.75%201.75%200%200%201-1.756%200L2.12%205.456a1.25%201.25%200%200%201%200-2.162zM8.125%201.69a.25.25%200%200%200-.25%200l-4.63%202.685l4.63%202.685a.25.25%200%200%200%20.25%200l4.63-2.685zm-6.523%206.1a.75.75%200%200%201%201.024-.273l5.249%203.044a.75.75%200%200%201-.753%201.297L1.874%208.814a.75.75%200%200%201-.272-1.025m0%203.501a.75.75%200%200%201%201.024-.273l5.249%203.044a.75.75%200%200%201-.753%201.297l-5.248-3.044a.75.75%200%200%201-.272-1.025m13.099-.799a.75.75%200%201%201%201.098%201.02l-3.719%204a.75.75%200%200%201-1.075.024l-1.781-1.752a.751.751%200%200%201%201.052-1.069l1.23%201.21z%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%22currentColor%22%20d%3D%22M7.122.392a1.75%201.75%200%200%201%201.756%200l5.003%202.902c.83.481.83%201.68%200%202.162L8.878%208.358a1.75%201.75%200%200%201-1.756%200L2.12%205.456a1.25%201.25%200%200%201%200-2.162zM8.125%201.69a.25.25%200%200%200-.25%200l-4.63%202.685l4.63%202.685a.25.25%200%200%200%20.25%200l4.63-2.685zm-6.523%206.1a.75.75%200%200%201%201.024-.273l5.249%203.044a.75.75%200%200%201-.753%201.297L1.874%208.814a.75.75%200%200%201-.272-1.025m0%203.501a.75.75%200%200%201%201.024-.273l5.249%203.044a.75.75%200%200%201-.753%201.297l-5.248-3.044a.75.75%200%200%201-.272-1.025m13.099-.799a.75.75%200%201%201%201.098%201.02l-3.719%204a.75.75%200%200%201-1.075.024l-1.781-1.752a.751.751%200%200%201%201.052-1.069l1.23%201.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/stack-check-16.svg?color=%231a73e8&size=48