baseline no flash icon

baseline-no-flash from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
baseline-no-flash
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the baseline no flash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.93 13.93L2.45 2.45L1.04 3.87l5.3 5.3l-.2.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l2.18 2.18l1.41-1.41L18 18zM10 20c-2.21 0-4-1.79-4-4c0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57A3.99 3.99 0 0 1 10 20m8-4.83L10.83 8h1.75l1.28 1.4h2.54c.88 0 1.6.72 1.6 1.6zm2.4-9.57H22L19 11V7h-1V2h4z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineNoFlash(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.93 13.93L2.45 2.45L1.04 3.87l5.3 5.3l-.2.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l2.18 2.18l1.41-1.41L18 18zM10 20c-2.21 0-4-1.79-4-4c0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57A3.99 3.99 0 0 1 10 20m8-4.83L10.83 8h1.75l1.28 1.4h2.54c.88 0 1.6.72 1.6 1.6zm2.4-9.57H22L19 11V7h-1V2h4z"/></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.93 13.93L2.45 2.45L1.04 3.87l5.3 5.3l-.2.23H3.6c-.88 0-1.6.72-1.6 1.6v9.4c0 .88.72 1.6 1.6 1.6h12.8c.75 0 1.38-.52 1.55-1.22l2.18 2.18l1.41-1.41L18 18zM10 20c-2.21 0-4-1.79-4-4c0-1.95 1.4-3.57 3.25-3.92l1.57 1.57c-.26-.09-.53-.15-.82-.15a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 2.5-2.5c0-.29-.06-.56-.15-.82l1.57 1.57A3.99 3.99 0 0 1 10 20m8-4.83L10.83 8h1.75l1.28 1.4h2.54c.88 0 1.6.72 1.6 1.6zm2.4-9.57H22L19 11V7h-1V2h4z"/></svg>
</template>

CSS

.icon-baseline-no-flash {
  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.93%2013.93L2.45%202.45L1.04%203.87l5.3%205.3l-.2.23H3.6c-.88%200-1.6.72-1.6%201.6v9.4c0%20.88.72%201.6%201.6%201.6h12.8c.75%200%201.38-.52%201.55-1.22l2.18%202.18l1.41-1.41L18%2018zM10%2020c-2.21%200-4-1.79-4-4c0-1.95%201.4-3.57%203.25-3.92l1.57%201.57c-.26-.09-.53-.15-.82-.15a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%202.5-2.5c0-.29-.06-.56-.15-.82l1.57%201.57A3.99%203.99%200%200%201%2010%2020m8-4.83L10.83%208h1.75l1.28%201.4h2.54c.88%200%201.6.72%201.6%201.6zm2.4-9.57H22L19%2011V7h-1V2h4z%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.93%2013.93L2.45%202.45L1.04%203.87l5.3%205.3l-.2.23H3.6c-.88%200-1.6.72-1.6%201.6v9.4c0%20.88.72%201.6%201.6%201.6h12.8c.75%200%201.38-.52%201.55-1.22l2.18%202.18l1.41-1.41L18%2018zM10%2020c-2.21%200-4-1.79-4-4c0-1.95%201.4-3.57%203.25-3.92l1.57%201.57c-.26-.09-.53-.15-.82-.15a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%202.5-2.5c0-.29-.06-.56-.15-.82l1.57%201.57A3.99%203.99%200%200%201%2010%2020m8-4.83L10.83%208h1.75l1.28%201.4h2.54c.88%200%201.6.72%201.6%201.6zm2.4-9.57H22L19%2011V7h-1V2h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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