milk oat icon
milk-oat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- milk-oat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the milk oat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.716 13.715c-1.384 1.384-.692 4.845 1.385 6.92c2.077 2.077 4.01 1.53 5.539 0c1.53-1.528 2.077-3.46 0-5.536s-5.539-2.768-6.924-1.384Zm6.924 6.92l-6.924-6.92"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.942 21.999h-3.94M4.985 4.945L2.562 7.457A2 2 0 0 0 2 8.847v11.152a2 2 0 0 0 2 2h4M4.986 4.945L8 8.039m10.025 2.444V8.039L15.74 5.215a1 1 0 0 1-.222-.65l.02-1.033a1.5 1.5 0 0 0-1.499-1.53H6.486a1.5 1.5 0 0 0-1.5 1.5v1.444M8 8.039v13.96m0-13.96h10.025"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMilkOat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M13.716 13.715c-1.384 1.384-.692 4.845 1.385 6.92c2.077 2.077 4.01 1.53 5.539 0c1.53-1.528 2.077-3.46 0-5.536s-5.539-2.768-6.924-1.384Zm6.924 6.92l-6.924-6.92"/><path strokeLinecap="round" strokeLinejoin="round" d="M11.942 21.999h-3.94M4.985 4.945L2.562 7.457A2 2 0 0 0 2 8.847v11.152a2 2 0 0 0 2 2h4M4.986 4.945L8 8.039m10.025 2.444V8.039L15.74 5.215a1 1 0 0 1-.222-.65l.02-1.033a1.5 1.5 0 0 0-1.499-1.53H6.486a1.5 1.5 0 0 0-1.5 1.5v1.444M8 8.039v13.96m0-13.96h10.025"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.716 13.715c-1.384 1.384-.692 4.845 1.385 6.92c2.077 2.077 4.01 1.53 5.539 0c1.53-1.528 2.077-3.46 0-5.536s-5.539-2.768-6.924-1.384Zm6.924 6.92l-6.924-6.92"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.942 21.999h-3.94M4.985 4.945L2.562 7.457A2 2 0 0 0 2 8.847v11.152a2 2 0 0 0 2 2h4M4.986 4.945L8 8.039m10.025 2.444V8.039L15.74 5.215a1 1 0 0 1-.222-.65l.02-1.033a1.5 1.5 0 0 0-1.499-1.53H6.486a1.5 1.5 0 0 0-1.5 1.5v1.444M8 8.039v13.96m0-13.96h10.025"/></g></svg> </template>
CSS
.icon-milk-oat {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.716%2013.715c-1.384%201.384-.692%204.845%201.385%206.92c2.077%202.077%204.01%201.53%205.539%200c1.53-1.528%202.077-3.46%200-5.536s-5.539-2.768-6.924-1.384Zm6.924%206.92l-6.924-6.92%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.942%2021.999h-3.94M4.985%204.945L2.562%207.457A2%202%200%200%200%202%208.847v11.152a2%202%200%200%200%202%202h4M4.986%204.945L8%208.039m10.025%202.444V8.039L15.74%205.215a1%201%200%200%201-.222-.65l.02-1.033a1.5%201.5%200%200%200-1.499-1.53H6.486a1.5%201.5%200%200%200-1.5%201.5v1.444M8%208.039v13.96m0-13.96h10.025%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.716%2013.715c-1.384%201.384-.692%204.845%201.385%206.92c2.077%202.077%204.01%201.53%205.539%200c1.53-1.528%202.077-3.46%200-5.536s-5.539-2.768-6.924-1.384Zm6.924%206.92l-6.924-6.92%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.942%2021.999h-3.94M4.985%204.945L2.562%207.457A2%202%200%200%200%202%208.847v11.152a2%202%200%200%200%202%202h4M4.986%204.945L8%208.039m10.025%202.444V8.039L15.74%205.215a1%201%200%200%201-.222-.65l.02-1.033a1.5%201.5%200%200%200-1.499-1.53H6.486a1.5%201.5%200%200%200-1.5%201.5v1.444M8%208.039v13.96m0-13.96h10.025%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/milk-oat.svg?color=%231a73e8&size=48