lightning off icon

lightning-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
lightning-off-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Use the lightning off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.637 3.813c.192-.765-.371-1.563-1.212-1.563h-4.518a1.25 1.25 0 0 0-1.151.768L5.85 12.146l-.005.011c-.311.76.18 1.62.989 1.725l.166.01l.076-.003a.747.747 0 0 0 .263-1.412l3.736-8.727h3.987l-.224.574a.75.75 0 0 0 1.398.545l.352-.903zm3.889-1.395a.75.75 0 0 1 1.056 1.056l-.052.056l-5.82 5.82H17c.985 0 1.532 1.054 1.1 1.854l-.1.156l-7.47 10.047c-.54.725-1.621.224-1.527-.605l.607-5.353l-6.08 6.081a.75.75 0 1 1-1.06-1.06l18-18z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiLightningOffSolid(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="M16.637 3.813c.192-.765-.371-1.563-1.212-1.563h-4.518a1.25 1.25 0 0 0-1.151.768L5.85 12.146l-.005.011c-.311.76.18 1.62.989 1.725l.166.01l.076-.003a.747.747 0 0 0 .263-1.412l3.736-8.727h3.987l-.224.574a.75.75 0 0 0 1.398.545l.352-.903zm3.889-1.395a.75.75 0 0 1 1.056 1.056l-.052.056l-5.82 5.82H17c.985 0 1.532 1.054 1.1 1.854l-.1.156l-7.47 10.047c-.54.725-1.621.224-1.527-.605l.607-5.353l-6.08 6.081a.75.75 0 1 1-1.06-1.06l18-18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.637 3.813c.192-.765-.371-1.563-1.212-1.563h-4.518a1.25 1.25 0 0 0-1.151.768L5.85 12.146l-.005.011c-.311.76.18 1.62.989 1.725l.166.01l.076-.003a.747.747 0 0 0 .263-1.412l3.736-8.727h3.987l-.224.574a.75.75 0 0 0 1.398.545l.352-.903zm3.889-1.395a.75.75 0 0 1 1.056 1.056l-.052.056l-5.82 5.82H17c.985 0 1.532 1.054 1.1 1.854l-.1.156l-7.47 10.047c-.54.725-1.621.224-1.527-.605l.607-5.353l-6.08 6.081a.75.75 0 1 1-1.06-1.06l18-18z"/></svg>
</template>

CSS

.icon-lightning-off-solid {
  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%22M16.637%203.813c.192-.765-.371-1.563-1.212-1.563h-4.518a1.25%201.25%200%200%200-1.151.768L5.85%2012.146l-.005.011c-.311.76.18%201.62.989%201.725l.166.01l.076-.003a.747.747%200%200%200%20.263-1.412l3.736-8.727h3.987l-.224.574a.75.75%200%200%200%201.398.545l.352-.903zm3.889-1.395a.75.75%200%200%201%201.056%201.056l-.052.056l-5.82%205.82H17c.985%200%201.532%201.054%201.1%201.854l-.1.156l-7.47%2010.047c-.54.725-1.621.224-1.527-.605l.607-5.353l-6.08%206.081a.75.75%200%201%201-1.06-1.06l18-18z%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%22M16.637%203.813c.192-.765-.371-1.563-1.212-1.563h-4.518a1.25%201.25%200%200%200-1.151.768L5.85%2012.146l-.005.011c-.311.76.18%201.62.989%201.725l.166.01l.076-.003a.747.747%200%200%200%20.263-1.412l3.736-8.727h3.987l-.224.574a.75.75%200%200%200%201.398.545l.352-.903zm3.889-1.395a.75.75%200%200%201%201.056%201.056l-.052.056l-5.82%205.82H17c.985%200%201.532%201.054%201.1%201.854l-.1.156l-7.47%2010.047c-.54.725-1.621.224-1.527-.605l.607-5.353l-6.08%206.081a.75.75%200%201%201-1.06-1.06l18-18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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