bowl salad icon
bowl-salad-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- bowl-salad-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the bowl salad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a5.5 5.5 0 0 0-5.137 3.529a13 13 0 0 0-1.26-.296a14.5 14.5 0 0 0-2.647-.232l-.172.004l-.048.002l-.02.001a.75.75 0 0 0-.708.708l-.003.069q-.003.06-.004.171c-.002.146-.001.355.008.612c.02.514.077 1.228.224 2.035c.134.735.348 1.565.69 2.397h-.177a.746.746 0 0 0-.746.746V12c0 1.045.16 2.053.458 3h19.084A10 10 0 0 0 22 12v-.254a.746.746 0 0 0-.746-.746h-.257l.002-.125a4.88 4.88 0 0 0-3.666-4.724A5.5 5.5 0 0 0 11.999 2m0 1.5a4 4 0 0 1 3.715 2.517a4.88 4.88 0 0 0-4.022 2.82a7.6 7.6 0 0 0-.917-1.114c-.749-.749-1.62-1.29-2.502-1.683A4 4 0 0 1 12 3.5m7.499 7.375q0 .063-.003.125h-6.729l-.018-.05v-.075a3.375 3.375 0 1 1 6.75 0M9.715 8.784c.643.642 1.109 1.415 1.445 2.216h-2.1L7.28 9.22a.75.75 0 1 0-1.06 1.06l.72.72H4.57c-.44-.876-.704-1.813-.86-2.667a13 13 0 0 1-.2-1.822v-.002h.001c.46.017 1.101.068 1.822.2c1.46.267 3.16.85 4.383 2.075M3.067 16.5A10 10 0 0 0 12 22a10 10 0 0 0 8.933-5.5zm9.682-5.55l.018.05Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBowlSalad24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a5.5 5.5 0 0 0-5.137 3.529a13 13 0 0 0-1.26-.296a14.5 14.5 0 0 0-2.647-.232l-.172.004l-.048.002l-.02.001a.75.75 0 0 0-.708.708l-.003.069q-.003.06-.004.171c-.002.146-.001.355.008.612c.02.514.077 1.228.224 2.035c.134.735.348 1.565.69 2.397h-.177a.746.746 0 0 0-.746.746V12c0 1.045.16 2.053.458 3h19.084A10 10 0 0 0 22 12v-.254a.746.746 0 0 0-.746-.746h-.257l.002-.125a4.88 4.88 0 0 0-3.666-4.724A5.5 5.5 0 0 0 11.999 2m0 1.5a4 4 0 0 1 3.715 2.517a4.88 4.88 0 0 0-4.022 2.82a7.6 7.6 0 0 0-.917-1.114c-.749-.749-1.62-1.29-2.502-1.683A4 4 0 0 1 12 3.5m7.499 7.375q0 .063-.003.125h-6.729l-.018-.05v-.075a3.375 3.375 0 1 1 6.75 0M9.715 8.784c.643.642 1.109 1.415 1.445 2.216h-2.1L7.28 9.22a.75.75 0 1 0-1.06 1.06l.72.72H4.57c-.44-.876-.704-1.813-.86-2.667a13 13 0 0 1-.2-1.822v-.002h.001c.46.017 1.101.068 1.822.2c1.46.267 3.16.85 4.383 2.075M3.067 16.5A10 10 0 0 0 12 22a10 10 0 0 0 8.933-5.5zm9.682-5.55l.018.05Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a5.5 5.5 0 0 0-5.137 3.529a13 13 0 0 0-1.26-.296a14.5 14.5 0 0 0-2.647-.232l-.172.004l-.048.002l-.02.001a.75.75 0 0 0-.708.708l-.003.069q-.003.06-.004.171c-.002.146-.001.355.008.612c.02.514.077 1.228.224 2.035c.134.735.348 1.565.69 2.397h-.177a.746.746 0 0 0-.746.746V12c0 1.045.16 2.053.458 3h19.084A10 10 0 0 0 22 12v-.254a.746.746 0 0 0-.746-.746h-.257l.002-.125a4.88 4.88 0 0 0-3.666-4.724A5.5 5.5 0 0 0 11.999 2m0 1.5a4 4 0 0 1 3.715 2.517a4.88 4.88 0 0 0-4.022 2.82a7.6 7.6 0 0 0-.917-1.114c-.749-.749-1.62-1.29-2.502-1.683A4 4 0 0 1 12 3.5m7.499 7.375q0 .063-.003.125h-6.729l-.018-.05v-.075a3.375 3.375 0 1 1 6.75 0M9.715 8.784c.643.642 1.109 1.415 1.445 2.216h-2.1L7.28 9.22a.75.75 0 1 0-1.06 1.06l.72.72H4.57c-.44-.876-.704-1.813-.86-2.667a13 13 0 0 1-.2-1.822v-.002h.001c.46.017 1.101.068 1.822.2c1.46.267 3.16.85 4.383 2.075M3.067 16.5A10 10 0 0 0 12 22a10 10 0 0 0 8.933-5.5zm9.682-5.55l.018.05Z"/></svg> </template>
CSS
.icon-bowl-salad-24-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a5.5%205.5%200%200%200-5.137%203.529a13%2013%200%200%200-1.26-.296a14.5%2014.5%200%200%200-2.647-.232l-.172.004l-.048.002l-.02.001a.75.75%200%200%200-.708.708l-.003.069q-.003.06-.004.171c-.002.146-.001.355.008.612c.02.514.077%201.228.224%202.035c.134.735.348%201.565.69%202.397h-.177a.746.746%200%200%200-.746.746V12c0%201.045.16%202.053.458%203h19.084A10%2010%200%200%200%2022%2012v-.254a.746.746%200%200%200-.746-.746h-.257l.002-.125a4.88%204.88%200%200%200-3.666-4.724A5.5%205.5%200%200%200%2011.999%202m0%201.5a4%204%200%200%201%203.715%202.517a4.88%204.88%200%200%200-4.022%202.82a7.6%207.6%200%200%200-.917-1.114c-.749-.749-1.62-1.29-2.502-1.683A4%204%200%200%201%2012%203.5m7.499%207.375q0%20.063-.003.125h-6.729l-.018-.05v-.075a3.375%203.375%200%201%201%206.75%200M9.715%208.784c.643.642%201.109%201.415%201.445%202.216h-2.1L7.28%209.22a.75.75%200%201%200-1.06%201.06l.72.72H4.57c-.44-.876-.704-1.813-.86-2.667a13%2013%200%200%201-.2-1.822v-.002h.001c.46.017%201.101.068%201.822.2c1.46.267%203.16.85%204.383%202.075M3.067%2016.5A10%2010%200%200%200%2012%2022a10%2010%200%200%200%208.933-5.5zm9.682-5.55l.018.05Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a5.5%205.5%200%200%200-5.137%203.529a13%2013%200%200%200-1.26-.296a14.5%2014.5%200%200%200-2.647-.232l-.172.004l-.048.002l-.02.001a.75.75%200%200%200-.708.708l-.003.069q-.003.06-.004.171c-.002.146-.001.355.008.612c.02.514.077%201.228.224%202.035c.134.735.348%201.565.69%202.397h-.177a.746.746%200%200%200-.746.746V12c0%201.045.16%202.053.458%203h19.084A10%2010%200%200%200%2022%2012v-.254a.746.746%200%200%200-.746-.746h-.257l.002-.125a4.88%204.88%200%200%200-3.666-4.724A5.5%205.5%200%200%200%2011.999%202m0%201.5a4%204%200%200%201%203.715%202.517a4.88%204.88%200%200%200-4.022%202.82a7.6%207.6%200%200%200-.917-1.114c-.749-.749-1.62-1.29-2.502-1.683A4%204%200%200%201%2012%203.5m7.499%207.375q0%20.063-.003.125h-6.729l-.018-.05v-.075a3.375%203.375%200%201%201%206.75%200M9.715%208.784c.643.642%201.109%201.415%201.445%202.216h-2.1L7.28%209.22a.75.75%200%201%200-1.06%201.06l.72.72H4.57c-.44-.876-.704-1.813-.86-2.667a13%2013%200%200%201-.2-1.822v-.002h.001c.46.017%201.101.068%201.822.2c1.46.267%203.16.85%204.383%202.075M3.067%2016.5A10%2010%200%200%200%2012%2022a10%2010%200%200%200%208.933-5.5zm9.682-5.55l.018.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bowl-salad-24-filled.svg?color=%231a73e8&size=48