round invert colors off icon

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

Name
round-invert-colors-off
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the round invert colors 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.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l3.5 3.5a7.73 7.73 0 0 0-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l2.4 2.4c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M12 19c-3.31 0-6-2.63-6-5.87c0-1.19.36-2.32 1.02-3.28L12 14.83zM8.38 5.56l2.91-2.87c.39-.38 1.01-.38 1.4 0l4.95 4.87C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundInvertColorsOff(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.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l3.5 3.5a7.73 7.73 0 0 0-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l2.4 2.4c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M12 19c-3.31 0-6-2.63-6-5.87c0-1.19.36-2.32 1.02-3.28L12 14.83zM8.38 5.56l2.91-2.87c.39-.38 1.01-.38 1.4 0l4.95 4.87C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97z"/></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.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l3.5 3.5a7.73 7.73 0 0 0-1.6 4.7C4 17.48 7.58 21 12 21c1.75 0 3.36-.56 4.67-1.5l2.4 2.4c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M12 19c-3.31 0-6-2.63-6-5.87c0-1.19.36-2.32 1.02-3.28L12 14.83zM8.38 5.56l2.91-2.87c.39-.38 1.01-.38 1.4 0l4.95 4.87C19.1 8.99 20 10.96 20 13.13c0 1.18-.27 2.29-.74 3.3L12 9.17V4.81L9.8 6.97z"/></svg>
</template>

CSS

.icon-round-invert-colors-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.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l3.5%203.5a7.73%207.73%200%200%200-1.6%204.7C4%2017.48%207.58%2021%2012%2021c1.75%200%203.36-.56%204.67-1.5l2.4%202.4c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41M12%2019c-3.31%200-6-2.63-6-5.87c0-1.19.36-2.32%201.02-3.28L12%2014.83zM8.38%205.56l2.91-2.87c.39-.38%201.01-.38%201.4%200l4.95%204.87C19.1%208.99%2020%2010.96%2020%2013.13c0%201.18-.27%202.29-.74%203.3L12%209.17V4.81L9.8%206.97z%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.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l3.5%203.5a7.73%207.73%200%200%200-1.6%204.7C4%2017.48%207.58%2021%2012%2021c1.75%200%203.36-.56%204.67-1.5l2.4%202.4c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41M12%2019c-3.31%200-6-2.63-6-5.87c0-1.19.36-2.32%201.02-3.28L12%2014.83zM8.38%205.56l2.91-2.87c.39-.38%201.01-.38%201.4%200l4.95%204.87C19.1%208.99%2020%2010.96%2020%2013.13c0%201.18-.27%202.29-.74%203.3L12%209.17V4.81L9.8%206.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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