tips and updates icon
tips-and-updates-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- tips-and-updates-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
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="M21.375 8.625L20 8l1.375-.625L22 6l.625 1.375L24 8l-1.375.625L22 10l-.625-1.375ZM18.05 3.95L16 3l2.05-.95L19 0l.95 2.05L22 3l-2.05.95L19 6l-.95-2.05ZM9 22q-.825 0-1.413-.588T7 20h4q0 .825-.588 1.413T9 22Zm-3-3q-.425 0-.713-.288T5 18q0-.425.288-.713T6 17h6q.425 0 .713.288T13 18q0 .425-.288.713T12 19H6Zm-.75-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 MaterialSymbolsTipsAndUpdatesRounded(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="M21.375 8.625L20 8l1.375-.625L22 6l.625 1.375L24 8l-1.375.625L22 10l-.625-1.375ZM18.05 3.95L16 3l2.05-.95L19 0l.95 2.05L22 3l-2.05.95L19 6l-.95-2.05ZM9 22q-.825 0-1.413-.588T7 20h4q0 .825-.588 1.413T9 22Zm-3-3q-.425 0-.713-.288T5 18q0-.425.288-.713T6 17h6q.425 0 .713.288T13 18q0 .425-.288.713T12 19H6Zm-.75-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="M21.375 8.625L20 8l1.375-.625L22 6l.625 1.375L24 8l-1.375.625L22 10l-.625-1.375ZM18.05 3.95L16 3l2.05-.95L19 0l.95 2.05L22 3l-2.05.95L19 6l-.95-2.05ZM9 22q-.825 0-1.413-.588T7 20h4q0 .825-.588 1.413T9 22Zm-3-3q-.425 0-.713-.288T5 18q0-.425.288-.713T6 17h6q.425 0 .713.288T13 18q0 .425-.288.713T12 19H6Zm-.75-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-rounded {
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%22M21.375%208.625L20%208l1.375-.625L22%206l.625%201.375L24%208l-1.375.625L22%2010l-.625-1.375ZM18.05%203.95L16%203l2.05-.95L19%200l.95%202.05L22%203l-2.05.95L19%206l-.95-2.05ZM9%2022q-.825%200-1.413-.588T7%2020h4q0%20.825-.588%201.413T9%2022Zm-3-3q-.425%200-.713-.288T5%2018q0-.425.288-.713T6%2017h6q.425%200%20.713.288T13%2018q0%20.425-.288.713T12%2019H6Zm-.75-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%22M21.375%208.625L20%208l1.375-.625L22%206l.625%201.375L24%208l-1.375.625L22%2010l-.625-1.375ZM18.05%203.95L16%203l2.05-.95L19%200l.95%202.05L22%203l-2.05.95L19%206l-.95-2.05ZM9%2022q-.825%200-1.413-.588T7%2020h4q0%20.825-.588%201.413T9%2022Zm-3-3q-.425%200-.713-.288T5%2018q0-.425.288-.713T6%2017h6q.425%200%20.713.288T13%2018q0%20.425-.288.713T12%2019H6Zm-.75-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-rounded.svg?color=%231a73e8&size=48