text-effects-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-effects-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text effects icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.758 3.818a3 3 0 0 0-5.515 0l-4.26 9.94l-.053.124l-1.687 3.936a3 3 0 0 0 5.515 2.364L9.693 18h4.615l.935 2.182a3 3 0 1 0 5.515-2.364l-1.687-3.936l-.053-.125zm-1.838.788l4.277 9.98l.018.041l1.705 3.98a1 1 0 1 1-1.838.787L15.627 16H8.374L6.92 19.394a1 1 0 1 1-1.838-.788l1.705-3.979q.007-.02.018-.041l4.277-9.98a1 1 0 0 1 1.838 0M14.77 14H9.232L12 7.54z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEffects24Filled(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="M14.758 3.818a3 3 0 0 0-5.515 0l-4.26 9.94l-.053.124l-1.687 3.936a3 3 0 0 0 5.515 2.364L9.693 18h4.615l.935 2.182a3 3 0 1 0 5.515-2.364l-1.687-3.936l-.053-.125zm-1.838.788l4.277 9.98l.018.041l1.705 3.98a1 1 0 1 1-1.838.787L15.627 16H8.374L6.92 19.394a1 1 0 1 1-1.838-.788l1.705-3.979q.007-.02.018-.041l4.277-9.98a1 1 0 0 1 1.838 0M14.77 14H9.232L12 7.54z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.758 3.818a3 3 0 0 0-5.515 0l-4.26 9.94l-.053.124l-1.687 3.936a3 3 0 0 0 5.515 2.364L9.693 18h4.615l.935 2.182a3 3 0 1 0 5.515-2.364l-1.687-3.936l-.053-.125zm-1.838.788l4.277 9.98l.018.041l1.705 3.98a1 1 0 1 1-1.838.787L15.627 16H8.374L6.92 19.394a1 1 0 1 1-1.838-.788l1.705-3.979q.007-.02.018-.041l4.277-9.98a1 1 0 0 1 1.838 0M14.77 14H9.232L12 7.54z"/></svg>
</template>

CSS

.icon-text-effects-24-filled {
  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%22M14.758%203.818a3%203%200%200%200-5.515%200l-4.26%209.94l-.053.124l-1.687%203.936a3%203%200%200%200%205.515%202.364L9.693%2018h4.615l.935%202.182a3%203%200%201%200%205.515-2.364l-1.687-3.936l-.053-.125zm-1.838.788l4.277%209.98l.018.041l1.705%203.98a1%201%200%201%201-1.838.787L15.627%2016H8.374L6.92%2019.394a1%201%200%201%201-1.838-.788l1.705-3.979q.007-.02.018-.041l4.277-9.98a1%201%200%200%201%201.838%200M14.77%2014H9.232L12%207.54z%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%22M14.758%203.818a3%203%200%200%200-5.515%200l-4.26%209.94l-.053.124l-1.687%203.936a3%203%200%200%200%205.515%202.364L9.693%2018h4.615l.935%202.182a3%203%200%201%200%205.515-2.364l-1.687-3.936l-.053-.125zm-1.838.788l4.277%209.98l.018.041l1.705%203.98a1%201%200%201%201-1.838.787L15.627%2016H8.374L6.92%2019.394a1%201%200%201%201-1.838-.788l1.705-3.979q.007-.02.018-.041l4.277-9.98a1%201%200%200%201%201.838%200M14.77%2014H9.232L12%207.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-effects-24-filled.svg?color=%231a73e8&size=48