unverified icon

unverified-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
unverified-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT
Aliases
unverifed-24

2 other variants in Octicons

The same icon in other sets

Use the unverified icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 16.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.517-7.665c.112-.223.268-.424.488-.57C11.186 8.12 11.506 8 12 8c.384 0 .766.118 1.034.319a.95.95 0 0 1 .403.806c0 .48-.218.81-.62 1.186a9 9 0 0 1-.409.354l-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75 0 0 0 1.5 0v-1.12c.09-.1.203-.208.347-.333c.063-.055.14-.119.222-.187c.166-.14.358-.3.52-.452c.536-.5 1.098-1.2 1.098-2.283a2.45 2.45 0 0 0-1.003-2.006C13.37 6.695 12.658 6.5 12 6.5c-.756 0-1.373.191-1.861.517a2.94 2.94 0 0 0-.997 1.148a.75.75 0 0 0 1.341.67"/><path fill="currentColor" d="M9.864 1.2a3.61 3.61 0 0 1 4.272 0l1.375 1.01c.274.2.593.333.929.384l1.686.259a3.61 3.61 0 0 1 3.021 3.02l.259 1.687c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 0 1 0 4.272l-1.01 1.375a2.1 2.1 0 0 0-.384.929l-.259 1.686a3.61 3.61 0 0 1-3.02 3.021l-1.687.259a2.1 2.1 0 0 0-.929.384l-1.375 1.01a3.61 3.61 0 0 1-4.272 0l-1.375-1.01a2.1 2.1 0 0 0-.929-.384l-1.686-.259a3.61 3.61 0 0 1-3.021-3.02l-.259-1.687a2.1 2.1 0 0 0-.384-.929L1.2 14.136a3.61 3.61 0 0 1 0-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.686a3.61 3.61 0 0 1 3.02-3.021l1.687-.259c.336-.051.655-.183.929-.384Zm3.384 1.209a2.11 2.11 0 0 0-2.496 0l-1.376 1.01a3.6 3.6 0 0 1-1.589.658l-1.686.258a2.11 2.11 0 0 0-1.766 1.766l-.258 1.686a3.6 3.6 0 0 1-.658 1.59l-1.01 1.375a2.11 2.11 0 0 0 0 2.496l1.01 1.376a3.6 3.6 0 0 1 .658 1.589l.258 1.686a2.11 2.11 0 0 0 1.766 1.765l1.686.26a3.6 3.6 0 0 1 1.59.657l1.375 1.01a2.11 2.11 0 0 0 2.496 0l1.376-1.01a3.6 3.6 0 0 1 1.589-.658l1.686-.258a2.11 2.11 0 0 0 1.765-1.766l.26-1.686a3.6 3.6 0 0 1 .657-1.59l1.01-1.375a2.11 2.11 0 0 0 0-2.496l-1.01-1.376a3.6 3.6 0 0 1-.658-1.589l-.258-1.686a2.11 2.11 0 0 0-1.766-1.766l-1.686-.258a3.6 3.6 0 0 1-1.59-.658Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonUnverified24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 16.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.517-7.665c.112-.223.268-.424.488-.57C11.186 8.12 11.506 8 12 8c.384 0 .766.118 1.034.319a.95.95 0 0 1 .403.806c0 .48-.218.81-.62 1.186a9 9 0 0 1-.409.354l-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75 0 0 0 1.5 0v-1.12c.09-.1.203-.208.347-.333c.063-.055.14-.119.222-.187c.166-.14.358-.3.52-.452c.536-.5 1.098-1.2 1.098-2.283a2.45 2.45 0 0 0-1.003-2.006C13.37 6.695 12.658 6.5 12 6.5c-.756 0-1.373.191-1.861.517a2.94 2.94 0 0 0-.997 1.148a.75.75 0 0 0 1.341.67"/><path fill="currentColor" d="M9.864 1.2a3.61 3.61 0 0 1 4.272 0l1.375 1.01c.274.2.593.333.929.384l1.686.259a3.61 3.61 0 0 1 3.021 3.02l.259 1.687c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 0 1 0 4.272l-1.01 1.375a2.1 2.1 0 0 0-.384.929l-.259 1.686a3.61 3.61 0 0 1-3.02 3.021l-1.687.259a2.1 2.1 0 0 0-.929.384l-1.375 1.01a3.61 3.61 0 0 1-4.272 0l-1.375-1.01a2.1 2.1 0 0 0-.929-.384l-1.686-.259a3.61 3.61 0 0 1-3.021-3.02l-.259-1.687a2.1 2.1 0 0 0-.384-.929L1.2 14.136a3.61 3.61 0 0 1 0-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.686a3.61 3.61 0 0 1 3.02-3.021l1.687-.259c.336-.051.655-.183.929-.384Zm3.384 1.209a2.11 2.11 0 0 0-2.496 0l-1.376 1.01a3.6 3.6 0 0 1-1.589.658l-1.686.258a2.11 2.11 0 0 0-1.766 1.766l-.258 1.686a3.6 3.6 0 0 1-.658 1.59l-1.01 1.375a2.11 2.11 0 0 0 0 2.496l1.01 1.376a3.6 3.6 0 0 1 .658 1.589l.258 1.686a2.11 2.11 0 0 0 1.766 1.765l1.686.26a3.6 3.6 0 0 1 1.59.657l1.375 1.01a2.11 2.11 0 0 0 2.496 0l1.376-1.01a3.6 3.6 0 0 1 1.589-.658l1.686-.258a2.11 2.11 0 0 0 1.765-1.766l.26-1.686a3.6 3.6 0 0 1 .657-1.59l1.01-1.375a2.11 2.11 0 0 0 0-2.496l-1.01-1.376a3.6 3.6 0 0 1-.658-1.589l-.258-1.686a2.11 2.11 0 0 0-1.766-1.766l-1.686-.258a3.6 3.6 0 0 1-1.59-.658Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 16.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.517-7.665c.112-.223.268-.424.488-.57C11.186 8.12 11.506 8 12 8c.384 0 .766.118 1.034.319a.95.95 0 0 1 .403.806c0 .48-.218.81-.62 1.186a9 9 0 0 1-.409.354l-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75 0 0 0 1.5 0v-1.12c.09-.1.203-.208.347-.333c.063-.055.14-.119.222-.187c.166-.14.358-.3.52-.452c.536-.5 1.098-1.2 1.098-2.283a2.45 2.45 0 0 0-1.003-2.006C13.37 6.695 12.658 6.5 12 6.5c-.756 0-1.373.191-1.861.517a2.94 2.94 0 0 0-.997 1.148a.75.75 0 0 0 1.341.67"/><path fill="currentColor" d="M9.864 1.2a3.61 3.61 0 0 1 4.272 0l1.375 1.01c.274.2.593.333.929.384l1.686.259a3.61 3.61 0 0 1 3.021 3.02l.259 1.687c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 0 1 0 4.272l-1.01 1.375a2.1 2.1 0 0 0-.384.929l-.259 1.686a3.61 3.61 0 0 1-3.02 3.021l-1.687.259a2.1 2.1 0 0 0-.929.384l-1.375 1.01a3.61 3.61 0 0 1-4.272 0l-1.375-1.01a2.1 2.1 0 0 0-.929-.384l-1.686-.259a3.61 3.61 0 0 1-3.021-3.02l-.259-1.687a2.1 2.1 0 0 0-.384-.929L1.2 14.136a3.61 3.61 0 0 1 0-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.686a3.61 3.61 0 0 1 3.02-3.021l1.687-.259c.336-.051.655-.183.929-.384Zm3.384 1.209a2.11 2.11 0 0 0-2.496 0l-1.376 1.01a3.6 3.6 0 0 1-1.589.658l-1.686.258a2.11 2.11 0 0 0-1.766 1.766l-.258 1.686a3.6 3.6 0 0 1-.658 1.59l-1.01 1.375a2.11 2.11 0 0 0 0 2.496l1.01 1.376a3.6 3.6 0 0 1 .658 1.589l.258 1.686a2.11 2.11 0 0 0 1.766 1.765l1.686.26a3.6 3.6 0 0 1 1.59.657l1.375 1.01a2.11 2.11 0 0 0 2.496 0l1.376-1.01a3.6 3.6 0 0 1 1.589-.658l1.686-.258a2.11 2.11 0 0 0 1.765-1.766l.26-1.686a3.6 3.6 0 0 1 .657-1.59l1.01-1.375a2.11 2.11 0 0 0 0-2.496l-1.01-1.376a3.6 3.6 0 0 1-.658-1.589l-.258-1.686a2.11 2.11 0 0 0-1.766-1.766l-1.686-.258a3.6 3.6 0 0 1-1.59-.658Z"/></svg>
</template>

