delicious logo
delicious from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- delicious
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the delicious logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M446.5 68c-.4-1.5-.9-3-1.4-4.5c-.9-2.5-2-4.8-3.3-7.1c-1.4-2.4-3-4.8-4.7-6.9c-2.1-2.5-4.4-4.8-6.9-6.8c-1.1-.9-2.2-1.7-3.3-2.5c-1.3-.9-2.6-1.7-4-2.4c-1.8-1-3.6-1.8-5.5-2.5c-1.7-.7-3.5-1.3-5.4-1.7c-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12c2 7.7 5.8 14.6 11 20.3q1.5 1.65 3.3 3.3c5.7 5.2 12.6 9 20.3 11c3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12M416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsDelicious(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M446.5 68c-.4-1.5-.9-3-1.4-4.5c-.9-2.5-2-4.8-3.3-7.1c-1.4-2.4-3-4.8-4.7-6.9c-2.1-2.5-4.4-4.8-6.9-6.8c-1.1-.9-2.2-1.7-3.3-2.5c-1.3-.9-2.6-1.7-4-2.4c-1.8-1-3.6-1.8-5.5-2.5c-1.7-.7-3.5-1.3-5.4-1.7c-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12c2 7.7 5.8 14.6 11 20.3q1.5 1.65 3.3 3.3c5.7 5.2 12.6 9 20.3 11c3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12M416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M446.5 68c-.4-1.5-.9-3-1.4-4.5c-.9-2.5-2-4.8-3.3-7.1c-1.4-2.4-3-4.8-4.7-6.9c-2.1-2.5-4.4-4.8-6.9-6.8c-1.1-.9-2.2-1.7-3.3-2.5c-1.3-.9-2.6-1.7-4-2.4c-1.8-1-3.6-1.8-5.5-2.5c-1.7-.7-3.5-1.3-5.4-1.7c-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12c2 7.7 5.8 14.6 11 20.3q1.5 1.65 3.3 3.3c5.7 5.2 12.6 9 20.3 11c3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12M416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"/></svg> </template>
CSS
.icon-delicious {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M446.5%2068c-.4-1.5-.9-3-1.4-4.5c-.9-2.5-2-4.8-3.3-7.1c-1.4-2.4-3-4.8-4.7-6.9c-2.1-2.5-4.4-4.8-6.9-6.8c-1.1-.9-2.2-1.7-3.3-2.5c-1.3-.9-2.6-1.7-4-2.4c-1.8-1-3.6-1.8-5.5-2.5c-1.7-.7-3.5-1.3-5.4-1.7c-3.8-1-7.9-1.5-12-1.5H48C21.5%2032%200%2053.5%200%2080v352c0%204.1.5%208.2%201.5%2012c2%207.7%205.8%2014.6%2011%2020.3q1.5%201.65%203.3%203.3c5.7%205.2%2012.6%209%2020.3%2011c3.8%201%207.9%201.5%2012%201.5h352c26.5%200%2048-21.5%2048-48V80c-.1-4.1-.6-8.2-1.6-12M416%20432c0%208.8-7.2%2016-16%2016H224V256H32V80c0-8.8%207.2-16%2016-16h176v192h192z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M446.5%2068c-.4-1.5-.9-3-1.4-4.5c-.9-2.5-2-4.8-3.3-7.1c-1.4-2.4-3-4.8-4.7-6.9c-2.1-2.5-4.4-4.8-6.9-6.8c-1.1-.9-2.2-1.7-3.3-2.5c-1.3-.9-2.6-1.7-4-2.4c-1.8-1-3.6-1.8-5.5-2.5c-1.7-.7-3.5-1.3-5.4-1.7c-3.8-1-7.9-1.5-12-1.5H48C21.5%2032%200%2053.5%200%2080v352c0%204.1.5%208.2%201.5%2012c2%207.7%205.8%2014.6%2011%2020.3q1.5%201.65%203.3%203.3c5.7%205.2%2012.6%209%2020.3%2011c3.8%201%207.9%201.5%2012%201.5h352c26.5%200%2048-21.5%2048-48V80c-.1-4.1-.6-8.2-1.6-12M416%20432c0%208.8-7.2%2016-16%2016H224V256H32V80c0-8.8%207.2-16%2016-16h176v192h192z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/delicious.svg?color=%231a73e8&size=48