emergency share icon

emergency-share-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
emergency-share-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the emergency share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.325q1.875-1.775 2.938-3.412T16 15.15q0-1.725-1.162-2.937T12 11t-2.838 1.213T8 15.15q0 1.125 1.063 2.763T12 21.325M16.263 10.8Q18 12.6 18 15.15q0 .85-.325 1.775t-.962 1.938t-1.563 2.075T13 23.125q-.2.2-.462.288T12 23.5t-.537-.088t-.463-.287Q9.775 22 8.85 20.938t-1.562-2.075t-.963-1.938T6 15.15q0-2.55 1.738-4.35T12 9t4.263 1.8m-3.2 5.263q.437-.438.437-1.063t-.437-1.062T12 13.5t-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437M10.55 6.2q-.7.2-1.325.625q-.35.225-.775.212t-.7-.287q-.3-.3-.288-.7T7.8 5.4q.9-.675 1.975-1.038T12 4t2.225.362T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15 6.4 13.45 6.2T12 6t-1.45.2M12 2q-1.55 0-2.975.5T6.4 3.95q-.325.275-.75.262t-.725-.287q-.3-.3-.275-.712T5 2.525Q6.475 1.3 8.263.65T12 0t3.738.65T19 2.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12 2m0 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEmergencyShareOutlineRounded(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="M12 21.325q1.875-1.775 2.938-3.412T16 15.15q0-1.725-1.162-2.937T12 11t-2.838 1.213T8 15.15q0 1.125 1.063 2.763T12 21.325M16.263 10.8Q18 12.6 18 15.15q0 .85-.325 1.775t-.962 1.938t-1.563 2.075T13 23.125q-.2.2-.462.288T12 23.5t-.537-.088t-.463-.287Q9.775 22 8.85 20.938t-1.562-2.075t-.963-1.938T6 15.15q0-2.55 1.738-4.35T12 9t4.263 1.8m-3.2 5.263q.437-.438.437-1.063t-.437-1.062T12 13.5t-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437M10.55 6.2q-.7.2-1.325.625q-.35.225-.775.212t-.7-.287q-.3-.3-.288-.7T7.8 5.4q.9-.675 1.975-1.038T12 4t2.225.362T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15 6.4 13.45 6.2T12 6t-1.45.2M12 2q-1.55 0-2.975.5T6.4 3.95q-.325.275-.75.262t-.725-.287q-.3-.3-.275-.712T5 2.525Q6.475 1.3 8.263.65T12 0t3.738.65T19 2.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12 2m0 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.325q1.875-1.775 2.938-3.412T16 15.15q0-1.725-1.162-2.937T12 11t-2.838 1.213T8 15.15q0 1.125 1.063 2.763T12 21.325M16.263 10.8Q18 12.6 18 15.15q0 .85-.325 1.775t-.962 1.938t-1.563 2.075T13 23.125q-.2.2-.462.288T12 23.5t-.537-.088t-.463-.287Q9.775 22 8.85 20.938t-1.562-2.075t-.963-1.938T6 15.15q0-2.55 1.738-4.35T12 9t4.263 1.8m-3.2 5.263q.437-.438.437-1.063t-.437-1.062T12 13.5t-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437M10.55 6.2q-.7.2-1.325.625q-.35.225-.775.212t-.7-.287q-.3-.3-.288-.7T7.8 5.4q.9-.675 1.975-1.038T12 4t2.225.362T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15 6.4 13.45 6.2T12 6t-1.45.2M12 2q-1.55 0-2.975.5T6.4 3.95q-.325.275-.75.262t-.725-.287q-.3-.3-.275-.712T5 2.525Q6.475 1.3 8.263.65T12 0t3.738.65T19 2.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12 2m0 13"/></svg>
</template>

CSS

.icon-emergency-share-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%22M12%2021.325q1.875-1.775%202.938-3.412T16%2015.15q0-1.725-1.162-2.937T12%2011t-2.838%201.213T8%2015.15q0%201.125%201.063%202.763T12%2021.325M16.263%2010.8Q18%2012.6%2018%2015.15q0%20.85-.325%201.775t-.962%201.938t-1.563%202.075T13%2023.125q-.2.2-.462.288T12%2023.5t-.537-.088t-.463-.287Q9.775%2022%208.85%2020.938t-1.562-2.075t-.963-1.938T6%2015.15q0-2.55%201.738-4.35T12%209t4.263%201.8m-3.2%205.263q.437-.438.437-1.063t-.437-1.062T12%2013.5t-1.062.438T10.5%2015t.438%201.063T12%2016.5t1.063-.437M10.55%206.2q-.7.2-1.325.625q-.35.225-.775.212t-.7-.287q-.3-.3-.288-.7T7.8%205.4q.9-.675%201.975-1.038T12%204t2.225.362T16.2%205.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15%206.4%2013.45%206.2T12%206t-1.45.2M12%202q-1.55%200-2.975.5T6.4%203.95q-.325.275-.75.262t-.725-.287q-.3-.3-.275-.712T5%202.525Q6.475%201.3%208.263.65T12%200t3.738.65T19%202.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12%202m0%2013%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%22M12%2021.325q1.875-1.775%202.938-3.412T16%2015.15q0-1.725-1.162-2.937T12%2011t-2.838%201.213T8%2015.15q0%201.125%201.063%202.763T12%2021.325M16.263%2010.8Q18%2012.6%2018%2015.15q0%20.85-.325%201.775t-.962%201.938t-1.563%202.075T13%2023.125q-.2.2-.462.288T12%2023.5t-.537-.088t-.463-.287Q9.775%2022%208.85%2020.938t-1.562-2.075t-.963-1.938T6%2015.15q0-2.55%201.738-4.35T12%209t4.263%201.8m-3.2%205.263q.437-.438.437-1.063t-.437-1.062T12%2013.5t-1.062.438T10.5%2015t.438%201.063T12%2016.5t1.063-.437M10.55%206.2q-.7.2-1.325.625q-.35.225-.775.212t-.7-.287q-.3-.3-.288-.7T7.8%205.4q.9-.675%201.975-1.038T12%204t2.225.362T16.2%205.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15%206.4%2013.45%206.2T12%206t-1.45.2M12%202q-1.55%200-2.975.5T6.4%203.95q-.325.275-.75.262t-.725-.287q-.3-.3-.275-.712T5%202.525Q6.475%201.3%208.263.65T12%200t3.738.65T19%202.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12%202m0%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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