round report off icon

round-report-off from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-report-off
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round 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="M12 7c.55 0 1 .45 1 1v1.33l7.2 7.2l.51-.51a1 1 0 0 0 .29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.19-.18-.45-.29-.71-.29H8.68c-.26 0-.52.11-.7.29l-.51.51l3.69 3.69c.17-.29.48-.49.84-.49M2.41 1.58L1 2.99l3.64 3.64l-1.35 1.35c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l1.35-1.35L21.01 23l1.41-1.41zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3s1.3.58 1.3 1.3s-.58 1.3-1.3 1.3"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundReportOff(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="M12 7c.55 0 1 .45 1 1v1.33l7.2 7.2l.51-.51a1 1 0 0 0 .29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.19-.18-.45-.29-.71-.29H8.68c-.26 0-.52.11-.7.29l-.51.51l3.69 3.69c.17-.29.48-.49.84-.49M2.41 1.58L1 2.99l3.64 3.64l-1.35 1.35c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l1.35-1.35L21.01 23l1.41-1.41zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3s1.3.58 1.3 1.3s-.58 1.3-1.3 1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7c.55 0 1 .45 1 1v1.33l7.2 7.2l.51-.51a1 1 0 0 0 .29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.19-.18-.45-.29-.71-.29H8.68c-.26 0-.52.11-.7.29l-.51.51l3.69 3.69c.17-.29.48-.49.84-.49M2.41 1.58L1 2.99l3.64 3.64l-1.35 1.35c-.18.18-.29.44-.29.7v6.63c0 .27.11.52.29.71l4.68 4.68c.19.19.45.3.71.3h6.63c.27 0 .52-.11.71-.29l1.35-1.35L21.01 23l1.41-1.41zM12 17.3c-.72 0-1.3-.58-1.3-1.3s.58-1.3 1.3-1.3s1.3.58 1.3 1.3s-.58 1.3-1.3 1.3"/></svg>
</template>

CSS

.icon-round-report-off {
  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%22M12%207c.55%200%201%20.45%201%201v1.33l7.2%207.2l.51-.51a1%201%200%200%200%20.29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.19-.18-.45-.29-.71-.29H8.68c-.26%200-.52.11-.7.29l-.51.51l3.69%203.69c.17-.29.48-.49.84-.49M2.41%201.58L1%202.99l3.64%203.64l-1.35%201.35c-.18.18-.29.44-.29.7v6.63c0%20.27.11.52.29.71l4.68%204.68c.19.19.45.3.71.3h6.63c.27%200%20.52-.11.71-.29l1.35-1.35L21.01%2023l1.41-1.41zM12%2017.3c-.72%200-1.3-.58-1.3-1.3s.58-1.3%201.3-1.3s1.3.58%201.3%201.3s-.58%201.3-1.3%201.3%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%22M12%207c.55%200%201%20.45%201%201v1.33l7.2%207.2l.51-.51a1%201%200%200%200%20.29-.71V8.68c0-.27-.11-.52-.29-.71l-4.68-4.68c-.19-.18-.45-.29-.71-.29H8.68c-.26%200-.52.11-.7.29l-.51.51l3.69%203.69c.17-.29.48-.49.84-.49M2.41%201.58L1%202.99l3.64%203.64l-1.35%201.35c-.18.18-.29.44-.29.7v6.63c0%20.27.11.52.29.71l4.68%204.68c.19.19.45.3.71.3h6.63c.27%200%20.52-.11.71-.29l1.35-1.35L21.01%2023l1.41-1.41zM12%2017.3c-.72%200-1.3-.58-1.3-1.3s.58-1.3%201.3-1.3s1.3.58%201.3%201.3s-.58%201.3-1.3%201.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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