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

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

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.15 21.75L6.7 19.3l-2.75-.6q-.375-.075-.6-.387t-.175-.688L3.45 14.8l-1.875-2.15q-.25-.275-.25-.65t.25-.65L3.45 9.2l-.3-3.25L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L17 19.8l-1.15 1.95q-.2.325-.55.437t-.7-.037l-2.6-1.1l-2.6 1.1q-.35.15-.7.037t-.55-.437m12.4-6.95l.175 1.875q.05.35-.275.5t-.575-.1L14.65 11.85l1.25-1.25q.3-.3.288-.7t-.288-.7q-.3-.3-.712-.312t-.713.287l-1.25 1.25l-5.675-5.7q-.25-.25-.287-.575t.137-.625l.75-1.275q.2-.325.55-.437t.7.037l2.6 1.1l2.6-1.1q.35-.15.7-.038t.55.438L17.3 4.7l2.75.6q.375.075.6.388t.175.687L20.55 9.2l1.875 2.15q.25.275.25.65t-.25.65zM8.1 12.7l2.15 2.15q.3.3.7.3t.7-.3l.2-.2l-1.275-1.275L8.3 11.1l-.1.1l-.1.1q-.3.3-.3.7t.3.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVerifiedOffRounded(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.15 21.75L6.7 19.3l-2.75-.6q-.375-.075-.6-.387t-.175-.688L3.45 14.8l-1.875-2.15q-.25-.275-.25-.65t.25-.65L3.45 9.2l-.3-3.25L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L17 19.8l-1.15 1.95q-.2.325-.55.437t-.7-.037l-2.6-1.1l-2.6 1.1q-.35.15-.7.037t-.55-.437m12.4-6.95l.175 1.875q.05.35-.275.5t-.575-.1L14.65 11.85l1.25-1.25q.3-.3.288-.7t-.288-.7q-.3-.3-.712-.312t-.713.287l-1.25 1.25l-5.675-5.7q-.25-.25-.287-.575t.137-.625l.75-1.275q.2-.325.55-.437t.7.037l2.6 1.1l2.6-1.1q.35-.15.7-.038t.55.438L17.3 4.7l2.75.6q.375.075.6.388t.175.687L20.55 9.2l1.875 2.15q.25.275.25.65t-.25.65zM8.1 12.7l2.15 2.15q.3.3.7.3t.7-.3l.2-.2l-1.275-1.275L8.3 11.1l-.1.1l-.1.1q-.3.3-.3.7t.3.7"/></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.15 21.75L6.7 19.3l-2.75-.6q-.375-.075-.6-.387t-.175-.688L3.45 14.8l-1.875-2.15q-.25-.275-.25-.65t.25-.65L3.45 9.2l-.3-3.25L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L17 19.8l-1.15 1.95q-.2.325-.55.437t-.7-.037l-2.6-1.1l-2.6 1.1q-.35.15-.7.037t-.55-.437m12.4-6.95l.175 1.875q.05.35-.275.5t-.575-.1L14.65 11.85l1.25-1.25q.3-.3.288-.7t-.288-.7q-.3-.3-.712-.312t-.713.287l-1.25 1.25l-5.675-5.7q-.25-.25-.287-.575t.137-.625l.75-1.275q.2-.325.55-.437t.7.037l2.6 1.1l2.6-1.1q.35-.15.7-.038t.55.438L17.3 4.7l2.75.6q.375.075.6.388t.175.687L20.55 9.2l1.875 2.15q.25.275.25.65t-.25.65zM8.1 12.7l2.15 2.15q.3.3.7.3t.7-.3l.2-.2l-1.275-1.275L8.3 11.1l-.1.1l-.1.1q-.3.3-.3.7t.3.7"/></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.15%2021.75L6.7%2019.3l-2.75-.6q-.375-.075-.6-.387t-.175-.688L3.45%2014.8l-1.875-2.15q-.25-.275-.25-.65t.25-.65L3.45%209.2l-.3-3.25L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275L17%2019.8l-1.15%201.95q-.2.325-.55.437t-.7-.037l-2.6-1.1l-2.6%201.1q-.35.15-.7.037t-.55-.437m12.4-6.95l.175%201.875q.05.35-.275.5t-.575-.1L14.65%2011.85l1.25-1.25q.3-.3.288-.7t-.288-.7q-.3-.3-.712-.312t-.713.287l-1.25%201.25l-5.675-5.7q-.25-.25-.287-.575t.137-.625l.75-1.275q.2-.325.55-.437t.7.037l2.6%201.1l2.6-1.1q.35-.15.7-.038t.55.438L17.3%204.7l2.75.6q.375.075.6.388t.175.687L20.55%209.2l1.875%202.15q.25.275.25.65t-.25.65zM8.1%2012.7l2.15%202.15q.3.3.7.3t.7-.3l.2-.2l-1.275-1.275L8.3%2011.1l-.1.1l-.1.1q-.3.3-.3.7t.3.7%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.15%2021.75L6.7%2019.3l-2.75-.6q-.375-.075-.6-.387t-.175-.688L3.45%2014.8l-1.875-2.15q-.25-.275-.25-.65t.25-.65L3.45%209.2l-.3-3.25L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275L17%2019.8l-1.15%201.95q-.2.325-.55.437t-.7-.037l-2.6-1.1l-2.6%201.1q-.35.15-.7.037t-.55-.437m12.4-6.95l.175%201.875q.05.35-.275.5t-.575-.1L14.65%2011.85l1.25-1.25q.3-.3.288-.7t-.288-.7q-.3-.3-.712-.312t-.713.287l-1.25%201.25l-5.675-5.7q-.25-.25-.287-.575t.137-.625l.75-1.275q.2-.325.55-.437t.7.037l2.6%201.1l2.6-1.1q.35-.15.7-.038t.55.438L17.3%204.7l2.75.6q.375.075.6.388t.175.687L20.55%209.2l1.875%202.15q.25.275.25.65t-.25.65zM8.1%2012.7l2.15%202.15q.3.3.7.3t.7-.3l.2-.2l-1.275-1.275L8.3%2011.1l-.1.1l-.1.1q-.3.3-.3.7t.3.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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