verified-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
verified-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
verified-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the verified icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.023 21.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346 12L4.49 9.546L4.177 6.27l3.177-.685L9.023 2.77L12 4.027l2.977-1.258l1.67 2.816l3.176.684l-.312 3.277L21.655 12l-2.142 2.454l.311 3.277l-3.177.684l-1.669 2.816L12 19.973zm.427-1.28L12 18.889l2.562 1.061L16 17.55l2.75-.611l-.25-2.839l1.85-2.1l-1.85-2.111l.25-2.839l-2.75-.6l-1.45-2.4L12 5.112L9.439 4.05L8 6.45l-2.75.6l.25 2.839L3.65 12l1.85 2.1l-.25 2.85l2.75.6zm1.5-5.092L15.908 9.9l-.708-.72l-4.25 4.25l-2.15-2.138l-.708.708z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVerifiedOutline(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="m9.023 21.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346 12L4.49 9.546L4.177 6.27l3.177-.685L9.023 2.77L12 4.027l2.977-1.258l1.67 2.816l3.176.684l-.312 3.277L21.655 12l-2.142 2.454l.311 3.277l-3.177.684l-1.669 2.816L12 19.973zm.427-1.28L12 18.889l2.562 1.061L16 17.55l2.75-.611l-.25-2.839l1.85-2.1l-1.85-2.111l.25-2.839l-2.75-.6l-1.45-2.4L12 5.112L9.439 4.05L8 6.45l-2.75.6l.25 2.839L3.65 12l1.85 2.1l-.25 2.85l2.75.6zm1.5-5.092L15.908 9.9l-.708-.72l-4.25 4.25l-2.15-2.138l-.708.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.023 21.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346 12L4.49 9.546L4.177 6.27l3.177-.685L9.023 2.77L12 4.027l2.977-1.258l1.67 2.816l3.176.684l-.312 3.277L21.655 12l-2.142 2.454l.311 3.277l-3.177.684l-1.669 2.816L12 19.973zm.427-1.28L12 18.889l2.562 1.061L16 17.55l2.75-.611l-.25-2.839l1.85-2.1l-1.85-2.111l.25-2.839l-2.75-.6l-1.45-2.4L12 5.112L9.439 4.05L8 6.45l-2.75.6l.25 2.839L3.65 12l1.85 2.1l-.25 2.85l2.75.6zm1.5-5.092L15.908 9.9l-.708-.72l-4.25 4.25l-2.15-2.138l-.708.708z"/></svg>
</template>

CSS

.icon-verified-outline {
  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%22m9.023%2021.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346%2012L4.49%209.546L4.177%206.27l3.177-.685L9.023%202.77L12%204.027l2.977-1.258l1.67%202.816l3.176.684l-.312%203.277L21.655%2012l-2.142%202.454l.311%203.277l-3.177.684l-1.669%202.816L12%2019.973zm.427-1.28L12%2018.889l2.562%201.061L16%2017.55l2.75-.611l-.25-2.839l1.85-2.1l-1.85-2.111l.25-2.839l-2.75-.6l-1.45-2.4L12%205.112L9.439%204.05L8%206.45l-2.75.6l.25%202.839L3.65%2012l1.85%202.1l-.25%202.85l2.75.6zm1.5-5.092L15.908%209.9l-.708-.72l-4.25%204.25l-2.15-2.138l-.708.708z%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%22m9.023%2021.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346%2012L4.49%209.546L4.177%206.27l3.177-.685L9.023%202.77L12%204.027l2.977-1.258l1.67%202.816l3.176.684l-.312%203.277L21.655%2012l-2.142%202.454l.311%203.277l-3.177.684l-1.669%202.816L12%2019.973zm.427-1.28L12%2018.889l2.562%201.061L16%2017.55l2.75-.611l-.25-2.839l1.85-2.1l-1.85-2.111l.25-2.839l-2.75-.6l-1.45-2.4L12%205.112L9.439%204.05L8%206.45l-2.75.6l.25%202.839L3.65%2012l1.85%202.1l-.25%202.85l2.75.6zm1.5-5.092L15.908%209.9l-.708-.72l-4.25%204.25l-2.15-2.138l-.708.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/verified-outline.svg?color=%231a73e8&size=48