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

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

Use the wish logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.864 19.826h-4.107l-3.227-9.393l-2.28 9.39H5.143L0 4.65h4.217l4.354 13.128c1.558-4.4 2.534-8.5 1.021-13.128H13.7ZM20.57 4.174a15.7 15.7 0 0 1-3.425 4.171a17.1 17.1 0 0 1 3.425 5.56A17.1 17.1 0 0 1 24 8.345a15.7 15.7 0 0 1-3.43-4.17Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWish(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="M18.864 19.826h-4.107l-3.227-9.393l-2.28 9.39H5.143L0 4.65h4.217l4.354 13.128c1.558-4.4 2.534-8.5 1.021-13.128H13.7ZM20.57 4.174a15.7 15.7 0 0 1-3.425 4.171a17.1 17.1 0 0 1 3.425 5.56A17.1 17.1 0 0 1 24 8.345a15.7 15.7 0 0 1-3.43-4.17Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.864 19.826h-4.107l-3.227-9.393l-2.28 9.39H5.143L0 4.65h4.217l4.354 13.128c1.558-4.4 2.534-8.5 1.021-13.128H13.7ZM20.57 4.174a15.7 15.7 0 0 1-3.425 4.171a17.1 17.1 0 0 1 3.425 5.56A17.1 17.1 0 0 1 24 8.345a15.7 15.7 0 0 1-3.43-4.17Z"/></svg>
</template>

CSS

.icon-wish {
  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%22M18.864%2019.826h-4.107l-3.227-9.393l-2.28%209.39H5.143L0%204.65h4.217l4.354%2013.128c1.558-4.4%202.534-8.5%201.021-13.128H13.7ZM20.57%204.174a15.7%2015.7%200%200%201-3.425%204.171a17.1%2017.1%200%200%201%203.425%205.56A17.1%2017.1%200%200%201%2024%208.345a15.7%2015.7%200%200%201-3.43-4.17Z%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%22M18.864%2019.826h-4.107l-3.227-9.393l-2.28%209.39H5.143L0%204.65h4.217l4.354%2013.128c1.558-4.4%202.534-8.5%201.021-13.128H13.7ZM20.57%204.174a15.7%2015.7%200%200%201-3.425%204.171a17.1%2017.1%200%200%201%203.425%205.56A17.1%2017.1%200%200%201%2024%208.345a15.7%2015.7%200%200%201-3.43-4.17Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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