scuba diving icon
scuba-diving-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- scuba-diving-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- scuba-diving-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the scuba diving icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.25 18l.775-4.45q.075-.6.475-1.062t1.025-.613L17 9l1.925-3.85q.025-.05.2-.275L21.5 2.5q.2-.2.488-.213t.537.238q.2.2.225.488t-.175.487L20.5 5.9l-1.4 4.275q-.05.15-.15.288t-.225.237L14 14l-5.85 1.85l-1.1 3q-.025.075-.063.15t-.087.125L4.6 22.2q-.25.35-.65.4t-.75-.2t-.4-.65T3 21zM3 15q-.825 0-1.412-.587T1 13t.588-1.412T3 11t1.413.588T5 13t-.587 1.413T3 15m5.9-4.9q-.6.175-1.137-.137T7.05 9.05t.138-1.15t.912-.7l3.575-.95q.4-.125.75.1t.475.625l.275.95q.125.4-.1.75t-.625.475z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScubaDivingRounded(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="m5.25 18l.775-4.45q.075-.6.475-1.062t1.025-.613L17 9l1.925-3.85q.025-.05.2-.275L21.5 2.5q.2-.2.488-.213t.537.238q.2.2.225.488t-.175.487L20.5 5.9l-1.4 4.275q-.05.15-.15.288t-.225.237L14 14l-5.85 1.85l-1.1 3q-.025.075-.063.15t-.087.125L4.6 22.2q-.25.35-.65.4t-.75-.2t-.4-.65T3 21zM3 15q-.825 0-1.412-.587T1 13t.588-1.412T3 11t1.413.588T5 13t-.587 1.413T3 15m5.9-4.9q-.6.175-1.137-.137T7.05 9.05t.138-1.15t.912-.7l3.575-.95q.4-.125.75.1t.475.625l.275.95q.125.4-.1.75t-.625.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.25 18l.775-4.45q.075-.6.475-1.062t1.025-.613L17 9l1.925-3.85q.025-.05.2-.275L21.5 2.5q.2-.2.488-.213t.537.238q.2.2.225.488t-.175.487L20.5 5.9l-1.4 4.275q-.05.15-.15.288t-.225.237L14 14l-5.85 1.85l-1.1 3q-.025.075-.063.15t-.087.125L4.6 22.2q-.25.35-.65.4t-.75-.2t-.4-.65T3 21zM3 15q-.825 0-1.412-.587T1 13t.588-1.412T3 11t1.413.588T5 13t-.587 1.413T3 15m5.9-4.9q-.6.175-1.137-.137T7.05 9.05t.138-1.15t.912-.7l3.575-.95q.4-.125.75.1t.475.625l.275.95q.125.4-.1.75t-.625.475z"/></svg> </template>
CSS
.icon-scuba-diving-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%22m5.25%2018l.775-4.45q.075-.6.475-1.062t1.025-.613L17%209l1.925-3.85q.025-.05.2-.275L21.5%202.5q.2-.2.488-.213t.537.238q.2.2.225.488t-.175.487L20.5%205.9l-1.4%204.275q-.05.15-.15.288t-.225.237L14%2014l-5.85%201.85l-1.1%203q-.025.075-.063.15t-.087.125L4.6%2022.2q-.25.35-.65.4t-.75-.2t-.4-.65T3%2021zM3%2015q-.825%200-1.412-.587T1%2013t.588-1.412T3%2011t1.413.588T5%2013t-.587%201.413T3%2015m5.9-4.9q-.6.175-1.137-.137T7.05%209.05t.138-1.15t.912-.7l3.575-.95q.4-.125.75.1t.475.625l.275.95q.125.4-.1.75t-.625.475z%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%22m5.25%2018l.775-4.45q.075-.6.475-1.062t1.025-.613L17%209l1.925-3.85q.025-.05.2-.275L21.5%202.5q.2-.2.488-.213t.537.238q.2.2.225.488t-.175.487L20.5%205.9l-1.4%204.275q-.05.15-.15.288t-.225.237L14%2014l-5.85%201.85l-1.1%203q-.025.075-.063.15t-.087.125L4.6%2022.2q-.25.35-.65.4t-.75-.2t-.4-.65T3%2021zM3%2015q-.825%200-1.412-.587T1%2013t.588-1.412T3%2011t1.413.588T5%2013t-.587%201.413T3%2015m5.9-4.9q-.6.175-1.137-.137T7.05%209.05t.138-1.15t.912-.7l3.575-.95q.4-.125.75.1t.475.625l.275.95q.125.4-.1.75t-.625.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/scuba-diving-rounded.svg?color=%231a73e8&size=48