cook book icon

cook-book from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cook-book
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the cook book 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-linecap="round" stroke-width="1.5"><path d="M21 16.929V10c0-3.771 0-5.657-1.172-6.828S16.771 2 13 2h-1C8.229 2 6.343 2 5.172 3.172S4 6.229 4 10v9.5"/><path d="M21 17H6.5a2.5 2.5 0 0 0 0 5H21"/><path d="M21 22a2.5 2.5 0 0 1 0-5"/><path stroke-linejoin="round" d="M14.388 6.85a1.97 1.97 0 0 1 1.112-.341c1.105 0 2 .903 2 2.017c0 1.097-.904 2.014-2 2.014v.96c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-2c-.943 0-1.414 0-1.707-.293S9.5 12.443 9.5 11.5v-.835c-1.168 0-2-.87-2-2.139c0-1.114.895-2.017 2-2.017c.412 0 .794.125 1.112.34A2 2 0 0 1 12.5 5.5c.872 0 1.614.563 1.888 1.35m0 0q.11.314.112.668"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCookBook(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" strokeLinecap="round" strokeWidth="1.5"><path d="M21 16.929V10c0-3.771 0-5.657-1.172-6.828S16.771 2 13 2h-1C8.229 2 6.343 2 5.172 3.172S4 6.229 4 10v9.5"/><path d="M21 17H6.5a2.5 2.5 0 0 0 0 5H21"/><path d="M21 22a2.5 2.5 0 0 1 0-5"/><path strokeLinejoin="round" d="M14.388 6.85a1.97 1.97 0 0 1 1.112-.341c1.105 0 2 .903 2 2.017c0 1.097-.904 2.014-2 2.014v.96c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-2c-.943 0-1.414 0-1.707-.293S9.5 12.443 9.5 11.5v-.835c-1.168 0-2-.87-2-2.139c0-1.114.895-2.017 2-2.017c.412 0 .794.125 1.112.34A2 2 0 0 1 12.5 5.5c.872 0 1.614.563 1.888 1.35m0 0q.11.314.112.668"/></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-linecap="round" stroke-width="1.5"><path d="M21 16.929V10c0-3.771 0-5.657-1.172-6.828S16.771 2 13 2h-1C8.229 2 6.343 2 5.172 3.172S4 6.229 4 10v9.5"/><path d="M21 17H6.5a2.5 2.5 0 0 0 0 5H21"/><path d="M21 22a2.5 2.5 0 0 1 0-5"/><path stroke-linejoin="round" d="M14.388 6.85a1.97 1.97 0 0 1 1.112-.341c1.105 0 2 .903 2 2.017c0 1.097-.904 2.014-2 2.014v.96c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-2c-.943 0-1.414 0-1.707-.293S9.5 12.443 9.5 11.5v-.835c-1.168 0-2-.87-2-2.139c0-1.114.895-2.017 2-2.017c.412 0 .794.125 1.112.34A2 2 0 0 1 12.5 5.5c.872 0 1.614.563 1.888 1.35m0 0q.11.314.112.668"/></g></svg>
</template>

CSS

.icon-cook-book {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2016.929V10c0-3.771%200-5.657-1.172-6.828S16.771%202%2013%202h-1C8.229%202%206.343%202%205.172%203.172S4%206.229%204%2010v9.5%22%2F%3E%3Cpath%20d%3D%22M21%2017H6.5a2.5%202.5%200%200%200%200%205H21%22%2F%3E%3Cpath%20d%3D%22M21%2022a2.5%202.5%200%200%201%200-5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.388%206.85a1.97%201.97%200%200%201%201.112-.341c1.105%200%202%20.903%202%202.017c0%201.097-.904%202.014-2%202.014v.96c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293h-2c-.943%200-1.414%200-1.707-.293S9.5%2012.443%209.5%2011.5v-.835c-1.168%200-2-.87-2-2.139c0-1.114.895-2.017%202-2.017c.412%200%20.794.125%201.112.34A2%202%200%200%201%2012.5%205.5c.872%200%201.614.563%201.888%201.35m0%200q.11.314.112.668%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2016.929V10c0-3.771%200-5.657-1.172-6.828S16.771%202%2013%202h-1C8.229%202%206.343%202%205.172%203.172S4%206.229%204%2010v9.5%22%2F%3E%3Cpath%20d%3D%22M21%2017H6.5a2.5%202.5%200%200%200%200%205H21%22%2F%3E%3Cpath%20d%3D%22M21%2022a2.5%202.5%200%200%201%200-5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.388%206.85a1.97%201.97%200%200%201%201.112-.341c1.105%200%202%20.903%202%202.017c0%201.097-.904%202.014-2%202.014v.96c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293h-2c-.943%200-1.414%200-1.707-.293S9.5%2012.443%209.5%2011.5v-.835c-1.168%200-2-.87-2-2.139c0-1.114.895-2.017%202-2.017c.412%200%20.794.125%201.112.34A2%202%200%200%201%2012.5%205.5c.872%200%201.614.563%201.888%201.35m0%200q.11.314.112.668%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/cook-book.svg?color=%231a73e8&size=48