api-off from Material Design Icons by Pictogrammers · Filled · Developer / Languages · Apache-2.0 Free for personal and commercial use.

Name
api-off
Set
Material Design Icons
Style
Filled
Category
Developer / Languages
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More developer / languages icons from Material Design Icons

Use the api off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11H5V9h2m7-2h-2.62l1.91 2H14v.75l1.87 1.96c.08-.21.13-.46.13-.71V9a2 2 0 0 0-2-2M4.45 2.62L3 4l2.86 3H5c-1.1 0-2 .9-2 2v8h2v-4h2v4h2v-6.7l1 1.04V17h2v-3.55l7.55 7.93L21 20m-.1-3h.1v-2h-1V9h1V7h-4v2h1v4.95Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiApiOff(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="M7 11H5V9h2m7-2h-2.62l1.91 2H14v.75l1.87 1.96c.08-.21.13-.46.13-.71V9a2 2 0 0 0-2-2M4.45 2.62L3 4l2.86 3H5c-1.1 0-2 .9-2 2v8h2v-4h2v4h2v-6.7l1 1.04V17h2v-3.55l7.55 7.93L21 20m-.1-3h.1v-2h-1V9h1V7h-4v2h1v4.95Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11H5V9h2m7-2h-2.62l1.91 2H14v.75l1.87 1.96c.08-.21.13-.46.13-.71V9a2 2 0 0 0-2-2M4.45 2.62L3 4l2.86 3H5c-1.1 0-2 .9-2 2v8h2v-4h2v4h2v-6.7l1 1.04V17h2v-3.55l7.55 7.93L21 20m-.1-3h.1v-2h-1V9h1V7h-4v2h1v4.95Z"/></svg>
</template>

CSS

.icon-api-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%22M7%2011H5V9h2m7-2h-2.62l1.91%202H14v.75l1.87%201.96c.08-.21.13-.46.13-.71V9a2%202%200%200%200-2-2M4.45%202.62L3%204l2.86%203H5c-1.1%200-2%20.9-2%202v8h2v-4h2v4h2v-6.7l1%201.04V17h2v-3.55l7.55%207.93L21%2020m-.1-3h.1v-2h-1V9h1V7h-4v2h1v4.95Z%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%22M7%2011H5V9h2m7-2h-2.62l1.91%202H14v.75l1.87%201.96c.08-.21.13-.46.13-.71V9a2%202%200%200%200-2-2M4.45%202.62L3%204l2.86%203H5c-1.1%200-2%20.9-2%202v8h2v-4h2v4h2v-6.7l1%201.04V17h2v-3.55l7.55%207.93L21%2020m-.1-3h.1v-2h-1V9h1V7h-4v2h1v4.95Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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