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

Name
flash-off-rounded
Set
Material Symbols Light
Style
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="M14.648 11.817L8.854 6.023q-.225-.225-.344-.491q-.12-.267-.12-.58v-.615q0-.568.423-.952Q9.237 3 9.846 3h3.985q.685 0 1.124.5t.259 1.116L14 8.789h1.606q.733 0 1.068.636t-.068 1.252l-.722 1.035q-.217.298-.59.338t-.646-.233m4.83 9.083l-5.863-5.858l-1.51 2.195q-.105.161-.294.23q-.19.068-.382.012q-.212-.056-.32-.217Q11 17.1 11 16.889V13h-1q-.671 0-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.154-.348t.159-.366t.357-.166t.357.166l16.378 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlashOffRounded(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="M14.648 11.817L8.854 6.023q-.225-.225-.344-.491q-.12-.267-.12-.58v-.615q0-.568.423-.952Q9.237 3 9.846 3h3.985q.685 0 1.124.5t.259 1.116L14 8.789h1.606q.733 0 1.068.636t-.068 1.252l-.722 1.035q-.217.298-.59.338t-.646-.233m4.83 9.083l-5.863-5.858l-1.51 2.195q-.105.161-.294.23q-.19.068-.382.012q-.212-.056-.32-.217Q11 17.1 11 16.889V13h-1q-.671 0-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.154-.348t.159-.366t.357-.166t.357.166l16.378 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.648 11.817L8.854 6.023q-.225-.225-.344-.491q-.12-.267-.12-.58v-.615q0-.568.423-.952Q9.237 3 9.846 3h3.985q.685 0 1.124.5t.259 1.116L14 8.789h1.606q.733 0 1.068.636t-.068 1.252l-.722 1.035q-.217.298-.59.338t-.646-.233m4.83 9.083l-5.863-5.858l-1.51 2.195q-.105.161-.294.23q-.19.068-.382.012q-.212-.056-.32-.217Q11 17.1 11 16.889V13h-1q-.671 0-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.154-.348t.159-.366t.357-.166t.357.166l16.378 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166"/></svg>
</template>

CSS

.icon-flash-off-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%22M14.648%2011.817L8.854%206.023q-.225-.225-.344-.491q-.12-.267-.12-.58v-.615q0-.568.423-.952Q9.237%203%209.846%203h3.985q.685%200%201.124.5t.259%201.116L14%208.789h1.606q.733%200%201.068.636t-.068%201.252l-.722%201.035q-.217.298-.59.338t-.646-.233m4.83%209.083l-5.863-5.858l-1.51%202.195q-.105.161-.294.23q-.19.068-.382.012q-.212-.056-.32-.217Q11%2017.1%2011%2016.889V13h-1q-.671%200-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.154-.348t.159-.366t.357-.166t.357.166l16.378%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166%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%22M14.648%2011.817L8.854%206.023q-.225-.225-.344-.491q-.12-.267-.12-.58v-.615q0-.568.423-.952Q9.237%203%209.846%203h3.985q.685%200%201.124.5t.259%201.116L14%208.789h1.606q.733%200%201.068.636t-.068%201.252l-.722%201.035q-.217.298-.59.338t-.646-.233m4.83%209.083l-5.863-5.858l-1.51%202.195q-.105.161-.294.23q-.19.068-.382.012q-.212-.056-.32-.217Q11%2017.1%2011%2016.889V13h-1q-.671%200-1.143-.472t-.472-1.144V9.813l-5.29-5.29q-.147-.147-.154-.348t.159-.366t.357-.166t.357.166l16.378%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166%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-rounded.svg?color=%231a73e8&size=48