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

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

More image icons from Google Material Icons

Use the round raw off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.55 9c-.33 0-.63.23-.71.55l-.6 2.45l-.56-2.26c-.1-.44-.49-.74-.94-.74s-.84.3-.94.74L16.24 12l-.6-2.45a.73.73 0 0 0-1.42.35l.5 1.99l2.42 2.42c0-.01.01-.02.01-.03l.58-2.32l.58 2.32c.12.42.5.72.93.72s.81-.3.92-.72l1.09-4.38a.72.72 0 0 0-.7-.9M3.51 3.51A.996.996 0 1 0 2.1 4.92L6.17 9H4c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V13h1.1l.72 1.59c.12.25.37.41.64.41c.5 0 .83-.51.64-.97L7.1 12.9c.5-.3.9-.8.9-1.4v-.67l1.43 1.43l-.45 1.84c-.12.46.23.9.7.9c.33 0 .62-.23.7-.55l.24-.95h.04l8.4 8.4a.996.996 0 1 0 1.41-1.41zM6.5 11.5h-2v-1h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRawOff(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="M20.55 9c-.33 0-.63.23-.71.55l-.6 2.45l-.56-2.26c-.1-.44-.49-.74-.94-.74s-.84.3-.94.74L16.24 12l-.6-2.45a.73.73 0 0 0-1.42.35l.5 1.99l2.42 2.42c0-.01.01-.02.01-.03l.58-2.32l.58 2.32c.12.42.5.72.93.72s.81-.3.92-.72l1.09-4.38a.72.72 0 0 0-.7-.9M3.51 3.51A.996.996 0 1 0 2.1 4.92L6.17 9H4c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V13h1.1l.72 1.59c.12.25.37.41.64.41c.5 0 .83-.51.64-.97L7.1 12.9c.5-.3.9-.8.9-1.4v-.67l1.43 1.43l-.45 1.84c-.12.46.23.9.7.9c.33 0 .62-.23.7-.55l.24-.95h.04l8.4 8.4a.996.996 0 1 0 1.41-1.41zM6.5 11.5h-2v-1h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.55 9c-.33 0-.63.23-.71.55l-.6 2.45l-.56-2.26c-.1-.44-.49-.74-.94-.74s-.84.3-.94.74L16.24 12l-.6-2.45a.73.73 0 0 0-1.42.35l.5 1.99l2.42 2.42c0-.01.01-.02.01-.03l.58-2.32l.58 2.32c.12.42.5.72.93.72s.81-.3.92-.72l1.09-4.38a.72.72 0 0 0-.7-.9M3.51 3.51A.996.996 0 1 0 2.1 4.92L6.17 9H4c-.55 0-1 .45-1 1v4.31c0 .38.31.69.69.69h.11c.38 0 .69-.31.69-.69V13h1.1l.72 1.59c.12.25.37.41.64.41c.5 0 .83-.51.64-.97L7.1 12.9c.5-.3.9-.8.9-1.4v-.67l1.43 1.43l-.45 1.84c-.12.46.23.9.7.9c.33 0 .62-.23.7-.55l.24-.95h.04l8.4 8.4a.996.996 0 1 0 1.41-1.41zM6.5 11.5h-2v-1h2z"/></svg>
</template>

CSS

.icon-round-raw-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%22M20.55%209c-.33%200-.63.23-.71.55l-.6%202.45l-.56-2.26c-.1-.44-.49-.74-.94-.74s-.84.3-.94.74L16.24%2012l-.6-2.45a.73.73%200%200%200-1.42.35l.5%201.99l2.42%202.42c0-.01.01-.02.01-.03l.58-2.32l.58%202.32c.12.42.5.72.93.72s.81-.3.92-.72l1.09-4.38a.72.72%200%200%200-.7-.9M3.51%203.51A.996.996%200%201%200%202.1%204.92L6.17%209H4c-.55%200-1%20.45-1%201v4.31c0%20.38.31.69.69.69h.11c.38%200%20.69-.31.69-.69V13h1.1l.72%201.59c.12.25.37.41.64.41c.5%200%20.83-.51.64-.97L7.1%2012.9c.5-.3.9-.8.9-1.4v-.67l1.43%201.43l-.45%201.84c-.12.46.23.9.7.9c.33%200%20.62-.23.7-.55l.24-.95h.04l8.4%208.4a.996.996%200%201%200%201.41-1.41zM6.5%2011.5h-2v-1h2z%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%22M20.55%209c-.33%200-.63.23-.71.55l-.6%202.45l-.56-2.26c-.1-.44-.49-.74-.94-.74s-.84.3-.94.74L16.24%2012l-.6-2.45a.73.73%200%200%200-1.42.35l.5%201.99l2.42%202.42c0-.01.01-.02.01-.03l.58-2.32l.58%202.32c.12.42.5.72.93.72s.81-.3.92-.72l1.09-4.38a.72.72%200%200%200-.7-.9M3.51%203.51A.996.996%200%201%200%202.1%204.92L6.17%209H4c-.55%200-1%20.45-1%201v4.31c0%20.38.31.69.69.69h.11c.38%200%20.69-.31.69-.69V13h1.1l.72%201.59c.12.25.37.41.64.41c.5%200%20.83-.51.64-.97L7.1%2012.9c.5-.3.9-.8.9-1.4v-.67l1.43%201.43l-.45%201.84c-.12.46.23.9.7.9c.33%200%20.62-.23.7-.55l.24-.95h.04l8.4%208.4a.996.996%200%201%200%201.41-1.41zM6.5%2011.5h-2v-1h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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