utensils alt icon
utensils-alt from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- utensils-alt
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the utensils alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.53 14.13a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l6.18 6.18a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41Zm1.23-2.49a3 3 0 0 0 2.12-.88l2.83-2.83a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-2.83 2.83a1 1 0 0 1-1.41 0l3.54-3.54a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-3.53 3.53a1 1 0 0 1 0-1.41l2.82-2.83a1 1 0 1 0-1.41-1.41l-2.83 2.83a3 3 0 0 0 0 4.24L12 10.59l-1.56-1.54a4.16 4.16 0 0 0-.74-5C8.26 2.61 4.53 1 2.77 2.79S2.6 8.27 4 9.72A4.36 4.36 0 0 0 6.94 11h.14A3.9 3.9 0 0 0 9 10.46L10.57 12l-8.28 8.28a1 1 0 1 0 1.42 1.41l9-9l1.92-1.92a3 3 0 0 0 2.13.87m-8.33-3.2A1.93 1.93 0 0 1 7 9a2.26 2.26 0 0 1-1.54-.7C4.38 7.22 3.62 4.77 4.19 4.2a1 1 0 0 1 .66-.2a5.87 5.87 0 0 1 3.44 1.47a2.12 2.12 0 0 1 .14 2.97"/></svg>
React
import type { SVGProps } from "react";
export function UilUtensilsAlt(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="M15.53 14.13a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l6.18 6.18a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41Zm1.23-2.49a3 3 0 0 0 2.12-.88l2.83-2.83a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-2.83 2.83a1 1 0 0 1-1.41 0l3.54-3.54a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-3.53 3.53a1 1 0 0 1 0-1.41l2.82-2.83a1 1 0 1 0-1.41-1.41l-2.83 2.83a3 3 0 0 0 0 4.24L12 10.59l-1.56-1.54a4.16 4.16 0 0 0-.74-5C8.26 2.61 4.53 1 2.77 2.79S2.6 8.27 4 9.72A4.36 4.36 0 0 0 6.94 11h.14A3.9 3.9 0 0 0 9 10.46L10.57 12l-8.28 8.28a1 1 0 1 0 1.42 1.41l9-9l1.92-1.92a3 3 0 0 0 2.13.87m-8.33-3.2A1.93 1.93 0 0 1 7 9a2.26 2.26 0 0 1-1.54-.7C4.38 7.22 3.62 4.77 4.19 4.2a1 1 0 0 1 .66-.2a5.87 5.87 0 0 1 3.44 1.47a2.12 2.12 0 0 1 .14 2.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.53 14.13a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l6.18 6.18a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41Zm1.23-2.49a3 3 0 0 0 2.12-.88l2.83-2.83a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-2.83 2.83a1 1 0 0 1-1.41 0l3.54-3.54a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-3.53 3.53a1 1 0 0 1 0-1.41l2.82-2.83a1 1 0 1 0-1.41-1.41l-2.83 2.83a3 3 0 0 0 0 4.24L12 10.59l-1.56-1.54a4.16 4.16 0 0 0-.74-5C8.26 2.61 4.53 1 2.77 2.79S2.6 8.27 4 9.72A4.36 4.36 0 0 0 6.94 11h.14A3.9 3.9 0 0 0 9 10.46L10.57 12l-8.28 8.28a1 1 0 1 0 1.42 1.41l9-9l1.92-1.92a3 3 0 0 0 2.13.87m-8.33-3.2A1.93 1.93 0 0 1 7 9a2.26 2.26 0 0 1-1.54-.7C4.38 7.22 3.62 4.77 4.19 4.2a1 1 0 0 1 .66-.2a5.87 5.87 0 0 1 3.44 1.47a2.12 2.12 0 0 1 .14 2.97"/></svg> </template>
CSS
.icon-utensils-alt {
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%22M15.53%2014.13a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l6.18%206.18a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41Zm1.23-2.49a3%203%200%200%200%202.12-.88l2.83-2.83a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-2.83%202.83a1%201%200%200%201-1.41%200l3.54-3.54a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-3.53%203.53a1%201%200%200%201%200-1.41l2.82-2.83a1%201%200%201%200-1.41-1.41l-2.83%202.83a3%203%200%200%200%200%204.24L12%2010.59l-1.56-1.54a4.16%204.16%200%200%200-.74-5C8.26%202.61%204.53%201%202.77%202.79S2.6%208.27%204%209.72A4.36%204.36%200%200%200%206.94%2011h.14A3.9%203.9%200%200%200%209%2010.46L10.57%2012l-8.28%208.28a1%201%200%201%200%201.42%201.41l9-9l1.92-1.92a3%203%200%200%200%202.13.87m-8.33-3.2A1.93%201.93%200%200%201%207%209a2.26%202.26%200%200%201-1.54-.7C4.38%207.22%203.62%204.77%204.19%204.2a1%201%200%200%201%20.66-.2a5.87%205.87%200%200%201%203.44%201.47a2.12%202.12%200%200%201%20.14%202.97%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%22M15.53%2014.13a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l6.18%206.18a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41Zm1.23-2.49a3%203%200%200%200%202.12-.88l2.83-2.83a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-2.83%202.83a1%201%200%200%201-1.41%200l3.54-3.54a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-3.53%203.53a1%201%200%200%201%200-1.41l2.82-2.83a1%201%200%201%200-1.41-1.41l-2.83%202.83a3%203%200%200%200%200%204.24L12%2010.59l-1.56-1.54a4.16%204.16%200%200%200-.74-5C8.26%202.61%204.53%201%202.77%202.79S2.6%208.27%204%209.72A4.36%204.36%200%200%200%206.94%2011h.14A3.9%203.9%200%200%200%209%2010.46L10.57%2012l-8.28%208.28a1%201%200%201%200%201.42%201.41l9-9l1.92-1.92a3%203%200%200%200%202.13.87m-8.33-3.2A1.93%201.93%200%200%201%207%209a2.26%202.26%200%200%201-1.54-.7C4.38%207.22%203.62%204.77%204.19%204.2a1%201%200%200%201%20.66-.2a5.87%205.87%200%200%201%203.44%201.47a2.12%202.12%200%200%201%20.14%202.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/utensils-alt.svg?color=%231a73e8&size=48