biscuit icon
biscuit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- biscuit
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the biscuit 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-width="1.5"><path d="M6.249 9.303c-.457 1.035-.267 2.186.424 2.571c.69.385 1.621-.142 2.078-1.177s.267-2.186-.424-2.571c-.69-.385-1.621.142-2.078 1.177Zm6.928 6.569c-.39.752-.113 1.643.617 1.99c.731.347 1.64.018 2.03-.734s.112-1.643-.618-1.99c-.731-.347-1.64-.018-2.03.734Z"/><path stroke-linejoin="round" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2c.242 0 .387.264.296.487a4 4 0 0 0 5.25 5.203c.203-.085.454.09.454.31a3 3 0 0 0 3.337 2.981c.314-.035.632.165.649.482Q22 11.73 22 12c0 5.523-4.477 10-10 10Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.125 11H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-6.125 5H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBiscuit(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" strokeWidth="1.5"><path d="M6.249 9.303c-.457 1.035-.267 2.186.424 2.571c.69.385 1.621-.142 2.078-1.177s.267-2.186-.424-2.571c-.69-.385-1.621.142-2.078 1.177Zm6.928 6.569c-.39.752-.113 1.643.617 1.99c.731.347 1.64.018 2.03-.734s.112-1.643-.618-1.99c-.731-.347-1.64-.018-2.03.734Z"/><path strokeLinejoin="round" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2c.242 0 .387.264.296.487a4 4 0 0 0 5.25 5.203c.203-.085.454.09.454.31a3 3 0 0 0 3.337 2.981c.314-.035.632.165.649.482Q22 11.73 22 12c0 5.523-4.477 10-10 10Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M14.125 11H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-6.125 5H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-width="1.5"><path d="M6.249 9.303c-.457 1.035-.267 2.186.424 2.571c.69.385 1.621-.142 2.078-1.177s.267-2.186-.424-2.571c-.69-.385-1.621.142-2.078 1.177Zm6.928 6.569c-.39.752-.113 1.643.617 1.99c.731.347 1.64.018 2.03-.734s.112-1.643-.618-1.99c-.731-.347-1.64-.018-2.03.734Z"/><path stroke-linejoin="round" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2c.242 0 .387.264.296.487a4 4 0 0 0 5.25 5.203c.203-.085.454.09.454.31a3 3 0 0 0 3.337 2.981c.314-.035.632.165.649.482Q22 11.73 22 12c0 5.523-4.477 10-10 10Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.125 11H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-6.125 5H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-biscuit {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.249%209.303c-.457%201.035-.267%202.186.424%202.571c.69.385%201.621-.142%202.078-1.177s.267-2.186-.424-2.571c-.69-.385-1.621.142-2.078%201.177Zm6.928%206.569c-.39.752-.113%201.643.617%201.99c.731.347%201.64.018%202.03-.734s.112-1.643-.618-1.99c-.731-.347-1.64-.018-2.03.734Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202c.242%200%20.387.264.296.487a4%204%200%200%200%205.25%205.203c.203-.085.454.09.454.31a3%203%200%200%200%203.337%202.981c.314-.035.632.165.649.482Q22%2011.73%2022%2012c0%205.523-4.477%2010-10%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.125%2011H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-6.125%205H8m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.249%209.303c-.457%201.035-.267%202.186.424%202.571c.69.385%201.621-.142%202.078-1.177s.267-2.186-.424-2.571c-.69-.385-1.621.142-2.078%201.177Zm6.928%206.569c-.39.752-.113%201.643.617%201.99c.731.347%201.64.018%202.03-.734s.112-1.643-.618-1.99c-.731-.347-1.64-.018-2.03.734Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202c.242%200%20.387.264.296.487a4%204%200%200%200%205.25%205.203c.203-.085.454.09.454.31a3%203%200%200%200%203.337%202.981c.314-.035.632.165.649.482Q22%2011.73%2022%2012c0%205.523-4.477%2010-10%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.125%2011H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-6.125%205H8m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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/biscuit.svg?color=%231a73e8&size=48