verified icon
verified-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- verified-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the verified icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.585.52l.929.68c.153.112.331.186.518.215l1.138.175a2.68 2.68 0 0 1 2.24 2.24l.174 1.139c.029.187.103.365.215.518l.68.928a2.68 2.68 0 0 1 0 3.17l-.68.928a1.2 1.2 0 0 0-.215.518l-.175 1.138a2.68 2.68 0 0 1-2.241 2.241l-1.138.175a1.2 1.2 0 0 0-.518.215l-.928.68a2.68 2.68 0 0 1-3.17 0l-.928-.68a1.2 1.2 0 0 0-.518-.215L3.83 14.41a2.68 2.68 0 0 1-2.24-2.24l-.175-1.138a1.2 1.2 0 0 0-.215-.518l-.68-.928a2.68 2.68 0 0 1 0-3.17l.68-.928c.112-.153.186-.331.215-.518l.175-1.14a2.68 2.68 0 0 1 2.24-2.24l1.139-.175c.187-.029.365-.103.518-.215l.928-.68a2.68 2.68 0 0 1 3.17 0M7.303 1.728l-.927.68a2.7 2.7 0 0 1-1.18.489l-1.137.174a1.18 1.18 0 0 0-.987.987l-.174 1.136a2.7 2.7 0 0 1-.489 1.18l-.68.928a1.18 1.18 0 0 0 0 1.394l.68.927c.256.348.424.753.489 1.18l.174 1.137c.078.509.478.909.987.987l1.136.174a2.7 2.7 0 0 1 1.18.489l.928.68c.414.305.979.305 1.394 0l.927-.68a2.7 2.7 0 0 1 1.18-.489l1.137-.174a1.18 1.18 0 0 0 .987-.987l.174-1.136a2.7 2.7 0 0 1 .489-1.18l.68-.928a1.18 1.18 0 0 0 0-1.394l-.68-.927a2.7 2.7 0 0 1-.489-1.18l-.174-1.137a1.18 1.18 0 0 0-.987-.987l-1.136-.174a2.7 2.7 0 0 1-1.18-.489l-.928-.68a1.18 1.18 0 0 0-1.394 0M11.28 6.78l-3.75 3.75a.75.75 0 0 1-1.06 0L4.72 8.78a.75.75 0 0 1 .018-1.042a.75.75 0 0 1 1.042-.018L7 8.94l3.22-3.22a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042"/></svg>
React
import type { SVGProps } from "react";
export function OcticonVerified16(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="m9.585.52l.929.68c.153.112.331.186.518.215l1.138.175a2.68 2.68 0 0 1 2.24 2.24l.174 1.139c.029.187.103.365.215.518l.68.928a2.68 2.68 0 0 1 0 3.17l-.68.928a1.2 1.2 0 0 0-.215.518l-.175 1.138a2.68 2.68 0 0 1-2.241 2.241l-1.138.175a1.2 1.2 0 0 0-.518.215l-.928.68a2.68 2.68 0 0 1-3.17 0l-.928-.68a1.2 1.2 0 0 0-.518-.215L3.83 14.41a2.68 2.68 0 0 1-2.24-2.24l-.175-1.138a1.2 1.2 0 0 0-.215-.518l-.68-.928a2.68 2.68 0 0 1 0-3.17l.68-.928c.112-.153.186-.331.215-.518l.175-1.14a2.68 2.68 0 0 1 2.24-2.24l1.139-.175c.187-.029.365-.103.518-.215l.928-.68a2.68 2.68 0 0 1 3.17 0M7.303 1.728l-.927.68a2.7 2.7 0 0 1-1.18.489l-1.137.174a1.18 1.18 0 0 0-.987.987l-.174 1.136a2.7 2.7 0 0 1-.489 1.18l-.68.928a1.18 1.18 0 0 0 0 1.394l.68.927c.256.348.424.753.489 1.18l.174 1.137c.078.509.478.909.987.987l1.136.174a2.7 2.7 0 0 1 1.18.489l.928.68c.414.305.979.305 1.394 0l.927-.68a2.7 2.7 0 0 1 1.18-.489l1.137-.174a1.18 1.18 0 0 0 .987-.987l.174-1.136a2.7 2.7 0 0 1 .489-1.18l.68-.928a1.18 1.18 0 0 0 0-1.394l-.68-.927a2.7 2.7 0 0 1-.489-1.18l-.174-1.137a1.18 1.18 0 0 0-.987-.987l-1.136-.174a2.7 2.7 0 0 1-1.18-.489l-.928-.68a1.18 1.18 0 0 0-1.394 0M11.28 6.78l-3.75 3.75a.75.75 0 0 1-1.06 0L4.72 8.78a.75.75 0 0 1 .018-1.042a.75.75 0 0 1 1.042-.018L7 8.94l3.22-3.22a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.585.52l.929.68c.153.112.331.186.518.215l1.138.175a2.68 2.68 0 0 1 2.24 2.24l.174 1.139c.029.187.103.365.215.518l.68.928a2.68 2.68 0 0 1 0 3.17l-.68.928a1.2 1.2 0 0 0-.215.518l-.175 1.138a2.68 2.68 0 0 1-2.241 2.241l-1.138.175a1.2 1.2 0 0 0-.518.215l-.928.68a2.68 2.68 0 0 1-3.17 0l-.928-.68a1.2 1.2 0 0 0-.518-.215L3.83 14.41a2.68 2.68 0 0 1-2.24-2.24l-.175-1.138a1.2 1.2 0 0 0-.215-.518l-.68-.928a2.68 2.68 0 0 1 0-3.17l.68-.928c.112-.153.186-.331.215-.518l.175-1.14a2.68 2.68 0 0 1 2.24-2.24l1.139-.175c.187-.029.365-.103.518-.215l.928-.68a2.68 2.68 0 0 1 3.17 0M7.303 1.728l-.927.68a2.7 2.7 0 0 1-1.18.489l-1.137.174a1.18 1.18 0 0 0-.987.987l-.174 1.136a2.7 2.7 0 0 1-.489 1.18l-.68.928a1.18 1.18 0 0 0 0 1.394l.68.927c.256.348.424.753.489 1.18l.174 1.137c.078.509.478.909.987.987l1.136.174a2.7 2.7 0 0 1 1.18.489l.928.68c.414.305.979.305 1.394 0l.927-.68a2.7 2.7 0 0 1 1.18-.489l1.137-.174a1.18 1.18 0 0 0 .987-.987l.174-1.136a2.7 2.7 0 0 1 .489-1.18l.68-.928a1.18 1.18 0 0 0 0-1.394l-.68-.927a2.7 2.7 0 0 1-.489-1.18l-.174-1.137a1.18 1.18 0 0 0-.987-.987l-1.136-.174a2.7 2.7 0 0 1-1.18-.489l-.928-.68a1.18 1.18 0 0 0-1.394 0M11.28 6.78l-3.75 3.75a.75.75 0 0 1-1.06 0L4.72 8.78a.75.75 0 0 1 .018-1.042a.75.75 0 0 1 1.042-.018L7 8.94l3.22-3.22a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042"/></svg> </template>
CSS
.icon-verified-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%22m9.585.52l.929.68c.153.112.331.186.518.215l1.138.175a2.68%202.68%200%200%201%202.24%202.24l.174%201.139c.029.187.103.365.215.518l.68.928a2.68%202.68%200%200%201%200%203.17l-.68.928a1.2%201.2%200%200%200-.215.518l-.175%201.138a2.68%202.68%200%200%201-2.241%202.241l-1.138.175a1.2%201.2%200%200%200-.518.215l-.928.68a2.68%202.68%200%200%201-3.17%200l-.928-.68a1.2%201.2%200%200%200-.518-.215L3.83%2014.41a2.68%202.68%200%200%201-2.24-2.24l-.175-1.138a1.2%201.2%200%200%200-.215-.518l-.68-.928a2.68%202.68%200%200%201%200-3.17l.68-.928c.112-.153.186-.331.215-.518l.175-1.14a2.68%202.68%200%200%201%202.24-2.24l1.139-.175c.187-.029.365-.103.518-.215l.928-.68a2.68%202.68%200%200%201%203.17%200M7.303%201.728l-.927.68a2.7%202.7%200%200%201-1.18.489l-1.137.174a1.18%201.18%200%200%200-.987.987l-.174%201.136a2.7%202.7%200%200%201-.489%201.18l-.68.928a1.18%201.18%200%200%200%200%201.394l.68.927c.256.348.424.753.489%201.18l.174%201.137c.078.509.478.909.987.987l1.136.174a2.7%202.7%200%200%201%201.18.489l.928.68c.414.305.979.305%201.394%200l.927-.68a2.7%202.7%200%200%201%201.18-.489l1.137-.174a1.18%201.18%200%200%200%20.987-.987l.174-1.136a2.7%202.7%200%200%201%20.489-1.18l.68-.928a1.18%201.18%200%200%200%200-1.394l-.68-.927a2.7%202.7%200%200%201-.489-1.18l-.174-1.137a1.18%201.18%200%200%200-.987-.987l-1.136-.174a2.7%202.7%200%200%201-1.18-.489l-.928-.68a1.18%201.18%200%200%200-1.394%200M11.28%206.78l-3.75%203.75a.75.75%200%200%201-1.06%200L4.72%208.78a.75.75%200%200%201%20.018-1.042a.75.75%200%200%201%201.042-.018L7%208.94l3.22-3.22a.75.75%200%200%201%201.042.018a.75.75%200%200%201%20.018%201.042%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%22m9.585.52l.929.68c.153.112.331.186.518.215l1.138.175a2.68%202.68%200%200%201%202.24%202.24l.174%201.139c.029.187.103.365.215.518l.68.928a2.68%202.68%200%200%201%200%203.17l-.68.928a1.2%201.2%200%200%200-.215.518l-.175%201.138a2.68%202.68%200%200%201-2.241%202.241l-1.138.175a1.2%201.2%200%200%200-.518.215l-.928.68a2.68%202.68%200%200%201-3.17%200l-.928-.68a1.2%201.2%200%200%200-.518-.215L3.83%2014.41a2.68%202.68%200%200%201-2.24-2.24l-.175-1.138a1.2%201.2%200%200%200-.215-.518l-.68-.928a2.68%202.68%200%200%201%200-3.17l.68-.928c.112-.153.186-.331.215-.518l.175-1.14a2.68%202.68%200%200%201%202.24-2.24l1.139-.175c.187-.029.365-.103.518-.215l.928-.68a2.68%202.68%200%200%201%203.17%200M7.303%201.728l-.927.68a2.7%202.7%200%200%201-1.18.489l-1.137.174a1.18%201.18%200%200%200-.987.987l-.174%201.136a2.7%202.7%200%200%201-.489%201.18l-.68.928a1.18%201.18%200%200%200%200%201.394l.68.927c.256.348.424.753.489%201.18l.174%201.137c.078.509.478.909.987.987l1.136.174a2.7%202.7%200%200%201%201.18.489l.928.68c.414.305.979.305%201.394%200l.927-.68a2.7%202.7%200%200%201%201.18-.489l1.137-.174a1.18%201.18%200%200%200%20.987-.987l.174-1.136a2.7%202.7%200%200%201%20.489-1.18l.68-.928a1.18%201.18%200%200%200%200-1.394l-.68-.927a2.7%202.7%200%200%201-.489-1.18l-.174-1.137a1.18%201.18%200%200%200-.987-.987l-1.136-.174a2.7%202.7%200%200%201-1.18-.489l-.928-.68a1.18%201.18%200%200%200-1.394%200M11.28%206.78l-3.75%203.75a.75.75%200%200%201-1.06%200L4.72%208.78a.75.75%200%200%201%20.018-1.042a.75.75%200%200%201%201.042-.018L7%208.94l3.22-3.22a.75.75%200%200%201%201.042.018a.75.75%200%200%201%20.018%201.042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/verified-16.svg?color=%231a73e8&size=48