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

Name
salinity-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the salinity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 19.975q-2.2-2.025-2.55-5.15q-.05-.475.213-.75T5 13.8t.75.3t.325.725Q6.4 17.1 8.025 18.55T12 20t3.975-1.45t1.95-3.725q.05-.425.325-.725t.75-.3t.738.275t.212.75q-.35 3.125-2.55 5.15T12 22t-5.4-2.025m-2.313-8.263Q4 11.426 4 11t.288-.712T5 10t.713.288T6 11t-.288.713T5 12t-.712-.288m4.5 0Q8.5 11.426 8.5 11t.288-.712T9.5 10t.713.288t.287.712t-.288.713T9.5 12t-.712-.288m5 0Q13.5 11.426 13.5 11t.288-.712T14.5 10t.713.288t.287.712t-.288.713T14.5 12t-.712-.288m4.5 0Q18 11.426 18 11t.288-.712T19 10t.713.288T20 11t-.288.713T19 12t-.712-.288m-11.75-2.75q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m9.5 0q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-4.75-.25Q11 8.426 11 8t.288-.712T12 7t.713.288T13 8t-.288.713T12 9t-.712-.288m-2.5-2.5Q8.5 5.926 8.5 5.5t.288-.712T9.5 4.5t.713.288t.287.712t-.288.713T9.5 6.5t-.712-.288m5 0Q13.5 5.926 13.5 5.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-2.5-2.5Q11 3.426 11 3t.288-.712T12 2t.713.288T13 3t-.288.713T12 4t-.712-.288M12 13.8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSalinityOutlineRounded(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="M6.6 19.975q-2.2-2.025-2.55-5.15q-.05-.475.213-.75T5 13.8t.75.3t.325.725Q6.4 17.1 8.025 18.55T12 20t3.975-1.45t1.95-3.725q.05-.425.325-.725t.75-.3t.738.275t.212.75q-.35 3.125-2.55 5.15T12 22t-5.4-2.025m-2.313-8.263Q4 11.426 4 11t.288-.712T5 10t.713.288T6 11t-.288.713T5 12t-.712-.288m4.5 0Q8.5 11.426 8.5 11t.288-.712T9.5 10t.713.288t.287.712t-.288.713T9.5 12t-.712-.288m5 0Q13.5 11.426 13.5 11t.288-.712T14.5 10t.713.288t.287.712t-.288.713T14.5 12t-.712-.288m4.5 0Q18 11.426 18 11t.288-.712T19 10t.713.288T20 11t-.288.713T19 12t-.712-.288m-11.75-2.75q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m9.5 0q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-4.75-.25Q11 8.426 11 8t.288-.712T12 7t.713.288T13 8t-.288.713T12 9t-.712-.288m-2.5-2.5Q8.5 5.926 8.5 5.5t.288-.712T9.5 4.5t.713.288t.287.712t-.288.713T9.5 6.5t-.712-.288m5 0Q13.5 5.926 13.5 5.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-2.5-2.5Q11 3.426 11 3t.288-.712T12 2t.713.288T13 3t-.288.713T12 4t-.712-.288M12 13.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 19.975q-2.2-2.025-2.55-5.15q-.05-.475.213-.75T5 13.8t.75.3t.325.725Q6.4 17.1 8.025 18.55T12 20t3.975-1.45t1.95-3.725q.05-.425.325-.725t.75-.3t.738.275t.212.75q-.35 3.125-2.55 5.15T12 22t-5.4-2.025m-2.313-8.263Q4 11.426 4 11t.288-.712T5 10t.713.288T6 11t-.288.713T5 12t-.712-.288m4.5 0Q8.5 11.426 8.5 11t.288-.712T9.5 10t.713.288t.287.712t-.288.713T9.5 12t-.712-.288m5 0Q13.5 11.426 13.5 11t.288-.712T14.5 10t.713.288t.287.712t-.288.713T14.5 12t-.712-.288m4.5 0Q18 11.426 18 11t.288-.712T19 10t.713.288T20 11t-.288.713T19 12t-.712-.288m-11.75-2.75q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m9.5 0q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-4.75-.25Q11 8.426 11 8t.288-.712T12 7t.713.288T13 8t-.288.713T12 9t-.712-.288m-2.5-2.5Q8.5 5.926 8.5 5.5t.288-.712T9.5 4.5t.713.288t.287.712t-.288.713T9.5 6.5t-.712-.288m5 0Q13.5 5.926 13.5 5.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-2.5-2.5Q11 3.426 11 3t.288-.712T12 2t.713.288T13 3t-.288.713T12 4t-.712-.288M12 13.8"/></svg>
</template>

CSS

.icon-salinity-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%22M6.6%2019.975q-2.2-2.025-2.55-5.15q-.05-.475.213-.75T5%2013.8t.75.3t.325.725Q6.4%2017.1%208.025%2018.55T12%2020t3.975-1.45t1.95-3.725q.05-.425.325-.725t.75-.3t.738.275t.212.75q-.35%203.125-2.55%205.15T12%2022t-5.4-2.025m-2.313-8.263Q4%2011.426%204%2011t.288-.712T5%2010t.713.288T6%2011t-.288.713T5%2012t-.712-.288m4.5%200Q8.5%2011.426%208.5%2011t.288-.712T9.5%2010t.713.288t.287.712t-.288.713T9.5%2012t-.712-.288m5%200Q13.5%2011.426%2013.5%2011t.288-.712T14.5%2010t.713.288t.287.712t-.288.713T14.5%2012t-.712-.288m4.5%200Q18%2011.426%2018%2011t.288-.712T19%2010t.713.288T20%2011t-.288.713T19%2012t-.712-.288m-11.75-2.75q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m9.5%200q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-4.75-.25Q11%208.426%2011%208t.288-.712T12%207t.713.288T13%208t-.288.713T12%209t-.712-.288m-2.5-2.5Q8.5%205.926%208.5%205.5t.288-.712T9.5%204.5t.713.288t.287.712t-.288.713T9.5%206.5t-.712-.288m5%200Q13.5%205.926%2013.5%205.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-2.5-2.5Q11%203.426%2011%203t.288-.712T12%202t.713.288T13%203t-.288.713T12%204t-.712-.288M12%2013.8%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%22M6.6%2019.975q-2.2-2.025-2.55-5.15q-.05-.475.213-.75T5%2013.8t.75.3t.325.725Q6.4%2017.1%208.025%2018.55T12%2020t3.975-1.45t1.95-3.725q.05-.425.325-.725t.75-.3t.738.275t.212.75q-.35%203.125-2.55%205.15T12%2022t-5.4-2.025m-2.313-8.263Q4%2011.426%204%2011t.288-.712T5%2010t.713.288T6%2011t-.288.713T5%2012t-.712-.288m4.5%200Q8.5%2011.426%208.5%2011t.288-.712T9.5%2010t.713.288t.287.712t-.288.713T9.5%2012t-.712-.288m5%200Q13.5%2011.426%2013.5%2011t.288-.712T14.5%2010t.713.288t.287.712t-.288.713T14.5%2012t-.712-.288m4.5%200Q18%2011.426%2018%2011t.288-.712T19%2010t.713.288T20%2011t-.288.713T19%2012t-.712-.288m-11.75-2.75q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m9.5%200q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-4.75-.25Q11%208.426%2011%208t.288-.712T12%207t.713.288T13%208t-.288.713T12%209t-.712-.288m-2.5-2.5Q8.5%205.926%208.5%205.5t.288-.712T9.5%204.5t.713.288t.287.712t-.288.713T9.5%206.5t-.712-.288m5%200Q13.5%205.926%2013.5%205.5t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288m-2.5-2.5Q11%203.426%2011%203t.288-.712T12%202t.713.288T13%203t-.288.713T12%204t-.712-.288M12%2013.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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