sodium free icon

sodium-free from Health Icons by Resolve to Save Lives · Filled · Nutrition · MIT Free for personal and commercial use.

Name
sodium-free
Set
Health Icons
Style
Filled
Category
Nutrition
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More nutrition icons from Health Icons

Use the sodium free icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 13a5 5 0 0 0-5 5v.143c0 .473.384.857.857.857h8.286a.857.857 0 0 0 .857-.857V18a5 5 0 0 0-5-5m3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m2 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-7.999 13.416A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.738 1.83-9.048 4.823-12.263l3.97 3.97a1 1 0 0 0 1.414-1.414l-3.942-3.942A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18c0 4.61-1.734 8.817-4.584 12.001l-7.126-7.125l-.475-6.109A3 3 0 0 0 26.825 20h-5.65a3 3 0 0 0-2.99 2.767l-.934 12A3 3 0 0 0 20.242 38h7.516a3 3 0 0 0 2.99-3.233l-.22-2.824zM22 23a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSodiumFree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 13a5 5 0 0 0-5 5v.143c0 .473.384.857.857.857h8.286a.857.857 0 0 0 .857-.857V18a5 5 0 0 0-5-5m3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m2 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fillRule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-7.999 13.416A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.738 1.83-9.048 4.823-12.263l3.97 3.97a1 1 0 0 0 1.414-1.414l-3.942-3.942A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18c0 4.61-1.734 8.817-4.584 12.001l-7.126-7.125l-.475-6.109A3 3 0 0 0 26.825 20h-5.65a3 3 0 0 0-2.99 2.767l-.934 12A3 3 0 0 0 20.242 38h7.516a3 3 0 0 0 2.99-3.233l-.22-2.824zM22 23a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 13a5 5 0 0 0-5 5v.143c0 .473.384.857.857.857h8.286a.857.857 0 0 0 .857-.857V18a5 5 0 0 0-5-5m3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m2 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-7.999 13.416A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.738 1.83-9.048 4.823-12.263l3.97 3.97a1 1 0 0 0 1.414-1.414l-3.942-3.942A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18c0 4.61-1.734 8.817-4.584 12.001l-7.126-7.125l-.475-6.109A3 3 0 0 0 26.825 20h-5.65a3 3 0 0 0-2.99 2.767l-.934 12A3 3 0 0 0 20.242 38h7.516a3 3 0 0 0 2.99-3.233l-.22-2.824zM22 23a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-sodium-free {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2013a5%205%200%200%200-5%205v.143c0%20.473.384.857.857.857h8.286a.857.857%200%200%200%20.857-.857V18a5%205%200%200%200-5-5m3-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m2%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-7.999%2013.416A17.93%2017.93%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.738%201.83-9.048%204.823-12.263l3.97%203.97a1%201%200%200%200%201.414-1.414l-3.942-3.942A17.93%2017.93%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018c0%204.61-1.734%208.817-4.584%2012.001l-7.126-7.125l-.475-6.109A3%203%200%200%200%2026.825%2020h-5.65a3%203%200%200%200-2.99%202.767l-.934%2012A3%203%200%200%200%2020.242%2038h7.516a3%203%200%200%200%202.99-3.233l-.22-2.824zM22%2023a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200v-9a1%201%200%200%201%201-1m5%201a1%201%200%201%200-2%200v9a1%201%200%201%200%202%200z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2013a5%205%200%200%200-5%205v.143c0%20.473.384.857.857.857h8.286a.857.857%200%200%200%20.857-.857V18a5%205%200%200%200-5-5m3-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m2%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-7.999%2013.416A17.93%2017.93%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.738%201.83-9.048%204.823-12.263l3.97%203.97a1%201%200%200%200%201.414-1.414l-3.942-3.942A17.93%2017.93%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018c0%204.61-1.734%208.817-4.584%2012.001l-7.126-7.125l-.475-6.109A3%203%200%200%200%2026.825%2020h-5.65a3%203%200%200%200-2.99%202.767l-.934%2012A3%203%200%200%200%2020.242%2038h7.516a3%203%200%200%200%202.99-3.233l-.22-2.824zM22%2023a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200v-9a1%201%200%200%201%201-1m5%201a1%201%200%201%200-2%200v9a1%201%200%201%200%202%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/sodium-free.svg?color=%231a73e8&size=48