Emergency Share Off icon

Emergency Share Off is a Google Material Symbol from the Household category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

emergency_share_off_outlined_fill0_wght400.svg

Emergency Share Off icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=emergency_share_off" />

<span class="material-symbols-outlined">emergency_share_off</span>

Emergency Share Off icon in React

// With the font from the HTML tab:
export function EmergencyShareOffIcon() {
  return (
    <span className="material-symbols-outlined">
      emergency_share_off
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import EmergencyShareOffIcon from "@material-symbols/svg-400/outlined/emergency_share_off.svg?react";

Emergency Share Off icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">emergency_share_off</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import EmergencyShareOffIcon from "@material-symbols/svg-400/outlined/emergency_share_off.svg?component"; -->

Emergency Share Off icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">emergency_share_off</mat-icon>

Emergency Share Off icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.emergency_share_off, fill: 0, weight: 400)

Emergency Share Off icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/emergency_share_off.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M18.575 4.475q-1.325-1.325-3.012-2.025T12.025 1.75q-1.675 0-3.225 .575t-2.825 1.675l-1.05-1.05q1.5-1.3 3.313-2T12.025 .25q2.15 0 4.125 .838T19.65 3.425l-1.075 1.05ZM15.75 7.275q-.725-.725-1.7-1.125t-2.025-.4q-.875 0-1.7 .275t-1.525 .8l-1.05-1.05q.9-.75 1.988-1.137T12.025 4.25q1.35 0 2.588 .513T16.8 6.225l-1.05 1.05Zm2.175 8.7L11.05 9.075q.225-.05 .463-.062t.487-.013q2.525 0 4.263 1.8T18 15.15q0 .2-.012 .413T17.925 15.975Zm-2.4 1.875L9.2 11.525q-.775 .65-1.237 1.588T7.5 15.15q0 1.25 1.188 3.05T12 22q1.175-1.1 2.063-2.15t1.462-2Zm5.8 3.65-1.075 1.075-3.575-3.575q-.75 1.175-1.912 2.413T12 24Q8.975 21.425 7.488 19.225T6 15.15q0-1.425 .575-2.637t1.55-2.063L1.375 3.7l1.075-1.075 18.875 18.875ZM11.113 15.888Q10.75 15.525 10.75 15t.363-.887Q11.475 13.75 12 13.75q.275 0 .5 .1t.388 .263Q13.05 14.275 13.15 14.5t.1 .5q0 .525-.362 .888T12 16.25q-.525 0-.887-.362ZM11.525 16.75Z" />
</vector>

Emergency Share Off icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/emergency_share_off.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/emergency_share_off.svg" width="24" height="24" alt="Emergency Share Off">

Emergency Share Off icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameEmergency Share Off
Ligatureemergency_share_off
Code pointU+F59E
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/emergency_share_off.svg, emergency_share_off-fill.svg
FlutterSymbols.emergency_share_off
LicenseApache License 2.0 (© Google LLC)

Keywords

householdalertondisabledslashenabledwarningnotificationofflinesafetydangerprivatecaution

Related icons