cookiecutter logo

cookiecutter from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
cookiecutter
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the cookiecutter logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.806 0a12 12 0 0 0-4.512.885A12 12 0 0 0 .858 12.978a12 12 0 0 0 9.303 10.724a12 12 0 0 0 13.021-5.656L12.817 12l9.244-7.65A12 12 0 0 0 12.806 0M9.218 2.143c.34-.003.701.123 1.193.378c.847.437 1.013 1.027.36 1.277c-.487.187-2.457.177-2.932-.015c-.526-.212-.38-.781.32-1.24c.402-.263.72-.396 1.059-.4m4.077 4.052h.022a1.29 1.29 0 0 1 1.292 1.291a1.29 1.29 0 0 1-1.292 1.292a1.29 1.29 0 0 1-1.292-1.292a1.29 1.29 0 0 1 1.27-1.291m-6.259 3.8c1.033 0 1.788.434 1.788 1.028c0 .694-1.961 2.384-2.766 2.384c-.365 0-.727-.166-.804-.368c-.078-.203.117-.97.434-1.706c.505-1.176.67-1.338 1.348-1.338m8.637 9.187c.372 0 1.362 2.316 1.186 2.775c-.201.524-1.046.467-1.564-.105c-.676-.747-.404-2.67.378-2.67"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCookiecutter(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.806 0a12 12 0 0 0-4.512.885A12 12 0 0 0 .858 12.978a12 12 0 0 0 9.303 10.724a12 12 0 0 0 13.021-5.656L12.817 12l9.244-7.65A12 12 0 0 0 12.806 0M9.218 2.143c.34-.003.701.123 1.193.378c.847.437 1.013 1.027.36 1.277c-.487.187-2.457.177-2.932-.015c-.526-.212-.38-.781.32-1.24c.402-.263.72-.396 1.059-.4m4.077 4.052h.022a1.29 1.29 0 0 1 1.292 1.291a1.29 1.29 0 0 1-1.292 1.292a1.29 1.29 0 0 1-1.292-1.292a1.29 1.29 0 0 1 1.27-1.291m-6.259 3.8c1.033 0 1.788.434 1.788 1.028c0 .694-1.961 2.384-2.766 2.384c-.365 0-.727-.166-.804-.368c-.078-.203.117-.97.434-1.706c.505-1.176.67-1.338 1.348-1.338m8.637 9.187c.372 0 1.362 2.316 1.186 2.775c-.201.524-1.046.467-1.564-.105c-.676-.747-.404-2.67.378-2.67"/></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.806 0a12 12 0 0 0-4.512.885A12 12 0 0 0 .858 12.978a12 12 0 0 0 9.303 10.724a12 12 0 0 0 13.021-5.656L12.817 12l9.244-7.65A12 12 0 0 0 12.806 0M9.218 2.143c.34-.003.701.123 1.193.378c.847.437 1.013 1.027.36 1.277c-.487.187-2.457.177-2.932-.015c-.526-.212-.38-.781.32-1.24c.402-.263.72-.396 1.059-.4m4.077 4.052h.022a1.29 1.29 0 0 1 1.292 1.291a1.29 1.29 0 0 1-1.292 1.292a1.29 1.29 0 0 1-1.292-1.292a1.29 1.29 0 0 1 1.27-1.291m-6.259 3.8c1.033 0 1.788.434 1.788 1.028c0 .694-1.961 2.384-2.766 2.384c-.365 0-.727-.166-.804-.368c-.078-.203.117-.97.434-1.706c.505-1.176.67-1.338 1.348-1.338m8.637 9.187c.372 0 1.362 2.316 1.186 2.775c-.201.524-1.046.467-1.564-.105c-.676-.747-.404-2.67.378-2.67"/></svg>
</template>

CSS

.icon-cookiecutter {
  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.806%200a12%2012%200%200%200-4.512.885A12%2012%200%200%200%20.858%2012.978a12%2012%200%200%200%209.303%2010.724a12%2012%200%200%200%2013.021-5.656L12.817%2012l9.244-7.65A12%2012%200%200%200%2012.806%200M9.218%202.143c.34-.003.701.123%201.193.378c.847.437%201.013%201.027.36%201.277c-.487.187-2.457.177-2.932-.015c-.526-.212-.38-.781.32-1.24c.402-.263.72-.396%201.059-.4m4.077%204.052h.022a1.29%201.29%200%200%201%201.292%201.291a1.29%201.29%200%200%201-1.292%201.292a1.29%201.29%200%200%201-1.292-1.292a1.29%201.29%200%200%201%201.27-1.291m-6.259%203.8c1.033%200%201.788.434%201.788%201.028c0%20.694-1.961%202.384-2.766%202.384c-.365%200-.727-.166-.804-.368c-.078-.203.117-.97.434-1.706c.505-1.176.67-1.338%201.348-1.338m8.637%209.187c.372%200%201.362%202.316%201.186%202.775c-.201.524-1.046.467-1.564-.105c-.676-.747-.404-2.67.378-2.67%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.806%200a12%2012%200%200%200-4.512.885A12%2012%200%200%200%20.858%2012.978a12%2012%200%200%200%209.303%2010.724a12%2012%200%200%200%2013.021-5.656L12.817%2012l9.244-7.65A12%2012%200%200%200%2012.806%200M9.218%202.143c.34-.003.701.123%201.193.378c.847.437%201.013%201.027.36%201.277c-.487.187-2.457.177-2.932-.015c-.526-.212-.38-.781.32-1.24c.402-.263.72-.396%201.059-.4m4.077%204.052h.022a1.29%201.29%200%200%201%201.292%201.291a1.29%201.29%200%200%201-1.292%201.292a1.29%201.29%200%200%201-1.292-1.292a1.29%201.29%200%200%201%201.27-1.291m-6.259%203.8c1.033%200%201.788.434%201.788%201.028c0%20.694-1.961%202.384-2.766%202.384c-.365%200-.727-.166-.804-.368c-.078-.203.117-.97.434-1.706c.505-1.176.67-1.338%201.348-1.338m8.637%209.187c.372%200%201.362%202.316%201.186%202.775c-.201.524-1.046.467-1.564-.105c-.676-.747-.404-2.67.378-2.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cookiecutter.svg?color=%231a73e8&size=48