sodium free icon
sodium-free-outline from Health Icons by Resolve to Save Lives · Outline · Nutrition · MIT Free for personal and commercial use.
- Name
- sodium-free-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
- Aliases
- sodium-free2x-outline
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="M27 11a1 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 0m-8 11a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1"/><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.085-7.084l-.526-7.138a3 3 0 0 0-1.08-2.09A1 1 0 0 0 29 19v-1a5 5 0 0 0-10 0v1c0 .267.105.51.275.689a3 3 0 0 0-1.08 2.09l-.958 13A3 3 0 0 0 20.23 38h7.542a3 3 0 0 0 2.992-3.22l-.207-2.81zM26.813 21h-5.626a1 1 0 0 0-.997.927l-.958 13A1 1 0 0 0 20.229 36h7.542a1 1 0 0 0 .997-1.074l-.958-13a1 1 0 0 0-.997-.926M27 18h-6a3 3 0 1 1 6 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSodiumFreeOutline(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="M27 11a1 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 0m-8 11a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1"/><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.085-7.084l-.526-7.138a3 3 0 0 0-1.08-2.09A1 1 0 0 0 29 19v-1a5 5 0 0 0-10 0v1c0 .267.105.51.275.689a3 3 0 0 0-1.08 2.09l-.958 13A3 3 0 0 0 20.23 38h7.542a3 3 0 0 0 2.992-3.22l-.207-2.81zM26.813 21h-5.626a1 1 0 0 0-.997.927l-.958 13A1 1 0 0 0 20.229 36h7.542a1 1 0 0 0 .997-1.074l-.958-13a1 1 0 0 0-.997-.926M27 18h-6a3 3 0 1 1 6 0" 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="M27 11a1 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 0m-8 11a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0zm3-1a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1"/><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.085-7.084l-.526-7.138a3 3 0 0 0-1.08-2.09A1 1 0 0 0 29 19v-1a5 5 0 0 0-10 0v1c0 .267.105.51.275.689a3 3 0 0 0-1.08 2.09l-.958 13A3 3 0 0 0 20.23 38h7.542a3 3 0 0 0 2.992-3.22l-.207-2.81zM26.813 21h-5.626a1 1 0 0 0-.997.927l-.958 13A1 1 0 0 0 20.229 36h7.542a1 1 0 0 0 .997-1.074l-.958-13a1 1 0 0 0-.997-.926M27 18h-6a3 3 0 1 1 6 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-sodium-free-outline {
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%22M27%2011a1%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%200m-8%2011a1%201%200%201%200-2%200v9a1%201%200%201%200%202%200zm3-1a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200v-9a1%201%200%200%201%201-1%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.085-7.084l-.526-7.138a3%203%200%200%200-1.08-2.09A1%201%200%200%200%2029%2019v-1a5%205%200%200%200-10%200v1c0%20.267.105.51.275.689a3%203%200%200%200-1.08%202.09l-.958%2013A3%203%200%200%200%2020.23%2038h7.542a3%203%200%200%200%202.992-3.22l-.207-2.81zM26.813%2021h-5.626a1%201%200%200%200-.997.927l-.958%2013A1%201%200%200%200%2020.229%2036h7.542a1%201%200%200%200%20.997-1.074l-.958-13a1%201%200%200%200-.997-.926M27%2018h-6a3%203%200%201%201%206%200%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%22M27%2011a1%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%200m-8%2011a1%201%200%201%200-2%200v9a1%201%200%201%200%202%200zm3-1a1%201%200%200%201%201%201v9a1%201%200%201%201-2%200v-9a1%201%200%200%201%201-1%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.085-7.084l-.526-7.138a3%203%200%200%200-1.08-2.09A1%201%200%200%200%2029%2019v-1a5%205%200%200%200-10%200v1c0%20.267.105.51.275.689a3%203%200%200%200-1.08%202.09l-.958%2013A3%203%200%200%200%2020.23%2038h7.542a3%203%200%200%200%202.992-3.22l-.207-2.81zM26.813%2021h-5.626a1%201%200%200%200-.997.927l-.958%2013A1%201%200%200%200%2020.229%2036h7.542a1%201%200%200%200%20.997-1.074l-.958-13a1%201%200%200%200-.997-.926M27%2018h-6a3%203%200%201%201%206%200%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-outline.svg?color=%231a73e8&size=48