outline contact emergency icon
outline-contact-emergency from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- outline-contact-emergency
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the outline contact emergency icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3m0-4c.54 0 1 .46 1 1s-.46 1-1 1s-1-.46-1-1s.46-1 1-1"/><path fill="currentColor" d="M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2M4.54 19c1.1-1.22 2.69-2 4.46-2s3.36.78 4.46 2zM22 19h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54 1.61-6.92 4H2V5h20z"/><path fill="currentColor" d="m15.78 11.15l1.47-.85V12h1.5v-1.7l1.47.85l.75-1.3L19.5 9l1.47-.85l-.75-1.3l-1.47.85V6h-1.5v1.7l-1.47-.85l-.75 1.3L16.5 9l-1.47.85z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineContactEmergency(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="M9 14c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3m0-4c.54 0 1 .46 1 1s-.46 1-1 1s-1-.46-1-1s.46-1 1-1"/><path fill="currentColor" d="M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2M4.54 19c1.1-1.22 2.69-2 4.46-2s3.36.78 4.46 2zM22 19h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54 1.61-6.92 4H2V5h20z"/><path fill="currentColor" d="m15.78 11.15l1.47-.85V12h1.5v-1.7l1.47.85l.75-1.3L19.5 9l1.47-.85l-.75-1.3l-1.47.85V6h-1.5v1.7l-1.47-.85l-.75 1.3L16.5 9l-1.47.85z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14c1.65 0 3-1.35 3-3s-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3m0-4c.54 0 1 .46 1 1s-.46 1-1 1s-1-.46-1-1s.46-1 1-1"/><path fill="currentColor" d="M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2M4.54 19c1.1-1.22 2.69-2 4.46-2s3.36.78 4.46 2zM22 19h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54 1.61-6.92 4H2V5h20z"/><path fill="currentColor" d="m15.78 11.15l1.47-.85V12h1.5v-1.7l1.47.85l.75-1.3L19.5 9l1.47-.85l-.75-1.3l-1.47.85V6h-1.5v1.7l-1.47-.85l-.75 1.3L16.5 9l-1.47.85z"/></svg> </template>
CSS
.icon-outline-contact-emergency {
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%22M9%2014c1.65%200%203-1.35%203-3s-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203m0-4c.54%200%201%20.46%201%201s-.46%201-1%201s-1-.46-1-1s.46-1%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203H2C.9%203%200%203.9%200%205v14c0%201.1.9%202%202%202h20c1.1%200%201.99-.9%201.99-2L24%205c0-1.1-.9-2-2-2M4.54%2019c1.1-1.22%202.69-2%204.46-2s3.36.78%204.46%202zM22%2019h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54%201.61-6.92%204H2V5h20z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.78%2011.15l1.47-.85V12h1.5v-1.7l1.47.85l.75-1.3L19.5%209l1.47-.85l-.75-1.3l-1.47.85V6h-1.5v1.7l-1.47-.85l-.75%201.3L16.5%209l-1.47.85z%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%22M9%2014c1.65%200%203-1.35%203-3s-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203m0-4c.54%200%201%20.46%201%201s-.46%201-1%201s-1-.46-1-1s.46-1%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203H2C.9%203%200%203.9%200%205v14c0%201.1.9%202%202%202h20c1.1%200%201.99-.9%201.99-2L24%205c0-1.1-.9-2-2-2M4.54%2019c1.1-1.22%202.69-2%204.46-2s3.36.78%204.46%202zM22%2019h-6.08c-1.38-2.39-3.96-4-6.92-4s-5.54%201.61-6.92%204H2V5h20z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.78%2011.15l1.47-.85V12h1.5v-1.7l1.47.85l.75-1.3L19.5%209l1.47-.85l-.75-1.3l-1.47.85V6h-1.5v1.7l-1.47-.85l-.75%201.3L16.5%209l-1.47.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-contact-emergency.svg?color=%231a73e8&size=48