verified icon
verified from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- verified
- Set
- Octicons
- Style
- Regular
- 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-rule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zM6.5 12.01L3 8.51l1.5-1.5l2 2l5-5L13 5.56l-6.5 6.45z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonVerified(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zM6.5 12.01L3 8.51l1.5-1.5l2 2l5-5L13 5.56l-6.5 6.45z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zM6.5 12.01L3 8.51l1.5-1.5l2 2l5-5L13 5.56l-6.5 6.45z" fill="currentColor"/></svg> </template>
CSS
.icon-verified {
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-rule%3D%22evenodd%22%20d%3D%22M15.67%207.066l-1.08-1.34a1.5%201.5%200%200%201-.309-.77l-.19-1.698a1.51%201.51%200%200%200-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504%201.504%200%200%200-1.878%200l-1.34%201.08a1.5%201.5%200%200%201-.77.31l-1.698.19c-.7.08-1.25.63-1.33%201.329l-.19%201.699c-.03.3-.159.56-.329.78L.33%207.055a1.504%201.504%200%200%200%200%201.878l1.08%201.34c.17.22.28.48.31.77l.19%201.698c.08.7.63%201.25%201.329%201.33l1.699.19c.3.03.56.159.78.329l1.339%201.08c.55.439%201.329.439%201.878%200l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08%201.25-.63%201.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504%201.504%200%200%200%200-1.878zM6.5%2012.01L3%208.51l1.5-1.5l2%202l5-5L13%205.56l-6.5%206.45z%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.67%207.066l-1.08-1.34a1.5%201.5%200%200%201-.309-.77l-.19-1.698a1.51%201.51%200%200%200-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504%201.504%200%200%200-1.878%200l-1.34%201.08a1.5%201.5%200%200%201-.77.31l-1.698.19c-.7.08-1.25.63-1.33%201.329l-.19%201.699c-.03.3-.159.56-.329.78L.33%207.055a1.504%201.504%200%200%200%200%201.878l1.08%201.34c.17.22.28.48.31.77l.19%201.698c.08.7.63%201.25%201.329%201.33l1.699.19c.3.03.56.159.78.329l1.339%201.08c.55.439%201.329.439%201.878%200l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08%201.25-.63%201.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504%201.504%200%200%200%200-1.878zM6.5%2012.01L3%208.51l1.5-1.5l2%202l5-5L13%205.56l-6.5%206.45z%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/verified.svg?color=%231a73e8&size=48