tips and updates icon

tips-and-updates from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
tips-and-updates
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0
Aliases
tips-and-updates-sharp

3 other variants in Material Symbols

Use the tips and updates icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 10l-.625-1.375L20 8l1.375-.625L22 6l.625 1.375L24 8l-1.375.625L22 10Zm-3-4l-.95-2.05L16 3l2.05-.95L19 0l.95 2.05L22 3l-2.05.95L19 6ZM9 22q-.825 0-1.413-.588T7 20h4q0 .825-.588 1.413T9 22Zm-4-3v-2h8v2H5Zm.25-3q-1.725-1.025-2.738-2.75T1.5 9.5q0-3.125 2.188-5.313T9 2q3.125 0 5.313 2.188T16.5 9.5q0 2.025-1.012 3.75T12.75 16h-7.5Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTipsAndUpdates(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="m22 10l-.625-1.375L20 8l1.375-.625L22 6l.625 1.375L24 8l-1.375.625L22 10Zm-3-4l-.95-2.05L16 3l2.05-.95L19 0l.95 2.05L22 3l-2.05.95L19 6ZM9 22q-.825 0-1.413-.588T7 20h4q0 .825-.588 1.413T9 22Zm-4-3v-2h8v2H5Zm.25-3q-1.725-1.025-2.738-2.75T1.5 9.5q0-3.125 2.188-5.313T9 2q3.125 0 5.313 2.188T16.5 9.5q0 2.025-1.012 3.75T12.75 16h-7.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 10l-.625-1.375L20 8l1.375-.625L22 6l.625 1.375L24 8l-1.375.625L22 10Zm-3-4l-.95-2.05L16 3l2.05-.95L19 0l.95 2.05L22 3l-2.05.95L19 6ZM9 22q-.825 0-1.413-.588T7 20h4q0 .825-.588 1.413T9 22Zm-4-3v-2h8v2H5Zm.25-3q-1.725-1.025-2.738-2.75T1.5 9.5q0-3.125 2.188-5.313T9 2q3.125 0 5.313 2.188T16.5 9.5q0 2.025-1.012 3.75T12.75 16h-7.5Z"/></svg>
</template>

CSS

.icon-tips-and-updates {
  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%22m22%2010l-.625-1.375L20%208l1.375-.625L22%206l.625%201.375L24%208l-1.375.625L22%2010Zm-3-4l-.95-2.05L16%203l2.05-.95L19%200l.95%202.05L22%203l-2.05.95L19%206ZM9%2022q-.825%200-1.413-.588T7%2020h4q0%20.825-.588%201.413T9%2022Zm-4-3v-2h8v2H5Zm.25-3q-1.725-1.025-2.738-2.75T1.5%209.5q0-3.125%202.188-5.313T9%202q3.125%200%205.313%202.188T16.5%209.5q0%202.025-1.012%203.75T12.75%2016h-7.5Z%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%22m22%2010l-.625-1.375L20%208l1.375-.625L22%206l.625%201.375L24%208l-1.375.625L22%2010Zm-3-4l-.95-2.05L16%203l2.05-.95L19%200l.95%202.05L22%203l-2.05.95L19%206ZM9%2022q-.825%200-1.413-.588T7%2020h4q0%20.825-.588%201.413T9%2022Zm-4-3v-2h8v2H5Zm.25-3q-1.725-1.025-2.738-2.75T1.5%209.5q0-3.125%202.188-5.313T9%202q3.125%200%205.313%202.188T16.5%209.5q0%202.025-1.012%203.75T12.75%2016h-7.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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