font-color-outline from Flowbite Icons by Themesberg · Outline · Text · MIT Free for personal and commercial use.

Name
font-color-outline
Set
Flowbite Icons
Style
Outline
Category
Text
Viewbox
24×24
License
MIT

The same icon in other sets

More text icons from Flowbite Icons

Use the font color icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m6.082 15.982l1.573-4m-1.573 4h-1.1m1.1 0h1.65m-.077-4l2.725-6.93a.11.11 0 0 1 .204 0l2.725 6.93m-5.654 0h-.006m.006 0h5.654m0 0l.617 1.569m5.11 4.453c0 1.102-.854 1.996-1.908 1.996s-1.908-.894-1.908-1.996c0-1.103 1.908-4.128 1.908-4.128s1.908 3.025 1.908 4.128Z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteFontColorOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="m6.082 15.982l1.573-4m-1.573 4h-1.1m1.1 0h1.65m-.077-4l2.725-6.93a.11.11 0 0 1 .204 0l2.725 6.93m-5.654 0h-.006m.006 0h5.654m0 0l.617 1.569m5.11 4.453c0 1.102-.854 1.996-1.908 1.996s-1.908-.894-1.908-1.996c0-1.103 1.908-4.128 1.908-4.128s1.908 3.025 1.908 4.128Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m6.082 15.982l1.573-4m-1.573 4h-1.1m1.1 0h1.65m-.077-4l2.725-6.93a.11.11 0 0 1 .204 0l2.725 6.93m-5.654 0h-.006m.006 0h5.654m0 0l.617 1.569m5.11 4.453c0 1.102-.854 1.996-1.908 1.996s-1.908-.894-1.908-1.996c0-1.103 1.908-4.128 1.908-4.128s1.908 3.025 1.908 4.128Z"/></svg>
</template>

CSS

.icon-font-color-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m6.082%2015.982l1.573-4m-1.573%204h-1.1m1.1%200h1.65m-.077-4l2.725-6.93a.11.11%200%200%201%20.204%200l2.725%206.93m-5.654%200h-.006m.006%200h5.654m0%200l.617%201.569m5.11%204.453c0%201.102-.854%201.996-1.908%201.996s-1.908-.894-1.908-1.996c0-1.103%201.908-4.128%201.908-4.128s1.908%203.025%201.908%204.128Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m6.082%2015.982l1.573-4m-1.573%204h-1.1m1.1%200h1.65m-.077-4l2.725-6.93a.11.11%200%200%201%20.204%200l2.725%206.93m-5.654%200h-.006m.006%200h5.654m0%200l.617%201.569m5.11%204.453c0%201.102-.854%201.996-1.908%201.996s-1.908-.894-1.908-1.996c0-1.103%201.908-4.128%201.908-4.128s1.908%203.025%201.908%204.128Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/font-color-outline.svg?color=%231a73e8&size=48