diving mask emoji
diving-mask from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- diving-mask
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the diving mask emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M27.5 2a.5.5 0 0 1 .5.5v19.543l-.002.08a10 10 0 0 1-.12 1.14a9.5 9.5 0 0 1-.849 2.658c-.495.99-1.262 2.026-2.44 2.812C23.404 29.523 21.889 30 20 30c-1.887 0-3.403-.476-4.59-1.267c-1.178-.786-1.944-1.822-2.44-2.812a9.5 9.5 0 0 1-.848-2.659a10 10 0 0 1-.12-1.139l-.002-.08V22h-.983A1.013 1.013 0 0 1 10 21c0-.549.459-1 1.017-1h4.966c.568 0 1.017.451 1.017 1s-.459 1-1.017 1H15v.023l.009.15c.01.137.03.344.072.596c.085.511.253 1.17.573 1.81c.317.635.77 1.224 1.42 1.657c.641.428 1.563.764 2.926.764s2.285-.336 2.926-.764c.65-.433 1.103-1.022 1.42-1.657c.32-.64.488-1.299.573-1.81a7 7 0 0 0 .08-.746l.001-.029V2.5a.5.5 0 0 1 .5-.5z"/><path d="M11.031 15.738a3.8 3.8 0 0 1-2.277.762A5.75 5.75 0 0 1 3 10.75A5.75 5.75 0 0 1 8.754 5h9.473A5.77 5.77 0 0 1 24 10.75a5.75 5.75 0 0 1-5.754 5.75c-.827 0-1.61-.27-2.248-.74A2.487 2.487 0 0 1 13.52 18c-1.3 0-2.369-.994-2.489-2.262m11.334-4.988a4.14 4.14 0 0 0-4.138-4.136H8.754a4.14 4.14 0 0 0-4.139 4.136a4.14 4.14 0 0 0 4.139 4.136c.877 0 1.655-.519 1.994-1.326l.419-.986a2.51 2.51 0 0 1 2.323-1.545a2.52 2.52 0 0 1 2.323 1.545l.42.986a2.15 2.15 0 0 0 1.994 1.326a4.14 4.14 0 0 0 4.138-4.136"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastDivingMask(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M27.5 2a.5.5 0 0 1 .5.5v19.543l-.002.08a10 10 0 0 1-.12 1.14a9.5 9.5 0 0 1-.849 2.658c-.495.99-1.262 2.026-2.44 2.812C23.404 29.523 21.889 30 20 30c-1.887 0-3.403-.476-4.59-1.267c-1.178-.786-1.944-1.822-2.44-2.812a9.5 9.5 0 0 1-.848-2.659a10 10 0 0 1-.12-1.139l-.002-.08V22h-.983A1.013 1.013 0 0 1 10 21c0-.549.459-1 1.017-1h4.966c.568 0 1.017.451 1.017 1s-.459 1-1.017 1H15v.023l.009.15c.01.137.03.344.072.596c.085.511.253 1.17.573 1.81c.317.635.77 1.224 1.42 1.657c.641.428 1.563.764 2.926.764s2.285-.336 2.926-.764c.65-.433 1.103-1.022 1.42-1.657c.32-.64.488-1.299.573-1.81a7 7 0 0 0 .08-.746l.001-.029V2.5a.5.5 0 0 1 .5-.5z"/><path d="M11.031 15.738a3.8 3.8 0 0 1-2.277.762A5.75 5.75 0 0 1 3 10.75A5.75 5.75 0 0 1 8.754 5h9.473A5.77 5.77 0 0 1 24 10.75a5.75 5.75 0 0 1-5.754 5.75c-.827 0-1.61-.27-2.248-.74A2.487 2.487 0 0 1 13.52 18c-1.3 0-2.369-.994-2.489-2.262m11.334-4.988a4.14 4.14 0 0 0-4.138-4.136H8.754a4.14 4.14 0 0 0-4.139 4.136a4.14 4.14 0 0 0 4.139 4.136c.877 0 1.655-.519 1.994-1.326l.419-.986a2.51 2.51 0 0 1 2.323-1.545a2.52 2.52 0 0 1 2.323 1.545l.42.986a2.15 2.15 0 0 0 1.994 1.326a4.14 4.14 0 0 0 4.138-4.136"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M27.5 2a.5.5 0 0 1 .5.5v19.543l-.002.08a10 10 0 0 1-.12 1.14a9.5 9.5 0 0 1-.849 2.658c-.495.99-1.262 2.026-2.44 2.812C23.404 29.523 21.889 30 20 30c-1.887 0-3.403-.476-4.59-1.267c-1.178-.786-1.944-1.822-2.44-2.812a9.5 9.5 0 0 1-.848-2.659a10 10 0 0 1-.12-1.139l-.002-.08V22h-.983A1.013 1.013 0 0 1 10 21c0-.549.459-1 1.017-1h4.966c.568 0 1.017.451 1.017 1s-.459 1-1.017 1H15v.023l.009.15c.01.137.03.344.072.596c.085.511.253 1.17.573 1.81c.317.635.77 1.224 1.42 1.657c.641.428 1.563.764 2.926.764s2.285-.336 2.926-.764c.65-.433 1.103-1.022 1.42-1.657c.32-.64.488-1.299.573-1.81a7 7 0 0 0 .08-.746l.001-.029V2.5a.5.5 0 0 1 .5-.5z"/><path d="M11.031 15.738a3.8 3.8 0 0 1-2.277.762A5.75 5.75 0 0 1 3 10.75A5.75 5.75 0 0 1 8.754 5h9.473A5.77 5.77 0 0 1 24 10.75a5.75 5.75 0 0 1-5.754 5.75c-.827 0-1.61-.27-2.248-.74A2.487 2.487 0 0 1 13.52 18c-1.3 0-2.369-.994-2.489-2.262m11.334-4.988a4.14 4.14 0 0 0-4.138-4.136H8.754a4.14 4.14 0 0 0-4.139 4.136a4.14 4.14 0 0 0 4.139 4.136c.877 0 1.655-.519 1.994-1.326l.419-.986a2.51 2.51 0 0 1 2.323-1.545a2.52 2.52 0 0 1 2.323 1.545l.42.986a2.15 2.15 0 0 0 1.994 1.326a4.14 4.14 0 0 0 4.138-4.136"/></g></svg> </template>
CSS
.icon-diving-mask {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M27.5%202a.5.5%200%200%201%20.5.5v19.543l-.002.08a10%2010%200%200%201-.12%201.14a9.5%209.5%200%200%201-.849%202.658c-.495.99-1.262%202.026-2.44%202.812C23.404%2029.523%2021.889%2030%2020%2030c-1.887%200-3.403-.476-4.59-1.267c-1.178-.786-1.944-1.822-2.44-2.812a9.5%209.5%200%200%201-.848-2.659a10%2010%200%200%201-.12-1.139l-.002-.08V22h-.983A1.013%201.013%200%200%201%2010%2021c0-.549.459-1%201.017-1h4.966c.568%200%201.017.451%201.017%201s-.459%201-1.017%201H15v.023l.009.15c.01.137.03.344.072.596c.085.511.253%201.17.573%201.81c.317.635.77%201.224%201.42%201.657c.641.428%201.563.764%202.926.764s2.285-.336%202.926-.764c.65-.433%201.103-1.022%201.42-1.657c.32-.64.488-1.299.573-1.81a7%207%200%200%200%20.08-.746l.001-.029V2.5a.5.5%200%200%201%20.5-.5z%22%2F%3E%3Cpath%20d%3D%22M11.031%2015.738a3.8%203.8%200%200%201-2.277.762A5.75%205.75%200%200%201%203%2010.75A5.75%205.75%200%200%201%208.754%205h9.473A5.77%205.77%200%200%201%2024%2010.75a5.75%205.75%200%200%201-5.754%205.75c-.827%200-1.61-.27-2.248-.74A2.487%202.487%200%200%201%2013.52%2018c-1.3%200-2.369-.994-2.489-2.262m11.334-4.988a4.14%204.14%200%200%200-4.138-4.136H8.754a4.14%204.14%200%200%200-4.139%204.136a4.14%204.14%200%200%200%204.139%204.136c.877%200%201.655-.519%201.994-1.326l.419-.986a2.51%202.51%200%200%201%202.323-1.545a2.52%202.52%200%200%201%202.323%201.545l.42.986a2.15%202.15%200%200%200%201.994%201.326a4.14%204.14%200%200%200%204.138-4.136%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M27.5%202a.5.5%200%200%201%20.5.5v19.543l-.002.08a10%2010%200%200%201-.12%201.14a9.5%209.5%200%200%201-.849%202.658c-.495.99-1.262%202.026-2.44%202.812C23.404%2029.523%2021.889%2030%2020%2030c-1.887%200-3.403-.476-4.59-1.267c-1.178-.786-1.944-1.822-2.44-2.812a9.5%209.5%200%200%201-.848-2.659a10%2010%200%200%201-.12-1.139l-.002-.08V22h-.983A1.013%201.013%200%200%201%2010%2021c0-.549.459-1%201.017-1h4.966c.568%200%201.017.451%201.017%201s-.459%201-1.017%201H15v.023l.009.15c.01.137.03.344.072.596c.085.511.253%201.17.573%201.81c.317.635.77%201.224%201.42%201.657c.641.428%201.563.764%202.926.764s2.285-.336%202.926-.764c.65-.433%201.103-1.022%201.42-1.657c.32-.64.488-1.299.573-1.81a7%207%200%200%200%20.08-.746l.001-.029V2.5a.5.5%200%200%201%20.5-.5z%22%2F%3E%3Cpath%20d%3D%22M11.031%2015.738a3.8%203.8%200%200%201-2.277.762A5.75%205.75%200%200%201%203%2010.75A5.75%205.75%200%200%201%208.754%205h9.473A5.77%205.77%200%200%201%2024%2010.75a5.75%205.75%200%200%201-5.754%205.75c-.827%200-1.61-.27-2.248-.74A2.487%202.487%200%200%201%2013.52%2018c-1.3%200-2.369-.994-2.489-2.262m11.334-4.988a4.14%204.14%200%200%200-4.138-4.136H8.754a4.14%204.14%200%200%200-4.139%204.136a4.14%204.14%200%200%200%204.139%204.136c.877%200%201.655-.519%201.994-1.326l.419-.986a2.51%202.51%200%200%201%202.323-1.545a2.52%202.52%200%200%201%202.323%201.545l.42.986a2.15%202.15%200%200%200%201.994%201.326a4.14%204.14%200%200%200%204.138-4.136%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/diving-mask.svg?color=%231a73e8&size=48