font background icon
font-background from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- font-background
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×25
- License
- MIT
1 other variant in TDesign Icons
Use the font background icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><defs><path id="SVGFHhwLbcW" d="M12.414 1.414L20.899 9.9l-8.485 8.486L3.929 9.9z"/></defs><g fill="none"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 21.314h16v1H4z"/><use href="#SVGFHhwLbcW"/><g stroke="currentColor" stroke-linecap="square" stroke-width="2"><use href="#SVGFHhwLbcW"/><path d="m6.757 12.728l2.829 2.828L8.17 16.97H5.343l-1.414-1.414z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function TdesignFontBackground(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><defs><path id="SVGFHhwLbcW" d="M12.414 1.414L20.899 9.9l-8.485 8.486L3.929 9.9z"/></defs><g fill="none"><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4 21.314h16v1H4z"/><use href="#SVGFHhwLbcW"/><g stroke="currentColor" strokeLinecap="square" strokeWidth="2"><use href="#SVGFHhwLbcW"/><path d="m6.757 12.728l2.829 2.828L8.17 16.97H5.343l-1.414-1.414z"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><defs><path id="SVGFHhwLbcW" d="M12.414 1.414L20.899 9.9l-8.485 8.486L3.929 9.9z"/></defs><g fill="none"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 21.314h16v1H4z"/><use href="#SVGFHhwLbcW"/><g stroke="currentColor" stroke-linecap="square" stroke-width="2"><use href="#SVGFHhwLbcW"/><path d="m6.757 12.728l2.829 2.828L8.17 16.97H5.343l-1.414-1.414z"/></g></g></svg> </template>
CSS
.icon-font-background {
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%2025%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGFHhwLbcW%22%20d%3D%22M12.414%201.414L20.899%209.9l-8.485%208.486L3.929%209.9z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2021.314h16v1H4z%22%2F%3E%3Cuse%20href%3D%22%23SVGFHhwLbcW%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGFHhwLbcW%22%2F%3E%3Cpath%20d%3D%22m6.757%2012.728l2.829%202.828L8.17%2016.97H5.343l-1.414-1.414z%22%2F%3E%3C%2Fg%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%2024%2025%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGFHhwLbcW%22%20d%3D%22M12.414%201.414L20.899%209.9l-8.485%208.486L3.929%209.9z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2021.314h16v1H4z%22%2F%3E%3Cuse%20href%3D%22%23SVGFHhwLbcW%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGFHhwLbcW%22%2F%3E%3Cpath%20d%3D%22m6.757%2012.728l2.829%202.828L8.17%2016.97H5.343l-1.414-1.414z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/font-background.svg?color=%231a73e8&size=48