finance chip icon
finance-chip from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- finance-chip
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- finance-chip-rounded, finance-chip-sharp
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the finance chip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 16h.725v-.8q.7-.1 1.188-.575t.487-1.225q0-.65-.5-1.088T12.5 11.6V9.75q.25.075.413.25t.237.425l.9-.375q-.175-.525-.6-.837T12.5 8.8V8h-.75v.775q-.7.075-1.187.513t-.488 1.162q0 .675.513 1.125t1.162.725v1.975q-.4-.125-.675-.425t-.375-.7l-.875.375q.2.7.7 1.15t1.225.55zm.75-1.75V12.6q.275.125.488.3t.212.525q0 .4-.2.563t-.5.262m-.75-2.975q-.275-.125-.5-.3t-.225-.525t.225-.513t.5-.212zM8 19q-2.925 0-4.962-2.037T1 12t2.038-4.962T8 5h8q2.925 0 4.963 2.038T23 12t-2.037 4.963T16 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFinanceChip(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="M11.75 16h.725v-.8q.7-.1 1.188-.575t.487-1.225q0-.65-.5-1.088T12.5 11.6V9.75q.25.075.413.25t.237.425l.9-.375q-.175-.525-.6-.837T12.5 8.8V8h-.75v.775q-.7.075-1.187.513t-.488 1.162q0 .675.513 1.125t1.162.725v1.975q-.4-.125-.675-.425t-.375-.7l-.875.375q.2.7.7 1.15t1.225.55zm.75-1.75V12.6q.275.125.488.3t.212.525q0 .4-.2.563t-.5.262m-.75-2.975q-.275-.125-.5-.3t-.225-.525t.225-.513t.5-.212zM8 19q-2.925 0-4.962-2.037T1 12t2.038-4.962T8 5h8q2.925 0 4.963 2.038T23 12t-2.037 4.963T16 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 16h.725v-.8q.7-.1 1.188-.575t.487-1.225q0-.65-.5-1.088T12.5 11.6V9.75q.25.075.413.25t.237.425l.9-.375q-.175-.525-.6-.837T12.5 8.8V8h-.75v.775q-.7.075-1.187.513t-.488 1.162q0 .675.513 1.125t1.162.725v1.975q-.4-.125-.675-.425t-.375-.7l-.875.375q.2.7.7 1.15t1.225.55zm.75-1.75V12.6q.275.125.488.3t.212.525q0 .4-.2.563t-.5.262m-.75-2.975q-.275-.125-.5-.3t-.225-.525t.225-.513t.5-.212zM8 19q-2.925 0-4.962-2.037T1 12t2.038-4.962T8 5h8q2.925 0 4.963 2.038T23 12t-2.037 4.963T16 19z"/></svg> </template>
CSS
.icon-finance-chip {
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%22M11.75%2016h.725v-.8q.7-.1%201.188-.575t.487-1.225q0-.65-.5-1.088T12.5%2011.6V9.75q.25.075.413.25t.237.425l.9-.375q-.175-.525-.6-.837T12.5%208.8V8h-.75v.775q-.7.075-1.187.513t-.488%201.162q0%20.675.513%201.125t1.162.725v1.975q-.4-.125-.675-.425t-.375-.7l-.875.375q.2.7.7%201.15t1.225.55zm.75-1.75V12.6q.275.125.488.3t.212.525q0%20.4-.2.563t-.5.262m-.75-2.975q-.275-.125-.5-.3t-.225-.525t.225-.513t.5-.212zM8%2019q-2.925%200-4.962-2.037T1%2012t2.038-4.962T8%205h8q2.925%200%204.963%202.038T23%2012t-2.037%204.963T16%2019z%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%22M11.75%2016h.725v-.8q.7-.1%201.188-.575t.487-1.225q0-.65-.5-1.088T12.5%2011.6V9.75q.25.075.413.25t.237.425l.9-.375q-.175-.525-.6-.837T12.5%208.8V8h-.75v.775q-.7.075-1.187.513t-.488%201.162q0%20.675.513%201.125t1.162.725v1.975q-.4-.125-.675-.425t-.375-.7l-.875.375q.2.7.7%201.15t1.225.55zm.75-1.75V12.6q.275.125.488.3t.212.525q0%20.4-.2.563t-.5.262m-.75-2.975q-.275-.125-.5-.3t-.225-.525t.225-.513t.5-.212zM8%2019q-2.925%200-4.962-2.037T1%2012t2.038-4.962T8%205h8q2.925%200%204.963%202.038T23%2012t-2.037%204.963T16%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/finance-chip.svg?color=%231a73e8&size=48