arrow oscillating off icon

arrow-oscillating-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
arrow-oscillating-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

More home automation icons from Material Design Icons

Use the arrow oscillating off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 8.1v-2c5.3.5 7 5.3 7 7.9h3l-2.9 2.9l-2.9-2.9h.8c0-2.1-1.6-5.4-5-5.9m-5.2-1L2.4 1.7L1.1 3l5.2 5.2C4.7 10 4 12.4 4 14H1l4 4l4-4H6c0-1.3.6-3 1.9-4.3l13 13l1.3-1.3L9.3 8.7zm3.2-1l-1.5.3L11 7.8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiArrowOscillatingOff(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="M13 8.1v-2c5.3.5 7 5.3 7 7.9h3l-2.9 2.9l-2.9-2.9h.8c0-2.1-1.6-5.4-5-5.9m-5.2-1L2.4 1.7L1.1 3l5.2 5.2C4.7 10 4 12.4 4 14H1l4 4l4-4H6c0-1.3.6-3 1.9-4.3l13 13l1.3-1.3L9.3 8.7zm3.2-1l-1.5.3L11 7.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 8.1v-2c5.3.5 7 5.3 7 7.9h3l-2.9 2.9l-2.9-2.9h.8c0-2.1-1.6-5.4-5-5.9m-5.2-1L2.4 1.7L1.1 3l5.2 5.2C4.7 10 4 12.4 4 14H1l4 4l4-4H6c0-1.3.6-3 1.9-4.3l13 13l1.3-1.3L9.3 8.7zm3.2-1l-1.5.3L11 7.8z"/></svg>
</template>

CSS

.icon-arrow-oscillating-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%22M13%208.1v-2c5.3.5%207%205.3%207%207.9h3l-2.9%202.9l-2.9-2.9h.8c0-2.1-1.6-5.4-5-5.9m-5.2-1L2.4%201.7L1.1%203l5.2%205.2C4.7%2010%204%2012.4%204%2014H1l4%204l4-4H6c0-1.3.6-3%201.9-4.3l13%2013l1.3-1.3L9.3%208.7zm3.2-1l-1.5.3L11%207.8z%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%22M13%208.1v-2c5.3.5%207%205.3%207%207.9h3l-2.9%202.9l-2.9-2.9h.8c0-2.1-1.6-5.4-5-5.9m-5.2-1L2.4%201.7L1.1%203l5.2%205.2C4.7%2010%204%2012.4%204%2014H1l4%204l4-4H6c0-1.3.6-3%201.9-4.3l13%2013l1.3-1.3L9.3%208.7zm3.2-1l-1.5.3L11%207.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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