verified-off-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
verified-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the verified off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.67 20.616l-1.316-2.2l-2.481-.524q-.298-.055-.475-.32q-.177-.264-.146-.562l.237-2.556l-1.683-1.92q-.212-.217-.212-.534t.212-.534l1.682-1.92l-.242-2.654q-.019-.211.106-.403t.337-.231l.134-.02l-1.607-1.607q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.885 16.885q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-3.08-3.08l-.443.096l-1.246 2.085q-.162.267-.435.37t-.565-.028L12 19.973l-2.33.985q-.293.13-.566.027q-.273-.102-.435-.37m10.843-6.161l.117 1.336q.03.293-.218.414t-.459-.09l-4.629-4.63l1.23-1.23q.147-.146.154-.344q.007-.199-.153-.364q-.165-.165-.357-.168t-.356.162l-1.231 1.231L8.204 5.36q-.212-.211-.24-.478q-.028-.268.109-.51l.596-.987q.162-.267.435-.37t.565.028L12 4.027l2.33-.985q.293-.13.566-.027q.273.102.435.37l1.315 2.2l2.481.523q.298.056.475.32t.146.563l-.236 2.555l1.682 1.92q.212.217.212.534t-.212.535zm-11.066-2.1l1.938 1.938q.243.242.566.242t.565-.242l.681-.68l-.679-.68l-.654.654L8.877 11.6q-.089-.065-.206-.063t-.225.11q-.165.165-.165.353t.165.354"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVerifiedOffRounded(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="m8.67 20.616l-1.316-2.2l-2.481-.524q-.298-.055-.475-.32q-.177-.264-.146-.562l.237-2.556l-1.683-1.92q-.212-.217-.212-.534t.212-.534l1.682-1.92l-.242-2.654q-.019-.211.106-.403t.337-.231l.134-.02l-1.607-1.607q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.885 16.885q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-3.08-3.08l-.443.096l-1.246 2.085q-.162.267-.435.37t-.565-.028L12 19.973l-2.33.985q-.293.13-.566.027q-.273-.102-.435-.37m10.843-6.161l.117 1.336q.03.293-.218.414t-.459-.09l-4.629-4.63l1.23-1.23q.147-.146.154-.344q.007-.199-.153-.364q-.165-.165-.357-.168t-.356.162l-1.231 1.231L8.204 5.36q-.212-.211-.24-.478q-.028-.268.109-.51l.596-.987q.162-.267.435-.37t.565.028L12 4.027l2.33-.985q.293-.13.566-.027q.273.102.435.37l1.315 2.2l2.481.523q.298.056.475.32t.146.563l-.236 2.555l1.682 1.92q.212.217.212.534t-.212.535zm-11.066-2.1l1.938 1.938q.243.242.566.242t.565-.242l.681-.68l-.679-.68l-.654.654L8.877 11.6q-.089-.065-.206-.063t-.225.11q-.165.165-.165.353t.165.354"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.67 20.616l-1.316-2.2l-2.481-.524q-.298-.055-.475-.32q-.177-.264-.146-.562l.237-2.556l-1.683-1.92q-.212-.217-.212-.534t.212-.534l1.682-1.92l-.242-2.654q-.019-.211.106-.403t.337-.231l.134-.02l-1.607-1.607q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.885 16.885q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-3.08-3.08l-.443.096l-1.246 2.085q-.162.267-.435.37t-.565-.028L12 19.973l-2.33.985q-.293.13-.566.027q-.273-.102-.435-.37m10.843-6.161l.117 1.336q.03.293-.218.414t-.459-.09l-4.629-4.63l1.23-1.23q.147-.146.154-.344q.007-.199-.153-.364q-.165-.165-.357-.168t-.356.162l-1.231 1.231L8.204 5.36q-.212-.211-.24-.478q-.028-.268.109-.51l.596-.987q.162-.267.435-.37t.565.028L12 4.027l2.33-.985q.293-.13.566-.027q.273.102.435.37l1.315 2.2l2.481.523q.298.056.475.32t.146.563l-.236 2.555l1.682 1.92q.212.217.212.534t-.212.535zm-11.066-2.1l1.938 1.938q.243.242.566.242t.565-.242l.681-.68l-.679-.68l-.654.654L8.877 11.6q-.089-.065-.206-.063t-.225.11q-.165.165-.165.353t.165.354"/></svg>
</template>

CSS

.icon-verified-off-rounded {
  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%22m8.67%2020.616l-1.316-2.2l-2.481-.524q-.298-.055-.475-.32q-.177-.264-.146-.562l.237-2.556l-1.683-1.92q-.212-.217-.212-.534t.212-.534l1.682-1.92l-.242-2.654q-.019-.211.106-.403t.337-.231l.134-.02l-1.607-1.607q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.885%2016.885q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-3.08-3.08l-.443.096l-1.246%202.085q-.162.267-.435.37t-.565-.028L12%2019.973l-2.33.985q-.293.13-.566.027q-.273-.102-.435-.37m10.843-6.161l.117%201.336q.03.293-.218.414t-.459-.09l-4.629-4.63l1.23-1.23q.147-.146.154-.344q.007-.199-.153-.364q-.165-.165-.357-.168t-.356.162l-1.231%201.231L8.204%205.36q-.212-.211-.24-.478q-.028-.268.109-.51l.596-.987q.162-.267.435-.37t.565.028L12%204.027l2.33-.985q.293-.13.566-.027q.273.102.435.37l1.315%202.2l2.481.523q.298.056.475.32t.146.563l-.236%202.555l1.682%201.92q.212.217.212.534t-.212.535zm-11.066-2.1l1.938%201.938q.243.242.566.242t.565-.242l.681-.68l-.679-.68l-.654.654L8.877%2011.6q-.089-.065-.206-.063t-.225.11q-.165.165-.165.353t.165.354%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%22m8.67%2020.616l-1.316-2.2l-2.481-.524q-.298-.055-.475-.32q-.177-.264-.146-.562l.237-2.556l-1.683-1.92q-.212-.217-.212-.534t.212-.534l1.682-1.92l-.242-2.654q-.019-.211.106-.403t.337-.231l.134-.02l-1.607-1.607q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.885%2016.885q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-3.08-3.08l-.443.096l-1.246%202.085q-.162.267-.435.37t-.565-.028L12%2019.973l-2.33.985q-.293.13-.566.027q-.273-.102-.435-.37m10.843-6.161l.117%201.336q.03.293-.218.414t-.459-.09l-4.629-4.63l1.23-1.23q.147-.146.154-.344q.007-.199-.153-.364q-.165-.165-.357-.168t-.356.162l-1.231%201.231L8.204%205.36q-.212-.211-.24-.478q-.028-.268.109-.51l.596-.987q.162-.267.435-.37t.565.028L12%204.027l2.33-.985q.293-.13.566-.027q.273.102.435.37l1.315%202.2l2.481.523q.298.056.475.32t.146.563l-.236%202.555l1.682%201.92q.212.217.212.534t-.212.535zm-11.066-2.1l1.938%201.938q.243.242.566.242t.565-.242l.681-.68l-.679-.68l-.654.654L8.877%2011.6q-.089-.065-.206-.063t-.225.11q-.165.165-.165.353t.165.354%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-off-rounded.svg?color=%231a73e8&size=48