delighted icon logo
delighted-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- delighted-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the delighted icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4c4c4b" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0M82.264 189.391c29.127 23.608 74.724 17.006 100.988-14.427c-25.477-3.377-55.559-11.357-79.962-20.873c-6.599 12.739-11.664 22.868-21.026 35.3m74.897-128.716c-15.962 4.092-36.835 39.699-49.113 78.682c29.774 13.506 53.103 19.031 85.333 22.919c0 0 29.775-66.609-36.22-101.601m-10.744 163.709c-34.78 6.688-79.808-11.511-96.537-38.216c0 0 23.935-26.539 30.542-42.053c-7.124-5.527-11.409-8.707-15.954-12.76c-26.228-23.386-25.762-55.572.999-78.427c29.837-25.482 75.253-29.603 110.294-10.006c35.383 19.788 55.566 60.502 49.157 99.163c-7.027 42.384-38.829 74.67-78.501 82.299M134.139 55.559c-20.057-.29-35.217 3.735-49.306 13.694c-23.159 16.37-22.033 42.486 2.78 58.067c11.84-27.253 21.423-52.042 46.526-71.761"/></svg>
React
import type { SVGProps } from "react";
export function LogosDelightedIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4c4c4b" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0M82.264 189.391c29.127 23.608 74.724 17.006 100.988-14.427c-25.477-3.377-55.559-11.357-79.962-20.873c-6.599 12.739-11.664 22.868-21.026 35.3m74.897-128.716c-15.962 4.092-36.835 39.699-49.113 78.682c29.774 13.506 53.103 19.031 85.333 22.919c0 0 29.775-66.609-36.22-101.601m-10.744 163.709c-34.78 6.688-79.808-11.511-96.537-38.216c0 0 23.935-26.539 30.542-42.053c-7.124-5.527-11.409-8.707-15.954-12.76c-26.228-23.386-25.762-55.572.999-78.427c29.837-25.482 75.253-29.603 110.294-10.006c35.383 19.788 55.566 60.502 49.157 99.163c-7.027 42.384-38.829 74.67-78.501 82.299M134.139 55.559c-20.057-.29-35.217 3.735-49.306 13.694c-23.159 16.37-22.033 42.486 2.78 58.067c11.84-27.253 21.423-52.042 46.526-71.761"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4c4c4b" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0M82.264 189.391c29.127 23.608 74.724 17.006 100.988-14.427c-25.477-3.377-55.559-11.357-79.962-20.873c-6.599 12.739-11.664 22.868-21.026 35.3m74.897-128.716c-15.962 4.092-36.835 39.699-49.113 78.682c29.774 13.506 53.103 19.031 85.333 22.919c0 0 29.775-66.609-36.22-101.601m-10.744 163.709c-34.78 6.688-79.808-11.511-96.537-38.216c0 0 23.935-26.539 30.542-42.053c-7.124-5.527-11.409-8.707-15.954-12.76c-26.228-23.386-25.762-55.572.999-78.427c29.837-25.482 75.253-29.603 110.294-10.006c35.383 19.788 55.566 60.502 49.157 99.163c-7.027 42.384-38.829 74.67-78.501 82.299M134.139 55.559c-20.057-.29-35.217 3.735-49.306 13.694c-23.159 16.37-22.033 42.486 2.78 58.067c11.84-27.253 21.423-52.042 46.526-71.761"/></svg> </template>
CSS
.icon-delighted-icon {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%234c4c4b%22%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128S198.692%200%20128%200M82.264%20189.391c29.127%2023.608%2074.724%2017.006%20100.988-14.427c-25.477-3.377-55.559-11.357-79.962-20.873c-6.599%2012.739-11.664%2022.868-21.026%2035.3m74.897-128.716c-15.962%204.092-36.835%2039.699-49.113%2078.682c29.774%2013.506%2053.103%2019.031%2085.333%2022.919c0%200%2029.775-66.609-36.22-101.601m-10.744%20163.709c-34.78%206.688-79.808-11.511-96.537-38.216c0%200%2023.935-26.539%2030.542-42.053c-7.124-5.527-11.409-8.707-15.954-12.76c-26.228-23.386-25.762-55.572.999-78.427c29.837-25.482%2075.253-29.603%20110.294-10.006c35.383%2019.788%2055.566%2060.502%2049.157%2099.163c-7.027%2042.384-38.829%2074.67-78.501%2082.299M134.139%2055.559c-20.057-.29-35.217%203.735-49.306%2013.694c-23.159%2016.37-22.033%2042.486%202.78%2058.067c11.84-27.253%2021.423-52.042%2046.526-71.761%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%20256%20256%22%3E%3Cpath%20fill%3D%22%234c4c4b%22%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128S198.692%200%20128%200M82.264%20189.391c29.127%2023.608%2074.724%2017.006%20100.988-14.427c-25.477-3.377-55.559-11.357-79.962-20.873c-6.599%2012.739-11.664%2022.868-21.026%2035.3m74.897-128.716c-15.962%204.092-36.835%2039.699-49.113%2078.682c29.774%2013.506%2053.103%2019.031%2085.333%2022.919c0%200%2029.775-66.609-36.22-101.601m-10.744%20163.709c-34.78%206.688-79.808-11.511-96.537-38.216c0%200%2023.935-26.539%2030.542-42.053c-7.124-5.527-11.409-8.707-15.954-12.76c-26.228-23.386-25.762-55.572.999-78.427c29.837-25.482%2075.253-29.603%20110.294-10.006c35.383%2019.788%2055.566%2060.502%2049.157%2099.163c-7.027%2042.384-38.829%2074.67-78.501%2082.299M134.139%2055.559c-20.057-.29-35.217%203.735-49.306%2013.694c-23.159%2016.37-22.033%2042.486%202.78%2058.067c11.84-27.253%2021.423-52.042%2046.526-71.761%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/delighted-icon.svg?color=%231a73e8&size=48