CSS

.icon-unverified-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2016.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-2.517-7.665c.112-.223.268-.424.488-.57C11.186%208.12%2011.506%208%2012%208c.384%200%20.766.118%201.034.319a.95.95%200%200%201%20.403.806c0%20.48-.218.81-.62%201.186a9%209%200%200%201-.409.354l-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75%200%200%200%201.5%200v-1.12c.09-.1.203-.208.347-.333c.063-.055.14-.119.222-.187c.166-.14.358-.3.52-.452c.536-.5%201.098-1.2%201.098-2.283a2.45%202.45%200%200%200-1.003-2.006C13.37%206.695%2012.658%206.5%2012%206.5c-.756%200-1.373.191-1.861.517a2.94%202.94%200%200%200-.997%201.148a.75.75%200%200%200%201.341.67%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.864%201.2a3.61%203.61%200%200%201%204.272%200l1.375%201.01c.274.2.593.333.929.384l1.686.259a3.61%203.61%200%200%201%203.021%203.02l.259%201.687c.051.336.183.655.384.929l1.01%201.375a3.61%203.61%200%200%201%200%204.272l-1.01%201.375a2.1%202.1%200%200%200-.384.929l-.259%201.686a3.61%203.61%200%200%201-3.02%203.021l-1.687.259a2.1%202.1%200%200%200-.929.384l-1.375%201.01a3.61%203.61%200%200%201-4.272%200l-1.375-1.01a2.1%202.1%200%200%200-.929-.384l-1.686-.259a3.61%203.61%200%200%201-3.021-3.02l-.259-1.687a2.1%202.1%200%200%200-.384-.929L1.2%2014.136a3.61%203.61%200%200%201%200-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.686a3.61%203.61%200%200%201%203.02-3.021l1.687-.259c.336-.051.655-.183.929-.384Zm3.384%201.209a2.11%202.11%200%200%200-2.496%200l-1.376%201.01a3.6%203.6%200%200%201-1.589.658l-1.686.258a2.11%202.11%200%200%200-1.766%201.766l-.258%201.686a3.6%203.6%200%200%201-.658%201.59l-1.01%201.375a2.11%202.11%200%200%200%200%202.496l1.01%201.376a3.6%203.6%200%200%201%20.658%201.589l.258%201.686a2.11%202.11%200%200%200%201.766%201.765l1.686.26a3.6%203.6%200%200%201%201.59.657l1.375%201.01a2.11%202.11%200%200%200%202.496%200l1.376-1.01a3.6%203.6%200%200%201%201.589-.658l1.686-.258a2.11%202.11%200%200%200%201.765-1.766l.26-1.686a3.6%203.6%200%200%201%20.657-1.59l1.01-1.375a2.11%202.11%200%200%200%200-2.496l-1.01-1.376a3.6%203.6%200%200%201-.658-1.589l-.258-1.686a2.11%202.11%200%200%200-1.766-1.766l-1.686-.258a3.6%203.6%200%200%201-1.59-.658Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2016.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-2.517-7.665c.112-.223.268-.424.488-.57C11.186%208.12%2011.506%208%2012%208c.384%200%20.766.118%201.034.319a.95.95%200%200%201%20.403.806c0%20.48-.218.81-.62%201.186a9%209%200%200%201-.409.354l-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75%200%200%200%201.5%200v-1.12c.09-.1.203-.208.347-.333c.063-.055.14-.119.222-.187c.166-.14.358-.3.52-.452c.536-.5%201.098-1.2%201.098-2.283a2.45%202.45%200%200%200-1.003-2.006C13.37%206.695%2012.658%206.5%2012%206.5c-.756%200-1.373.191-1.861.517a2.94%202.94%200%200%200-.997%201.148a.75.75%200%200%200%201.341.67%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.864%201.2a3.61%203.61%200%200%201%204.272%200l1.375%201.01c.274.2.593.333.929.384l1.686.259a3.61%203.61%200%200%201%203.021%203.02l.259%201.687c.051.336.183.655.384.929l1.01%201.375a3.61%203.61%200%200%201%200%204.272l-1.01%201.375a2.1%202.1%200%200%200-.384.929l-.259%201.686a3.61%203.61%200%200%201-3.02%203.021l-1.687.259a2.1%202.1%200%200%200-.929.384l-1.375%201.01a3.61%203.61%200%200%201-4.272%200l-1.375-1.01a2.1%202.1%200%200%200-.929-.384l-1.686-.259a3.61%203.61%200%200%201-3.021-3.02l-.259-1.687a2.1%202.1%200%200%200-.384-.929L1.2%2014.136a3.61%203.61%200%200%201%200-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.686a3.61%203.61%200%200%201%203.02-3.021l1.687-.259c.336-.051.655-.183.929-.384Zm3.384%201.209a2.11%202.11%200%200%200-2.496%200l-1.376%201.01a3.6%203.6%200%200%201-1.589.658l-1.686.258a2.11%202.11%200%200%200-1.766%201.766l-.258%201.686a3.6%203.6%200%200%201-.658%201.59l-1.01%201.375a2.11%202.11%200%200%200%200%202.496l1.01%201.376a3.6%203.6%200%200%201%20.658%201.589l.258%201.686a2.11%202.11%200%200%200%201.766%201.765l1.686.26a3.6%203.6%200%200%201%201.59.657l1.375%201.01a2.11%202.11%200%200%200%202.496%200l1.376-1.01a3.6%203.6%200%200%201%201.589-.658l1.686-.258a2.11%202.11%200%200%200%201.765-1.766l.26-1.686a3.6%203.6%200%200%201%20.657-1.59l1.01-1.375a2.11%202.11%200%200%200%200-2.496l-1.01-1.376a3.6%203.6%200%200%201-.658-1.589l-.258-1.686a2.11%202.11%200%200%200-1.766-1.766l-1.686-.258a3.6%203.6%200%200%201-1.59-.658Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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