delicious logo
delicious from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- delicious
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M542.6 132c-.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.5h-352c-26.5-.1-48 21.4-48 47.9v352c0 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-48V144c-.1-4.1-.6-8.2-1.6-12m-30.5 364c0 8.8-7.2 16-16 16h-176V320h-192V144c0-8.8 7.2-16 16-16h176v192h192z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsDelicious(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M542.6 132c-.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.5h-352c-26.5-.1-48 21.4-48 47.9v352c0 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-48V144c-.1-4.1-.6-8.2-1.6-12m-30.5 364c0 8.8-7.2 16-16 16h-176V320h-192V144c0-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 640 640"><path fill="currentColor" d="M542.6 132c-.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.5h-352c-26.5-.1-48 21.4-48 47.9v352c0 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-48V144c-.1-4.1-.6-8.2-1.6-12m-30.5 364c0 8.8-7.2 16-16 16h-176V320h-192V144c0-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M542.6%20132c-.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.5h-352c-26.5-.1-48%2021.4-48%2047.9v352c0%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-48V144c-.1-4.1-.6-8.2-1.6-12m-30.5%20364c0%208.8-7.2%2016-16%2016h-176V320h-192V144c0-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M542.6%20132c-.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.5h-352c-26.5-.1-48%2021.4-48%2047.9v352c0%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-48V144c-.1-4.1-.6-8.2-1.6-12m-30.5%20364c0%208.8-7.2%2016-16%2016h-176V320h-192V144c0-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/fa7-brands/delicious.svg?color=%231a73e8&size=48