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

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

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the report off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.075 21q-.4 0-.762-.162t-.638-.438l-4.1-4.125Q3.3 16 3.15 15.638T3 14.875v-5.8q0-.4.15-.762t.425-.638L4.2 7.05L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.15-2.15l-.6.625q-.275.3-.65.463t-.8.162zM12 17q.425 0 .713-.288T13 16t-.288-.712T12 15t-.712.288T11 16t.288.713T12 17m7.075-.75L13 10.175V8q0-.425-.288-.712T12 7t-.712.288T11 8v.175L7.725 4.9q-.275-.3-.262-.712T7.75 3.5q.25-.25.55-.375T8.95 3h5.975q.4 0 .763.15t.637.425l4.1 4.1q.275.275.425.638t.15.762v5.9q0 .35-.125.675t-.375.575q-.275.3-.7.3t-.725-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReportOffRounded(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.075 21q-.4 0-.762-.162t-.638-.438l-4.1-4.125Q3.3 16 3.15 15.638T3 14.875v-5.8q0-.4.15-.762t.425-.638L4.2 7.05L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.15-2.15l-.6.625q-.275.3-.65.463t-.8.162zM12 17q.425 0 .713-.288T13 16t-.288-.712T12 15t-.712.288T11 16t.288.713T12 17m7.075-.75L13 10.175V8q0-.425-.288-.712T12 7t-.712.288T11 8v.175L7.725 4.9q-.275-.3-.262-.712T7.75 3.5q.25-.25.55-.375T8.95 3h5.975q.4 0 .763.15t.637.425l4.1 4.1q.275.275.425.638t.15.762v5.9q0 .35-.125.675t-.375.575q-.275.3-.7.3t-.725-.275"/></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.075 21q-.4 0-.762-.162t-.638-.438l-4.1-4.125Q3.3 16 3.15 15.638T3 14.875v-5.8q0-.4.15-.762t.425-.638L4.2 7.05L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.15-2.15l-.6.625q-.275.3-.65.463t-.8.162zM12 17q.425 0 .713-.288T13 16t-.288-.712T12 15t-.712.288T11 16t.288.713T12 17m7.075-.75L13 10.175V8q0-.425-.288-.712T12 7t-.712.288T11 8v.175L7.725 4.9q-.275-.3-.262-.712T7.75 3.5q.25-.25.55-.375T8.95 3h5.975q.4 0 .763.15t.637.425l4.1 4.1q.275.275.425.638t.15.762v5.9q0 .35-.125.675t-.375.575q-.275.3-.7.3t-.725-.275"/></svg>
</template>

CSS

.icon-report-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%22M9.075%2021q-.4%200-.762-.162t-.638-.438l-4.1-4.125Q3.3%2016%203.15%2015.638T3%2014.875v-5.8q0-.4.15-.762t.425-.638L4.2%207.05L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.15-2.15l-.6.625q-.275.3-.65.463t-.8.162zM12%2017q.425%200%20.713-.288T13%2016t-.288-.712T12%2015t-.712.288T11%2016t.288.713T12%2017m7.075-.75L13%2010.175V8q0-.425-.288-.712T12%207t-.712.288T11%208v.175L7.725%204.9q-.275-.3-.262-.712T7.75%203.5q.25-.25.55-.375T8.95%203h5.975q.4%200%20.763.15t.637.425l4.1%204.1q.275.275.425.638t.15.762v5.9q0%20.35-.125.675t-.375.575q-.275.3-.7.3t-.725-.275%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.075%2021q-.4%200-.762-.162t-.638-.438l-4.1-4.125Q3.3%2016%203.15%2015.638T3%2014.875v-5.8q0-.4.15-.762t.425-.638L4.2%207.05L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.15-2.15l-.6.625q-.275.3-.65.463t-.8.162zM12%2017q.425%200%20.713-.288T13%2016t-.288-.712T12%2015t-.712.288T11%2016t.288.713T12%2017m7.075-.75L13%2010.175V8q0-.425-.288-.712T12%207t-.712.288T11%208v.175L7.725%204.9q-.275-.3-.262-.712T7.75%203.5q.25-.25.55-.375T8.95%203h5.975q.4%200%20.763.15t.637.425l4.1%204.1q.275.275.425.638t.15.762v5.9q0%20.35-.125.675t-.375.575q-.275.3-.7.3t-.725-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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