issue locked icon

issue-locked-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
issue-locked-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

Related icons in Octicons

Use the issue locked icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.001 6a3 3 0 0 1 3 3v1.168c.591.281 1 .884 1 1.582v2.5a1.75 1.75 0 0 1-1.75 1.75h-4.5a1.75 1.75 0 0 1-1.75-1.75v-2.5c0-.698.409-1.301 1-1.582V9a3 3 0 0 1 3-3m0 1.5a1.5 1.5 0 0 0-1.5 1.5v1h3V9a1.5 1.5 0 0 0-1.5-1.5"/><path fill="currentColor" d="M5.095.546a8 8 0 0 1 3.847-.49l.259.035a8 8 0 0 1 3.58 1.494l.207.16a8 8 0 0 1 2.148 2.639c.187.369-.005.807-.391.959s-.817-.04-1.013-.406a6.5 6.5 0 0 0-1.242-1.635l-.11-.105l-.052-.046a6 6 0 0 0-.226-.193l-.049-.04l-.042-.031a6 6 0 0 0-.249-.187l-.082-.057a6 6 0 0 0-.683-.411l-.028-.014a6.5 6.5 0 0 0-1.146-.458l-.039-.011a7 7 0 0 0-.376-.095l-.018-.005a6 6 0 0 0-.409-.075l-.003-.001h-.003l-.015-.002a8 8 0 0 0-.479-.051a6 6 0 0 0-.26-.015l-.155-.004L8 1.5l-.168.004q-.081 0-.162.004a6 6 0 0 0-.37.029l-.069.009q-.165.02-.325.047l-.079.014a7 7 0 0 0-.383.082q-.405.1-.788.249l-.016.005a6.6 6.6 0 0 0-1.096.553l-.083.053a7 7 0 0 0-.288.197l-.022.017a6 6 0 0 0-.609.509l-.064.061q-.123.119-.238.243l-.038.039a7 7 0 0 0-.254.296l-.015.019l-.033.044a6 6 0 0 0-.188.249q-.028.037-.054.076a6.5 6.5 0 0 0-.89 1.854l-.014.048a7 7 0 0 0-.084.327l-.02.089a6.4 6.4 0 0 0-.145 1.159l-.003.129L1.5 8q.001.099.005.196l.003.102a7 7 0 0 0 .034.434q.022.184.052.366l.007.034c.148.84.456 1.625.893 2.321l.034.052q.087.135.18.266l.054.076q.115.157.239.306l.024.029q.113.133.232.259l.073.077q.095.098.195.193q.043.043.088.084a7 7 0 0 0 .299.259q.093.074.187.145l.072.052l.146.104a6.5 6.5 0 0 0 1.929.904c.399.112.68.492.615.901s-.45.691-.851.588a8 8 0 0 1-3.041-1.528l-.202-.169A8.01 8.01 0 0 1 .059 7.03l.036-.259a8 8 0 0 1 1.507-3.574l.161-.207A8 8 0 0 1 5.095.546"/><path fill="currentColor" d="M8.001 6.5c.259 0 .511.068.733.192A4 4 0 0 0 8.001 9v.5a1.503 1.503 0 0 1-1.5-1.5a1.503 1.503 0 0 1 1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function OcticonIssueLocked16(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="M12.001 6a3 3 0 0 1 3 3v1.168c.591.281 1 .884 1 1.582v2.5a1.75 1.75 0 0 1-1.75 1.75h-4.5a1.75 1.75 0 0 1-1.75-1.75v-2.5c0-.698.409-1.301 1-1.582V9a3 3 0 0 1 3-3m0 1.5a1.5 1.5 0 0 0-1.5 1.5v1h3V9a1.5 1.5 0 0 0-1.5-1.5"/><path fill="currentColor" d="M5.095.546a8 8 0 0 1 3.847-.49l.259.035a8 8 0 0 1 3.58 1.494l.207.16a8 8 0 0 1 2.148 2.639c.187.369-.005.807-.391.959s-.817-.04-1.013-.406a6.5 6.5 0 0 0-1.242-1.635l-.11-.105l-.052-.046a6 6 0 0 0-.226-.193l-.049-.04l-.042-.031a6 6 0 0 0-.249-.187l-.082-.057a6 6 0 0 0-.683-.411l-.028-.014a6.5 6.5 0 0 0-1.146-.458l-.039-.011a7 7 0 0 0-.376-.095l-.018-.005a6 6 0 0 0-.409-.075l-.003-.001h-.003l-.015-.002a8 8 0 0 0-.479-.051a6 6 0 0 0-.26-.015l-.155-.004L8 1.5l-.168.004q-.081 0-.162.004a6 6 0 0 0-.37.029l-.069.009q-.165.02-.325.047l-.079.014a7 7 0 0 0-.383.082q-.405.1-.788.249l-.016.005a6.6 6.6 0 0 0-1.096.553l-.083.053a7 7 0 0 0-.288.197l-.022.017a6 6 0 0 0-.609.509l-.064.061q-.123.119-.238.243l-.038.039a7 7 0 0 0-.254.296l-.015.019l-.033.044a6 6 0 0 0-.188.249q-.028.037-.054.076a6.5 6.5 0 0 0-.89 1.854l-.014.048a7 7 0 0 0-.084.327l-.02.089a6.4 6.4 0 0 0-.145 1.159l-.003.129L1.5 8q.001.099.005.196l.003.102a7 7 0 0 0 .034.434q.022.184.052.366l.007.034c.148.84.456 1.625.893 2.321l.034.052q.087.135.18.266l.054.076q.115.157.239.306l.024.029q.113.133.232.259l.073.077q.095.098.195.193q.043.043.088.084a7 7 0 0 0 .299.259q.093.074.187.145l.072.052l.146.104a6.5 6.5 0 0 0 1.929.904c.399.112.68.492.615.901s-.45.691-.851.588a8 8 0 0 1-3.041-1.528l-.202-.169A8.01 8.01 0 0 1 .059 7.03l.036-.259a8 8 0 0 1 1.507-3.574l.161-.207A8 8 0 0 1 5.095.546"/><path fill="currentColor" d="M8.001 6.5c.259 0 .511.068.733.192A4 4 0 0 0 8.001 9v.5a1.503 1.503 0 0 1-1.5-1.5a1.503 1.503 0 0 1 1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.001 6a3 3 0 0 1 3 3v1.168c.591.281 1 .884 1 1.582v2.5a1.75 1.75 0 0 1-1.75 1.75h-4.5a1.75 1.75 0 0 1-1.75-1.75v-2.5c0-.698.409-1.301 1-1.582V9a3 3 0 0 1 3-3m0 1.5a1.5 1.5 0 0 0-1.5 1.5v1h3V9a1.5 1.5 0 0 0-1.5-1.5"/><path fill="currentColor" d="M5.095.546a8 8 0 0 1 3.847-.49l.259.035a8 8 0 0 1 3.58 1.494l.207.16a8 8 0 0 1 2.148 2.639c.187.369-.005.807-.391.959s-.817-.04-1.013-.406a6.5 6.5 0 0 0-1.242-1.635l-.11-.105l-.052-.046a6 6 0 0 0-.226-.193l-.049-.04l-.042-.031a6 6 0 0 0-.249-.187l-.082-.057a6 6 0 0 0-.683-.411l-.028-.014a6.5 6.5 0 0 0-1.146-.458l-.039-.011a7 7 0 0 0-.376-.095l-.018-.005a6 6 0 0 0-.409-.075l-.003-.001h-.003l-.015-.002a8 8 0 0 0-.479-.051a6 6 0 0 0-.26-.015l-.155-.004L8 1.5l-.168.004q-.081 0-.162.004a6 6 0 0 0-.37.029l-.069.009q-.165.02-.325.047l-.079.014a7 7 0 0 0-.383.082q-.405.1-.788.249l-.016.005a6.6 6.6 0 0 0-1.096.553l-.083.053a7 7 0 0 0-.288.197l-.022.017a6 6 0 0 0-.609.509l-.064.061q-.123.119-.238.243l-.038.039a7 7 0 0 0-.254.296l-.015.019l-.033.044a6 6 0 0 0-.188.249q-.028.037-.054.076a6.5 6.5 0 0 0-.89 1.854l-.014.048a7 7 0 0 0-.084.327l-.02.089a6.4 6.4 0 0 0-.145 1.159l-.003.129L1.5 8q.001.099.005.196l.003.102a7 7 0 0 0 .034.434q.022.184.052.366l.007.034c.148.84.456 1.625.893 2.321l.034.052q.087.135.18.266l.054.076q.115.157.239.306l.024.029q.113.133.232.259l.073.077q.095.098.195.193q.043.043.088.084a7 7 0 0 0 .299.259q.093.074.187.145l.072.052l.146.104a6.5 6.5 0 0 0 1.929.904c.399.112.68.492.615.901s-.45.691-.851.588a8 8 0 0 1-3.041-1.528l-.202-.169A8.01 8.01 0 0 1 .059 7.03l.036-.259a8 8 0 0 1 1.507-3.574l.161-.207A8 8 0 0 1 5.095.546"/><path fill="currentColor" d="M8.001 6.5c.259 0 .511.068.733.192A4 4 0 0 0 8.001 9v.5a1.503 1.503 0 0 1-1.5-1.5a1.503 1.503 0 0 1 1.5-1.5"/></svg>
</template>

CSS

.icon-issue-locked-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%22M12.001%206a3%203%200%200%201%203%203v1.168c.591.281%201%20.884%201%201.582v2.5a1.75%201.75%200%200%201-1.75%201.75h-4.5a1.75%201.75%200%200%201-1.75-1.75v-2.5c0-.698.409-1.301%201-1.582V9a3%203%200%200%201%203-3m0%201.5a1.5%201.5%200%200%200-1.5%201.5v1h3V9a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.095.546a8%208%200%200%201%203.847-.49l.259.035a8%208%200%200%201%203.58%201.494l.207.16a8%208%200%200%201%202.148%202.639c.187.369-.005.807-.391.959s-.817-.04-1.013-.406a6.5%206.5%200%200%200-1.242-1.635l-.11-.105l-.052-.046a6%206%200%200%200-.226-.193l-.049-.04l-.042-.031a6%206%200%200%200-.249-.187l-.082-.057a6%206%200%200%200-.683-.411l-.028-.014a6.5%206.5%200%200%200-1.146-.458l-.039-.011a7%207%200%200%200-.376-.095l-.018-.005a6%206%200%200%200-.409-.075l-.003-.001h-.003l-.015-.002a8%208%200%200%200-.479-.051a6%206%200%200%200-.26-.015l-.155-.004L8%201.5l-.168.004q-.081%200-.162.004a6%206%200%200%200-.37.029l-.069.009q-.165.02-.325.047l-.079.014a7%207%200%200%200-.383.082q-.405.1-.788.249l-.016.005a6.6%206.6%200%200%200-1.096.553l-.083.053a7%207%200%200%200-.288.197l-.022.017a6%206%200%200%200-.609.509l-.064.061q-.123.119-.238.243l-.038.039a7%207%200%200%200-.254.296l-.015.019l-.033.044a6%206%200%200%200-.188.249q-.028.037-.054.076a6.5%206.5%200%200%200-.89%201.854l-.014.048a7%207%200%200%200-.084.327l-.02.089a6.4%206.4%200%200%200-.145%201.159l-.003.129L1.5%208q.001.099.005.196l.003.102a7%207%200%200%200%20.034.434q.022.184.052.366l.007.034c.148.84.456%201.625.893%202.321l.034.052q.087.135.18.266l.054.076q.115.157.239.306l.024.029q.113.133.232.259l.073.077q.095.098.195.193q.043.043.088.084a7%207%200%200%200%20.299.259q.093.074.187.145l.072.052l.146.104a6.5%206.5%200%200%200%201.929.904c.399.112.68.492.615.901s-.45.691-.851.588a8%208%200%200%201-3.041-1.528l-.202-.169A8.01%208.01%200%200%201%20.059%207.03l.036-.259a8%208%200%200%201%201.507-3.574l.161-.207A8%208%200%200%201%205.095.546%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.001%206.5c.259%200%20.511.068.733.192A4%204%200%200%200%208.001%209v.5a1.503%201.503%200%200%201-1.5-1.5a1.503%201.503%200%200%201%201.5-1.5%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%22M12.001%206a3%203%200%200%201%203%203v1.168c.591.281%201%20.884%201%201.582v2.5a1.75%201.75%200%200%201-1.75%201.75h-4.5a1.75%201.75%200%200%201-1.75-1.75v-2.5c0-.698.409-1.301%201-1.582V9a3%203%200%200%201%203-3m0%201.5a1.5%201.5%200%200%200-1.5%201.5v1h3V9a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.095.546a8%208%200%200%201%203.847-.49l.259.035a8%208%200%200%201%203.58%201.494l.207.16a8%208%200%200%201%202.148%202.639c.187.369-.005.807-.391.959s-.817-.04-1.013-.406a6.5%206.5%200%200%200-1.242-1.635l-.11-.105l-.052-.046a6%206%200%200%200-.226-.193l-.049-.04l-.042-.031a6%206%200%200%200-.249-.187l-.082-.057a6%206%200%200%200-.683-.411l-.028-.014a6.5%206.5%200%200%200-1.146-.458l-.039-.011a7%207%200%200%200-.376-.095l-.018-.005a6%206%200%200%200-.409-.075l-.003-.001h-.003l-.015-.002a8%208%200%200%200-.479-.051a6%206%200%200%200-.26-.015l-.155-.004L8%201.5l-.168.004q-.081%200-.162.004a6%206%200%200%200-.37.029l-.069.009q-.165.02-.325.047l-.079.014a7%207%200%200%200-.383.082q-.405.1-.788.249l-.016.005a6.6%206.6%200%200%200-1.096.553l-.083.053a7%207%200%200%200-.288.197l-.022.017a6%206%200%200%200-.609.509l-.064.061q-.123.119-.238.243l-.038.039a7%207%200%200%200-.254.296l-.015.019l-.033.044a6%206%200%200%200-.188.249q-.028.037-.054.076a6.5%206.5%200%200%200-.89%201.854l-.014.048a7%207%200%200%200-.084.327l-.02.089a6.4%206.4%200%200%200-.145%201.159l-.003.129L1.5%208q.001.099.005.196l.003.102a7%207%200%200%200%20.034.434q.022.184.052.366l.007.034c.148.84.456%201.625.893%202.321l.034.052q.087.135.18.266l.054.076q.115.157.239.306l.024.029q.113.133.232.259l.073.077q.095.098.195.193q.043.043.088.084a7%207%200%200%200%20.299.259q.093.074.187.145l.072.052l.146.104a6.5%206.5%200%200%200%201.929.904c.399.112.68.492.615.901s-.45.691-.851.588a8%208%200%200%201-3.041-1.528l-.202-.169A8.01%208.01%200%200%201%20.059%207.03l.036-.259a8%208%200%200%201%201.507-3.574l.161-.207A8%208%200%200%201%205.095.546%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.001%206.5c.259%200%20.511.068.733.192A4%204%200%200%200%208.001%209v.5a1.503%201.503%200%200%201-1.5-1.5a1.503%201.503%200%200%201%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/issue-locked-16.svg?color=%231a73e8&size=48