scuba-diving-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
scuba-diving-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
scuba-diving-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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.712 18.212l.813-4.585q.056-.465.36-.812t.775-.46l9.686-2.932l1.906-4.1q-.033.046.162-.236l2.202-2.183q.123-.123.285-.126q.163-.003.316.132q.143.123.149.305q.005.181-.118.324l-2.094 2.246l-1.612 4.179q-.05.111-.111.21t-.167.16l-4.495 3.204l-6.004 1.908l-1.157 3.192q-.025.056-.053.112t-.078.106l-2.28 3.055q-.136.177-.324.208t-.365-.103q-.177-.135-.208-.343q-.03-.208.104-.385zM3 14.885q-.69 0-1.191-.501t-.501-1.192t.5-1.191T3 11.5t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5m5.823-4.803q-.465.136-.907-.109q-.441-.245-.578-.73q-.136-.465.119-.91t.72-.574l3.46-1.008q.322-.106.624.062t.389.51l.198.757q.087.323-.08.596t-.472.379z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightScubaDivingRounded(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.712 18.212l.813-4.585q.056-.465.36-.812t.775-.46l9.686-2.932l1.906-4.1q-.033.046.162-.236l2.202-2.183q.123-.123.285-.126q.163-.003.316.132q.143.123.149.305q.005.181-.118.324l-2.094 2.246l-1.612 4.179q-.05.111-.111.21t-.167.16l-4.495 3.204l-6.004 1.908l-1.157 3.192q-.025.056-.053.112t-.078.106l-2.28 3.055q-.136.177-.324.208t-.365-.103q-.177-.135-.208-.343q-.03-.208.104-.385zM3 14.885q-.69 0-1.191-.501t-.501-1.192t.5-1.191T3 11.5t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5m5.823-4.803q-.465.136-.907-.109q-.441-.245-.578-.73q-.136-.465.119-.91t.72-.574l3.46-1.008q.322-.106.624.062t.389.51l.198.757q.087.323-.08.596t-.472.379z"/></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.712 18.212l.813-4.585q.056-.465.36-.812t.775-.46l9.686-2.932l1.906-4.1q-.033.046.162-.236l2.202-2.183q.123-.123.285-.126q.163-.003.316.132q.143.123.149.305q.005.181-.118.324l-2.094 2.246l-1.612 4.179q-.05.111-.111.21t-.167.16l-4.495 3.204l-6.004 1.908l-1.157 3.192q-.025.056-.053.112t-.078.106l-2.28 3.055q-.136.177-.324.208t-.365-.103q-.177-.135-.208-.343q-.03-.208.104-.385zM3 14.885q-.69 0-1.191-.501t-.501-1.192t.5-1.191T3 11.5t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5m5.823-4.803q-.465.136-.907-.109q-.441-.245-.578-.73q-.136-.465.119-.91t.72-.574l3.46-1.008q.322-.106.624.062t.389.51l.198.757q.087.323-.08.596t-.472.379z"/></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.712%2018.212l.813-4.585q.056-.465.36-.812t.775-.46l9.686-2.932l1.906-4.1q-.033.046.162-.236l2.202-2.183q.123-.123.285-.126q.163-.003.316.132q.143.123.149.305q.005.181-.118.324l-2.094%202.246l-1.612%204.179q-.05.111-.111.21t-.167.16l-4.495%203.204l-6.004%201.908l-1.157%203.192q-.025.056-.053.112t-.078.106l-2.28%203.055q-.136.177-.324.208t-.365-.103q-.177-.135-.208-.343q-.03-.208.104-.385zM3%2014.885q-.69%200-1.191-.501t-.501-1.192t.5-1.191T3%2011.5t1.191.501t.501%201.191t-.5%201.192q-.502.5-1.192.5m5.823-4.803q-.465.136-.907-.109q-.441-.245-.578-.73q-.136-.465.119-.91t.72-.574l3.46-1.008q.322-.106.624.062t.389.51l.198.757q.087.323-.08.596t-.472.379z%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.712%2018.212l.813-4.585q.056-.465.36-.812t.775-.46l9.686-2.932l1.906-4.1q-.033.046.162-.236l2.202-2.183q.123-.123.285-.126q.163-.003.316.132q.143.123.149.305q.005.181-.118.324l-2.094%202.246l-1.612%204.179q-.05.111-.111.21t-.167.16l-4.495%203.204l-6.004%201.908l-1.157%203.192q-.025.056-.053.112t-.078.106l-2.28%203.055q-.136.177-.324.208t-.365-.103q-.177-.135-.208-.343q-.03-.208.104-.385zM3%2014.885q-.69%200-1.191-.501t-.501-1.192t.5-1.191T3%2011.5t1.191.501t.501%201.191t-.5%201.192q-.502.5-1.192.5m5.823-4.803q-.465.136-.907-.109q-.441-.245-.578-.73q-.136-.465.119-.91t.72-.574l3.46-1.008q.322-.106.624.062t.389.51l.198.757q.087.323-.08.596t-.472.379z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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