dairy-outline from Health Icons by Resolve to Save Lives · Outline · Nutrition · MIT Free for personal and commercial use.

Name
dairy-outline
Set
Health Icons
Style
Outline
Category
Nutrition
Viewbox
48×48
License
MIT
Aliases
dairy2x-outline

1 other variant in Health Icons

More nutrition icons from Health Icons

Use the dairy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M21.675 6L18 21.623v18.899c0 .913.68 1.478 1.306 1.478h10.388c.627 0 1.306-.565 1.306-1.478V21.623L27.325 6zm-2.37 1.34s-.53.044-.99-.234c-.352-.212-.662-.613-.662-1.367C17.653 4 18.479 4 20.958 4h7.084c2.479 0 3.305 0 3.305 1.74c0 .753-.31 1.154-.662 1.367c-.46.277-.99.232-.99.232L33 21.391v19.13C33 42.444 31.52 44 29.694 44H19.306C17.48 44 16 42.443 16 40.522v-19.13z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.406 23.837L17 22.923c-.407-.913-.406-.914-.406-.914h.002l.005-.003l.014-.006l.048-.02l.171-.07a13.7 13.7 0 0 1 2.615-.75c1.51-.27 3.681-.35 5.216 1.016c.952.848 2.472 1.328 3.885 1.58a17 17 0 0 0 2.412.244H31v2h-.068l-.168-.005a19 19 0 0 1-2.564-.27c-1.503-.268-3.484-.826-4.865-2.055c-.799-.71-2.128-.792-3.535-.541a11.7 11.7 0 0 0-2.357.692l-.031.013z" clip-rule="evenodd"/><path d="M19 5h11l-1 2h-9z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDairyOutline(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 fillRule="evenodd" d="M21.675 6L18 21.623v18.899c0 .913.68 1.478 1.306 1.478h10.388c.627 0 1.306-.565 1.306-1.478V21.623L27.325 6zm-2.37 1.34s-.53.044-.99-.234c-.352-.212-.662-.613-.662-1.367C17.653 4 18.479 4 20.958 4h7.084c2.479 0 3.305 0 3.305 1.74c0 .753-.31 1.154-.662 1.367c-.46.277-.99.232-.99.232L33 21.391v19.13C33 42.444 31.52 44 29.694 44H19.306C17.48 44 16 42.443 16 40.522v-19.13z" clipRule="evenodd"/><path fillRule="evenodd" d="M17.406 23.837L17 22.923c-.407-.913-.406-.914-.406-.914h.002l.005-.003l.014-.006l.048-.02l.171-.07a13.7 13.7 0 0 1 2.615-.75c1.51-.27 3.681-.35 5.216 1.016c.952.848 2.472 1.328 3.885 1.58a17 17 0 0 0 2.412.244H31v2h-.068l-.168-.005a19 19 0 0 1-2.564-.27c-1.503-.268-3.484-.826-4.865-2.055c-.799-.71-2.128-.792-3.535-.541a11.7 11.7 0 0 0-2.357.692l-.031.013z" clipRule="evenodd"/><path d="M19 5h11l-1 2h-9z"/></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 fill-rule="evenodd" d="M21.675 6L18 21.623v18.899c0 .913.68 1.478 1.306 1.478h10.388c.627 0 1.306-.565 1.306-1.478V21.623L27.325 6zm-2.37 1.34s-.53.044-.99-.234c-.352-.212-.662-.613-.662-1.367C17.653 4 18.479 4 20.958 4h7.084c2.479 0 3.305 0 3.305 1.74c0 .753-.31 1.154-.662 1.367c-.46.277-.99.232-.99.232L33 21.391v19.13C33 42.444 31.52 44 29.694 44H19.306C17.48 44 16 42.443 16 40.522v-19.13z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.406 23.837L17 22.923c-.407-.913-.406-.914-.406-.914h.002l.005-.003l.014-.006l.048-.02l.171-.07a13.7 13.7 0 0 1 2.615-.75c1.51-.27 3.681-.35 5.216 1.016c.952.848 2.472 1.328 3.885 1.58a17 17 0 0 0 2.412.244H31v2h-.068l-.168-.005a19 19 0 0 1-2.564-.27c-1.503-.268-3.484-.826-4.865-2.055c-.799-.71-2.128-.792-3.535-.541a11.7 11.7 0 0 0-2.357.692l-.031.013z" clip-rule="evenodd"/><path d="M19 5h11l-1 2h-9z"/></g></svg>
</template>

CSS

.icon-dairy-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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.675%206L18%2021.623v18.899c0%20.913.68%201.478%201.306%201.478h10.388c.627%200%201.306-.565%201.306-1.478V21.623L27.325%206zm-2.37%201.34s-.53.044-.99-.234c-.352-.212-.662-.613-.662-1.367C17.653%204%2018.479%204%2020.958%204h7.084c2.479%200%203.305%200%203.305%201.74c0%20.753-.31%201.154-.662%201.367c-.46.277-.99.232-.99.232L33%2021.391v19.13C33%2042.444%2031.52%2044%2029.694%2044H19.306C17.48%2044%2016%2042.443%2016%2040.522v-19.13z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.406%2023.837L17%2022.923c-.407-.913-.406-.914-.406-.914h.002l.005-.003l.014-.006l.048-.02l.171-.07a13.7%2013.7%200%200%201%202.615-.75c1.51-.27%203.681-.35%205.216%201.016c.952.848%202.472%201.328%203.885%201.58a17%2017%200%200%200%202.412.244H31v2h-.068l-.168-.005a19%2019%200%200%201-2.564-.27c-1.503-.268-3.484-.826-4.865-2.055c-.799-.71-2.128-.792-3.535-.541a11.7%2011.7%200%200%200-2.357.692l-.031.013z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%205h11l-1%202h-9z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.675%206L18%2021.623v18.899c0%20.913.68%201.478%201.306%201.478h10.388c.627%200%201.306-.565%201.306-1.478V21.623L27.325%206zm-2.37%201.34s-.53.044-.99-.234c-.352-.212-.662-.613-.662-1.367C17.653%204%2018.479%204%2020.958%204h7.084c2.479%200%203.305%200%203.305%201.74c0%20.753-.31%201.154-.662%201.367c-.46.277-.99.232-.99.232L33%2021.391v19.13C33%2042.444%2031.52%2044%2029.694%2044H19.306C17.48%2044%2016%2042.443%2016%2040.522v-19.13z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.406%2023.837L17%2022.923c-.407-.913-.406-.914-.406-.914h.002l.005-.003l.014-.006l.048-.02l.171-.07a13.7%2013.7%200%200%201%202.615-.75c1.51-.27%203.681-.35%205.216%201.016c.952.848%202.472%201.328%203.885%201.58a17%2017%200%200%200%202.412.244H31v2h-.068l-.168-.005a19%2019%200%200%201-2.564-.27c-1.503-.268-3.484-.826-4.865-2.055c-.799-.71-2.128-.792-3.535-.541a11.7%2011.7%200%200%200-2.357.692l-.031.013z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19%205h11l-1%202h-9z%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/dairy-outline.svg?color=%231a73e8&size=48