flash-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
flash-off-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the flash off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.214 4.616L14 8.789h1.606q.727 0 1.068.636q.342.637-.068 1.252l-.856 1.246q-.14.202-.37.243q-.228.04-.424-.118q-.154-.134-.172-.34t.124-.39l.773-1.049q.096-.153.019-.317t-.27-.163h-1.678q-.404 0-.656-.32q-.252-.321-.127-.705l1.208-4.13q.077-.23-.077-.432T13.715 4h-4.83q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q8.671 3 8.885 3h4.946q.685 0 1.124.5t.259 1.115M19.479 20.9l-5.863-5.858l-1.51 2.195q-.131.186-.31.242q-.18.056-.367 0t-.308-.214q-.121-.16-.121-.376V13h-1q-.671 0-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.156-.348t.155-.366q.166-.166.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166M12.1 7.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlashOffOutlineRounded(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="M15.214 4.616L14 8.789h1.606q.727 0 1.068.636q.342.637-.068 1.252l-.856 1.246q-.14.202-.37.243q-.228.04-.424-.118q-.154-.134-.172-.34t.124-.39l.773-1.049q.096-.153.019-.317t-.27-.163h-1.678q-.404 0-.656-.32q-.252-.321-.127-.705l1.208-4.13q.077-.23-.077-.432T13.715 4h-4.83q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q8.671 3 8.885 3h4.946q.685 0 1.124.5t.259 1.115M19.479 20.9l-5.863-5.858l-1.51 2.195q-.131.186-.31.242q-.18.056-.367 0t-.308-.214q-.121-.16-.121-.376V13h-1q-.671 0-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.156-.348t.155-.366q.166-.166.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166M12.1 7.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.214 4.616L14 8.789h1.606q.727 0 1.068.636q.342.637-.068 1.252l-.856 1.246q-.14.202-.37.243q-.228.04-.424-.118q-.154-.134-.172-.34t.124-.39l.773-1.049q.096-.153.019-.317t-.27-.163h-1.678q-.404 0-.656-.32q-.252-.321-.127-.705l1.208-4.13q.077-.23-.077-.432T13.715 4h-4.83q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q8.671 3 8.885 3h4.946q.685 0 1.124.5t.259 1.115M19.479 20.9l-5.863-5.858l-1.51 2.195q-.131.186-.31.242q-.18.056-.367 0t-.308-.214q-.121-.16-.121-.376V13h-1q-.671 0-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.156-.348t.155-.366q.166-.166.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166M12.1 7.9"/></svg>
</template>

CSS

.icon-flash-off-outline-rounded {
  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%22M15.214%204.616L14%208.789h1.606q.727%200%201.068.636q.342.637-.068%201.252l-.856%201.246q-.14.202-.37.243q-.228.04-.424-.118q-.154-.134-.172-.34t.124-.39l.773-1.049q.096-.153.019-.317t-.27-.163h-1.678q-.404%200-.656-.32q-.252-.321-.127-.705l1.208-4.13q.077-.23-.077-.432T13.715%204h-4.83q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357Q8.671%203%208.885%203h4.946q.685%200%201.124.5t.259%201.115M19.479%2020.9l-5.863-5.858l-1.51%202.195q-.131.186-.31.242q-.18.056-.367%200t-.308-.214q-.121-.16-.121-.376V13h-1q-.671%200-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.156-.348t.155-.366q.166-.166.357-.166t.357.166l16.384%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166M12.1%207.9%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%22M15.214%204.616L14%208.789h1.606q.727%200%201.068.636q.342.637-.068%201.252l-.856%201.246q-.14.202-.37.243q-.228.04-.424-.118q-.154-.134-.172-.34t.124-.39l.773-1.049q.096-.153.019-.317t-.27-.163h-1.678q-.404%200-.656-.32q-.252-.321-.127-.705l1.208-4.13q.077-.23-.077-.432T13.715%204h-4.83q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357Q8.671%203%208.885%203h4.946q.685%200%201.124.5t.259%201.115M19.479%2020.9l-5.863-5.858l-1.51%202.195q-.131.186-.31.242q-.18.056-.367%200t-.308-.214q-.121-.16-.121-.376V13h-1q-.671%200-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.156-.348t.155-.366q.166-.166.357-.166t.357.166l16.384%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166M12.1%207.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flash-off-outline-rounded.svg?color=%231a73e8&size=48