gluten icon
gluten from Health Icons by Resolve to Save Lives · Filled · Nutrition · MIT Free for personal and commercial use.
- Name
- gluten
- 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 gluten icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25 17v1.967a6 6 0 0 1 3.916-2.584l.084-.016V7h2v10h-.007a6 6 0 0 1-4.91 5.617l-1.083.2v3.645a6 6 0 0 1 3.4-2.465L32 23v1.22a6 6 0 0 1-4.4 5.783l-2.6.72v3.74a6 6 0 0 1 3.4-2.466L32 31v1.22a6 6 0 0 1-4.4 5.783l-2.6.72V44h-2v-5.277l-2.6-.72a6 6 0 0 1-4.4-5.782V31l3.6.997a6 6 0 0 1 3.4 2.465v-3.739l-2.6-.72a6 6 0 0 1-4.4-5.782V23l3.6.997a6 6 0 0 1 3.4 2.465v-3.646l-1.084-.199A6 6 0 0 1 17 16.716V7h2v9.367l.084.016A6 6 0 0 1 23 18.967V17l-.464-.465a5 5 0 0 1 0-7.07L23 9V4h2v5l.465.464a5 5 0 0 1 0 7.071z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGluten(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25 17v1.967a6 6 0 0 1 3.916-2.584l.084-.016V7h2v10h-.007a6 6 0 0 1-4.91 5.617l-1.083.2v3.645a6 6 0 0 1 3.4-2.465L32 23v1.22a6 6 0 0 1-4.4 5.783l-2.6.72v3.74a6 6 0 0 1 3.4-2.466L32 31v1.22a6 6 0 0 1-4.4 5.783l-2.6.72V44h-2v-5.277l-2.6-.72a6 6 0 0 1-4.4-5.782V31l3.6.997a6 6 0 0 1 3.4 2.465v-3.739l-2.6-.72a6 6 0 0 1-4.4-5.782V23l3.6.997a6 6 0 0 1 3.4 2.465v-3.646l-1.084-.199A6 6 0 0 1 17 16.716V7h2v9.367l.084.016A6 6 0 0 1 23 18.967V17l-.464-.465a5 5 0 0 1 0-7.07L23 9V4h2v5l.465.464a5 5 0 0 1 0 7.071z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25 17v1.967a6 6 0 0 1 3.916-2.584l.084-.016V7h2v10h-.007a6 6 0 0 1-4.91 5.617l-1.083.2v3.645a6 6 0 0 1 3.4-2.465L32 23v1.22a6 6 0 0 1-4.4 5.783l-2.6.72v3.74a6 6 0 0 1 3.4-2.466L32 31v1.22a6 6 0 0 1-4.4 5.783l-2.6.72V44h-2v-5.277l-2.6-.72a6 6 0 0 1-4.4-5.782V31l3.6.997a6 6 0 0 1 3.4 2.465v-3.739l-2.6-.72a6 6 0 0 1-4.4-5.782V23l3.6.997a6 6 0 0 1 3.4 2.465v-3.646l-1.084-.199A6 6 0 0 1 17 16.716V7h2v9.367l.084.016A6 6 0 0 1 23 18.967V17l-.464-.465a5 5 0 0 1 0-7.07L23 9V4h2v5l.465.464a5 5 0 0 1 0 7.071z"/></svg> </template>
CSS
.icon-gluten {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2017v1.967a6%206%200%200%201%203.916-2.584l.084-.016V7h2v10h-.007a6%206%200%200%201-4.91%205.617l-1.083.2v3.645a6%206%200%200%201%203.4-2.465L32%2023v1.22a6%206%200%200%201-4.4%205.783l-2.6.72v3.74a6%206%200%200%201%203.4-2.466L32%2031v1.22a6%206%200%200%201-4.4%205.783l-2.6.72V44h-2v-5.277l-2.6-.72a6%206%200%200%201-4.4-5.782V31l3.6.997a6%206%200%200%201%203.4%202.465v-3.739l-2.6-.72a6%206%200%200%201-4.4-5.782V23l3.6.997a6%206%200%200%201%203.4%202.465v-3.646l-1.084-.199A6%206%200%200%201%2017%2016.716V7h2v9.367l.084.016A6%206%200%200%201%2023%2018.967V17l-.464-.465a5%205%200%200%201%200-7.07L23%209V4h2v5l.465.464a5%205%200%200%201%200%207.071z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2017v1.967a6%206%200%200%201%203.916-2.584l.084-.016V7h2v10h-.007a6%206%200%200%201-4.91%205.617l-1.083.2v3.645a6%206%200%200%201%203.4-2.465L32%2023v1.22a6%206%200%200%201-4.4%205.783l-2.6.72v3.74a6%206%200%200%201%203.4-2.466L32%2031v1.22a6%206%200%200%201-4.4%205.783l-2.6.72V44h-2v-5.277l-2.6-.72a6%206%200%200%201-4.4-5.782V31l3.6.997a6%206%200%200%201%203.4%202.465v-3.739l-2.6-.72a6%206%200%200%201-4.4-5.782V23l3.6.997a6%206%200%200%201%203.4%202.465v-3.646l-1.084-.199A6%206%200%200%201%2017%2016.716V7h2v9.367l.084.016A6%206%200%200%201%2023%2018.967V17l-.464-.465a5%205%200%200%201%200-7.07L23%209V4h2v5l.465.464a5%205%200%200%201%200%207.071z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/gluten.svg?color=%231a73e8&size=48