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

Name
text-asterisk-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text asterisk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 14.25a.75.75 0 0 1-.75-.75V9.811L4.641 12.42a.75.75 0 0 1-.531.219a.75.75 0 0 1-.53-.219a.75.75 0 0 1 0-1.061L6.189 8.75h-3.69a.75.75 0 0 1 0-1.5h3.689L3.579 4.641a.75.75 0 0 1 0-1.061a.74.74 0 0 1 .53-.219c.2 0 .389.078.53.219l2.609 2.609V2.5a.75.75 0 0 1 1.5 0v3.689l2.609-2.609a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.061L9.808 7.25h3.689a.75.75 0 1 1 .002 1.5H9.81l2.609 2.609a.75.75 0 0 1-1.062 1.061L8.748 9.811V13.5a.75.75 0 0 1-.75.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextAsterisk16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 14.25a.75.75 0 0 1-.75-.75V9.811L4.641 12.42a.75.75 0 0 1-.531.219a.75.75 0 0 1-.53-.219a.75.75 0 0 1 0-1.061L6.189 8.75h-3.69a.75.75 0 0 1 0-1.5h3.689L3.579 4.641a.75.75 0 0 1 0-1.061a.74.74 0 0 1 .53-.219c.2 0 .389.078.53.219l2.609 2.609V2.5a.75.75 0 0 1 1.5 0v3.689l2.609-2.609a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.061L9.808 7.25h3.689a.75.75 0 1 1 .002 1.5H9.81l2.609 2.609a.75.75 0 0 1-1.062 1.061L8.748 9.811V13.5a.75.75 0 0 1-.75.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 14.25a.75.75 0 0 1-.75-.75V9.811L4.641 12.42a.75.75 0 0 1-.531.219a.75.75 0 0 1-.53-.219a.75.75 0 0 1 0-1.061L6.189 8.75h-3.69a.75.75 0 0 1 0-1.5h3.689L3.579 4.641a.75.75 0 0 1 0-1.061a.74.74 0 0 1 .53-.219c.2 0 .389.078.53.219l2.609 2.609V2.5a.75.75 0 0 1 1.5 0v3.689l2.609-2.609a.75.75 0 0 1 1.06 0a.75.75 0 0 1 0 1.061L9.808 7.25h3.689a.75.75 0 1 1 .002 1.5H9.81l2.609 2.609a.75.75 0 0 1-1.062 1.061L8.748 9.811V13.5a.75.75 0 0 1-.75.75z"/></svg>
</template>

CSS

.icon-text-asterisk-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014.25a.75.75%200%200%201-.75-.75V9.811L4.641%2012.42a.75.75%200%200%201-.531.219a.75.75%200%200%201-.53-.219a.75.75%200%200%201%200-1.061L6.189%208.75h-3.69a.75.75%200%200%201%200-1.5h3.689L3.579%204.641a.75.75%200%200%201%200-1.061a.74.74%200%200%201%20.53-.219c.2%200%20.389.078.53.219l2.609%202.609V2.5a.75.75%200%200%201%201.5%200v3.689l2.609-2.609a.75.75%200%200%201%201.06%200a.75.75%200%200%201%200%201.061L9.808%207.25h3.689a.75.75%200%201%201%20.002%201.5H9.81l2.609%202.609a.75.75%200%200%201-1.062%201.061L8.748%209.811V13.5a.75.75%200%200%201-.75.75z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014.25a.75.75%200%200%201-.75-.75V9.811L4.641%2012.42a.75.75%200%200%201-.531.219a.75.75%200%200%201-.53-.219a.75.75%200%200%201%200-1.061L6.189%208.75h-3.69a.75.75%200%200%201%200-1.5h3.689L3.579%204.641a.75.75%200%200%201%200-1.061a.74.74%200%200%201%20.53-.219c.2%200%20.389.078.53.219l2.609%202.609V2.5a.75.75%200%200%201%201.5%200v3.689l2.609-2.609a.75.75%200%200%201%201.06%200a.75.75%200%200%201%200%201.061L9.808%207.25h3.689a.75.75%200%201%201%20.002%201.5H9.81l2.609%202.609a.75.75%200%200%201-1.062%201.061L8.748%209.811V13.5a.75.75%200%200%201-.75.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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