tips from IconPark by ByteDance · Color · Base · Apache-2.0 Free for personal and commercial use.

Name
tips
Set
IconPark
Style
Color
Category
Base
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More base icons from IconPark

Use the tips icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M40 20C40 26.8077 35.7484 32.6224 29.7555 34.9336H24H18.2445C12.2516 32.6224 8 26.8077 8 20C8 11.1634 15.1634 4 24 4C32.8366 4 40 11.1634 40 20Z"/><path stroke="#000" d="M29.7557 34.9336L29.0766 43.0831C29.0334 43.6014 28.6001 44 28.08 44H19.9203C19.4002 44 18.9669 43.6014 18.9238 43.0831L18.2446 34.9336"/><path stroke="#fff" d="M18 17V23L24 20L30 23V17"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTips(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M40 20C40 26.8077 35.7484 32.6224 29.7555 34.9336H24H18.2445C12.2516 32.6224 8 26.8077 8 20C8 11.1634 15.1634 4 24 4C32.8366 4 40 11.1634 40 20Z"/><path stroke="#000" d="M29.7557 34.9336L29.0766 43.0831C29.0334 43.6014 28.6001 44 28.08 44H19.9203C19.4002 44 18.9669 43.6014 18.9238 43.0831L18.2446 34.9336"/><path stroke="#fff" d="M18 17V23L24 20L30 23V17"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M40 20C40 26.8077 35.7484 32.6224 29.7555 34.9336H24H18.2445C12.2516 32.6224 8 26.8077 8 20C8 11.1634 15.1634 4 24 4C32.8366 4 40 11.1634 40 20Z"/><path stroke="#000" d="M29.7557 34.9336L29.0766 43.0831C29.0334 43.6014 28.6001 44 28.08 44H19.9203C19.4002 44 18.9669 43.6014 18.9238 43.0831L18.2446 34.9336"/><path stroke="#fff" d="M18 17V23L24 20L30 23V17"/></g></svg>
</template>

CSS

.icon-tips {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M40%2020C40%2026.8077%2035.7484%2032.6224%2029.7555%2034.9336H24H18.2445C12.2516%2032.6224%208%2026.8077%208%2020C8%2011.1634%2015.1634%204%2024%204C32.8366%204%2040%2011.1634%2040%2020Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29.7557%2034.9336L29.0766%2043.0831C29.0334%2043.6014%2028.6001%2044%2028.08%2044H19.9203C19.4002%2044%2018.9669%2043.6014%2018.9238%2043.0831L18.2446%2034.9336%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M18%2017V23L24%2020L30%2023V17%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M40%2020C40%2026.8077%2035.7484%2032.6224%2029.7555%2034.9336H24H18.2445C12.2516%2032.6224%208%2026.8077%208%2020C8%2011.1634%2015.1634%204%2024%204C32.8366%204%2040%2011.1634%2040%2020Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29.7557%2034.9336L29.0766%2043.0831C29.0334%2043.6014%2028.6001%2044%2028.08%2044H19.9203C19.4002%2044%2018.9669%2043.6014%2018.9238%2043.0831L18.2446%2034.9336%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M18%2017V23L24%2020L30%2023V17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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