report off icon
report-off-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- report-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tip
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.344 20q-.323 0-.628-.134q-.304-.133-.522-.35L4.48 15.794q-.217-.217-.348-.522T4 14.644v-5.3q0-.323.13-.628q.132-.305.349-.522L5.623 7.05L3.216 4.63q-.141-.14-.154-.34t.154-.367q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-2.419-2.418l-1.138 1.144q-.218.223-.526.356q-.307.134-.636.134zM12 16.423q.252 0 .434-.182t.182-.433t-.182-.434t-.434-.182t-.434.182t-.182.434t.182.433t.434.182m6.517-.711L12.5 9.694v-1.81q0-.213-.143-.356T12 7.385t-.357.143t-.143.357v.81L8.283 5.476q-.217-.223-.215-.549t.22-.543q.193-.193.426-.289T9.219 4h5.437q.323 0 .628.13q.305.132.522.349l3.715 3.715q.218.217.348.522q.131.305.131.628v5.477q0 .235-.087.464q-.086.229-.24.402q-.217.261-.565.261q-.349 0-.59-.237"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReportOffRounded(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.344 20q-.323 0-.628-.134q-.304-.133-.522-.35L4.48 15.794q-.217-.217-.348-.522T4 14.644v-5.3q0-.323.13-.628q.132-.305.349-.522L5.623 7.05L3.216 4.63q-.141-.14-.154-.34t.154-.367q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-2.419-2.418l-1.138 1.144q-.218.223-.526.356q-.307.134-.636.134zM12 16.423q.252 0 .434-.182t.182-.433t-.182-.434t-.434-.182t-.434.182t-.182.434t.182.433t.434.182m6.517-.711L12.5 9.694v-1.81q0-.213-.143-.356T12 7.385t-.357.143t-.143.357v.81L8.283 5.476q-.217-.223-.215-.549t.22-.543q.193-.193.426-.289T9.219 4h5.437q.323 0 .628.13q.305.132.522.349l3.715 3.715q.218.217.348.522q.131.305.131.628v5.477q0 .235-.087.464q-.086.229-.24.402q-.217.261-.565.261q-.349 0-.59-.237"/></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.344 20q-.323 0-.628-.134q-.304-.133-.522-.35L4.48 15.794q-.217-.217-.348-.522T4 14.644v-5.3q0-.323.13-.628q.132-.305.349-.522L5.623 7.05L3.216 4.63q-.141-.14-.154-.34t.154-.367q.159-.16.353-.16t.354.16l16.154 16.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-2.419-2.418l-1.138 1.144q-.218.223-.526.356q-.307.134-.636.134zM12 16.423q.252 0 .434-.182t.182-.433t-.182-.434t-.434-.182t-.434.182t-.182.434t.182.433t.434.182m6.517-.711L12.5 9.694v-1.81q0-.213-.143-.356T12 7.385t-.357.143t-.143.357v.81L8.283 5.476q-.217-.223-.215-.549t.22-.543q.193-.193.426-.289T9.219 4h5.437q.323 0 .628.13q.305.132.522.349l3.715 3.715q.218.217.348.522q.131.305.131.628v5.477q0 .235-.087.464q-.086.229-.24.402q-.217.261-.565.261q-.349 0-.59-.237"/></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.344%2020q-.323%200-.628-.134q-.304-.133-.522-.35L4.48%2015.794q-.217-.217-.348-.522T4%2014.644v-5.3q0-.323.13-.628q.132-.305.349-.522L5.623%207.05L3.216%204.63q-.141-.14-.154-.34t.154-.367q.159-.16.353-.16t.354.16l16.154%2016.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-2.419-2.418l-1.138%201.144q-.218.223-.526.356q-.307.134-.636.134zM12%2016.423q.252%200%20.434-.182t.182-.433t-.182-.434t-.434-.182t-.434.182t-.182.434t.182.433t.434.182m6.517-.711L12.5%209.694v-1.81q0-.213-.143-.356T12%207.385t-.357.143t-.143.357v.81L8.283%205.476q-.217-.223-.215-.549t.22-.543q.193-.193.426-.289T9.219%204h5.437q.323%200%20.628.13q.305.132.522.349l3.715%203.715q.218.217.348.522q.131.305.131.628v5.477q0%20.235-.087.464q-.086.229-.24.402q-.217.261-.565.261q-.349%200-.59-.237%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.344%2020q-.323%200-.628-.134q-.304-.133-.522-.35L4.48%2015.794q-.217-.217-.348-.522T4%2014.644v-5.3q0-.323.13-.628q.132-.305.349-.522L5.623%207.05L3.216%204.63q-.141-.14-.154-.34t.154-.367q.159-.16.353-.16t.354.16l16.154%2016.154q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-2.419-2.418l-1.138%201.144q-.218.223-.526.356q-.307.134-.636.134zM12%2016.423q.252%200%20.434-.182t.182-.433t-.182-.434t-.434-.182t-.434.182t-.182.434t.182.433t.434.182m6.517-.711L12.5%209.694v-1.81q0-.213-.143-.356T12%207.385t-.357.143t-.143.357v.81L8.283%205.476q-.217-.223-.215-.549t.22-.543q.193-.193.426-.289T9.219%204h5.437q.323%200%20.628.13q.305.132.522.349l3.715%203.715q.218.217.348.522q.131.305.131.628v5.477q0%20.235-.087.464q-.086.229-.24.402q-.217.261-.565.261q-.349%200-.59-.237%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/report-off-rounded.svg?color=%231a73e8&size=48