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

Name
report-off-outline-rounded
Set
Material Symbols
Style
Outline 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="M14.925 3q.4 0 .763.15t.637.425l4.1 4.1q.275.275.425.638t.15.762V15q0 .425-.288.713T20 16t-.712-.288T19 15V9.1L14.9 5H9q-.425 0-.712-.288T8 4t.288-.712T9 3zM13 10.2V8q0-.425-.288-.713T12 7t-.712.288T11 8v.2zM9.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.162zm.025-2h5.8l.65-.65l-9.9-9.9L5 9.1v5.8zm2.9-2q-.425 0-.712-.288T11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17m-1.4-3.6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReportOffOutlineRounded(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="M14.925 3q.4 0 .763.15t.637.425l4.1 4.1q.275.275.425.638t.15.762V15q0 .425-.288.713T20 16t-.712-.288T19 15V9.1L14.9 5H9q-.425 0-.712-.288T8 4t.288-.712T9 3zM13 10.2V8q0-.425-.288-.713T12 7t-.712.288T11 8v.2zM9.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.162zm.025-2h5.8l.65-.65l-9.9-9.9L5 9.1v5.8zm2.9-2q-.425 0-.712-.288T11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17m-1.4-3.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.925 3q.4 0 .763.15t.637.425l4.1 4.1q.275.275.425.638t.15.762V15q0 .425-.288.713T20 16t-.712-.288T19 15V9.1L14.9 5H9q-.425 0-.712-.288T8 4t.288-.712T9 3zM13 10.2V8q0-.425-.288-.713T12 7t-.712.288T11 8v.2zM9.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.162zm.025-2h5.8l.65-.65l-9.9-9.9L5 9.1v5.8zm2.9-2q-.425 0-.712-.288T11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17m-1.4-3.6"/></svg>
</template>

CSS

.icon-report-off-outline-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%22M14.925%203q.4%200%20.763.15t.637.425l4.1%204.1q.275.275.425.638t.15.762V15q0%20.425-.288.713T20%2016t-.712-.288T19%2015V9.1L14.9%205H9q-.425%200-.712-.288T8%204t.288-.712T9%203zM13%2010.2V8q0-.425-.288-.713T12%207t-.712.288T11%208v.2zM9.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.162zm.025-2h5.8l.65-.65l-9.9-9.9L5%209.1v5.8zm2.9-2q-.425%200-.712-.288T11%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017m-1.4-3.6%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%22M14.925%203q.4%200%20.763.15t.637.425l4.1%204.1q.275.275.425.638t.15.762V15q0%20.425-.288.713T20%2016t-.712-.288T19%2015V9.1L14.9%205H9q-.425%200-.712-.288T8%204t.288-.712T9%203zM13%2010.2V8q0-.425-.288-.713T12%207t-.712.288T11%208v.2zM9.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.162zm.025-2h5.8l.65-.65l-9.9-9.9L5%209.1v5.8zm2.9-2q-.425%200-.712-.288T11%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017m-1.4-3.6%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-rounded.svg?color=%231a73e8&size=48