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

Name
report-off-outline
Set
Material Symbols
Style
Outline
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
report-off-outline-sharp

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="m19.8 16.95l-1.45-1.4l.65-.65V9.1L14.9 5H9.1l-.65.65l-1.4-1.45L8.25 3h7.5L21 8.25v7.45zM13 10.2V7h-2v1.2zm7.5 13.1l-3.55-3.55l-1.2 1.25h-7.5L3 15.7V8.25l1.2-1.2L.7 3.5l1.4-1.4l19.8 19.8zM9.1 19h5.8l.65-.65l-9.9-9.9L5 9.1v5.8zm2.188-2.287Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M10.6 13.4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReportOffOutline(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="m19.8 16.95l-1.45-1.4l.65-.65V9.1L14.9 5H9.1l-.65.65l-1.4-1.45L8.25 3h7.5L21 8.25v7.45zM13 10.2V7h-2v1.2zm7.5 13.1l-3.55-3.55l-1.2 1.25h-7.5L3 15.7V8.25l1.2-1.2L.7 3.5l1.4-1.4l19.8 19.8zM9.1 19h5.8l.65-.65l-9.9-9.9L5 9.1v5.8zm2.188-2.287Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M10.6 13.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 16.95l-1.45-1.4l.65-.65V9.1L14.9 5H9.1l-.65.65l-1.4-1.45L8.25 3h7.5L21 8.25v7.45zM13 10.2V7h-2v1.2zm7.5 13.1l-3.55-3.55l-1.2 1.25h-7.5L3 15.7V8.25l1.2-1.2L.7 3.5l1.4-1.4l19.8 19.8zM9.1 19h5.8l.65-.65l-9.9-9.9L5 9.1v5.8zm2.188-2.287Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M10.6 13.4"/></svg>
</template>

CSS

.icon-report-off-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%22m19.8%2016.95l-1.45-1.4l.65-.65V9.1L14.9%205H9.1l-.65.65l-1.4-1.45L8.25%203h7.5L21%208.25v7.45zM13%2010.2V7h-2v1.2zm7.5%2013.1l-3.55-3.55l-1.2%201.25h-7.5L3%2015.7V8.25l1.2-1.2L.7%203.5l1.4-1.4l19.8%2019.8zM9.1%2019h5.8l.65-.65l-9.9-9.9L5%209.1v5.8zm2.188-2.287Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288M10.6%2013.4%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%22m19.8%2016.95l-1.45-1.4l.65-.65V9.1L14.9%205H9.1l-.65.65l-1.4-1.45L8.25%203h7.5L21%208.25v7.45zM13%2010.2V7h-2v1.2zm7.5%2013.1l-3.55-3.55l-1.2%201.25h-7.5L3%2015.7V8.25l1.2-1.2L.7%203.5l1.4-1.4l19.8%2019.8zM9.1%2019h5.8l.65-.65l-9.9-9.9L5%209.1v5.8zm2.188-2.287Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288M10.6%2013.4%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-outline.svg?color=%231a73e8&size=48