font color alt icon
font-color-alt-solid from Flowbite Icons by Themesberg · Solid · Text · MIT Free for personal and commercial use.
- Name
- font-color-alt-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Text
- Viewbox
- 24×24
- License
- MIT
More text icons from Flowbite Icons
align-center-outlinealign-justify-outlinealign-left-outlinealign-right-outlinefont-color-outlinefont-family-outlinefont-highlight-outlinehorizontal-lines-outlineindent-outlinelanguage-outlineletter-bold-outlineletter-italic-outlineletter-underline-outlinelist-outlineordered-list-outlineoutdent-outlineparagraph-outlinequote-outlinesubscript-outlinesuperscript-outlinetext-size-outlinetext-slash-outlinetext-underline-outline
Use the font color alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 18.066C20 19.686 18.657 21 17 21s-3-1.314-3-2.934S17 12 17 12s3 4.446 3 6.066"/><path fill-rule="evenodd" d="m10.482 7.525l-1.36 3.457h2.719zm3.75 4.07l-2.717-6.909c-.37-.94-1.697-.94-2.066 0l-2.686 6.831a1 1 0 0 0-.08.202L5.4 14.982h-.418a1 1 0 1 0 0 2h2.75a1 1 0 1 0 0-2h-.183l.787-2h4.292l.367.935a1 1 0 1 0 1.861-.732l-.608-1.548z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFontColorAltSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 18.066C20 19.686 18.657 21 17 21s-3-1.314-3-2.934S17 12 17 12s3 4.446 3 6.066"/><path fillRule="evenodd" d="m10.482 7.525l-1.36 3.457h2.719zm3.75 4.07l-2.717-6.909c-.37-.94-1.697-.94-2.066 0l-2.686 6.831a1 1 0 0 0-.08.202L5.4 14.982h-.418a1 1 0 1 0 0 2h2.75a1 1 0 1 0 0-2h-.183l.787-2h4.292l.367.935a1 1 0 1 0 1.861-.732l-.608-1.548z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 18.066C20 19.686 18.657 21 17 21s-3-1.314-3-2.934S17 12 17 12s3 4.446 3 6.066"/><path fill-rule="evenodd" d="m10.482 7.525l-1.36 3.457h2.719zm3.75 4.07l-2.717-6.909c-.37-.94-1.697-.94-2.066 0l-2.686 6.831a1 1 0 0 0-.08.202L5.4 14.982h-.418a1 1 0 1 0 0 2h2.75a1 1 0 1 0 0-2h-.183l.787-2h4.292l.367.935a1 1 0 1 0 1.861-.732l-.608-1.548z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-font-color-alt-solid {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2018.066C20%2019.686%2018.657%2021%2017%2021s-3-1.314-3-2.934S17%2012%2017%2012s3%204.446%203%206.066%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m10.482%207.525l-1.36%203.457h2.719zm3.75%204.07l-2.717-6.909c-.37-.94-1.697-.94-2.066%200l-2.686%206.831a1%201%200%200%200-.08.202L5.4%2014.982h-.418a1%201%200%201%200%200%202h2.75a1%201%200%201%200%200-2h-.183l.787-2h4.292l.367.935a1%201%200%201%200%201.861-.732l-.608-1.548z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2018.066C20%2019.686%2018.657%2021%2017%2021s-3-1.314-3-2.934S17%2012%2017%2012s3%204.446%203%206.066%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m10.482%207.525l-1.36%203.457h2.719zm3.75%204.07l-2.717-6.909c-.37-.94-1.697-.94-2.066%200l-2.686%206.831a1%201%200%200%200-.08.202L5.4%2014.982h-.418a1%201%200%201%200%200%202h2.75a1%201%200%201%200%200-2h-.183l.787-2h4.292l.367.935a1%201%200%201%200%201.861-.732l-.608-1.548z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/font-color-alt-solid.svg?color=%231a73e8&size=48