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

Name
text-whole-word-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 whole word icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 5.75a2.4 2.4 0 0 0-1.25.353V2a.75.75 0 0 0-1.5 0v9.5a.75.75 0 0 0 1.416.344c.405.267.86.406 1.334.406c1.517 0 2.75-1.458 2.75-3.25s-1.233-3.25-2.75-3.25m0 5c-.524 0-1.25-.608-1.25-1.75s.726-1.75 1.25-1.75s1.25.608 1.25 1.75s-.726 1.75-1.25 1.75M4.867 5.419l-.195-.007c-.812-.012-1.459.14-1.938.475a.751.751 0 0 0 .861 1.228c.156-.11.495-.234 1.199-.198c.545.027.825.194.918.572a5.3 5.3 0 0 0-1.637-.066c-1.413.171-2.326 1.118-2.326 2.411c0 1.4 1.017 2.417 2.417 2.417c.52 0 1.062-.144 1.651-.438c.12.26.386.438.698.438l.085-.007a.755.755 0 0 0 .647-.735V7.834l-.003-.148c-.06-1.348-.948-2.195-2.38-2.267zm.858 3.638l.023 1.082l-.053.036c-1.454.957-2.448.667-2.447-.316c0-.53.339-.84 1.007-.922a3.8 3.8 0 0 1 1.47.12M1.5 15h13c.827 0 1.5-.673 1.5-1.5v-.75a.75.75 0 0 0-1.5 0v.75h-13v-.75a.75.75 0 0 0-1.5 0v.75c0 .827.673 1.5 1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextWholeWord16Filled(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="M11.5 5.75a2.4 2.4 0 0 0-1.25.353V2a.75.75 0 0 0-1.5 0v9.5a.75.75 0 0 0 1.416.344c.405.267.86.406 1.334.406c1.517 0 2.75-1.458 2.75-3.25s-1.233-3.25-2.75-3.25m0 5c-.524 0-1.25-.608-1.25-1.75s.726-1.75 1.25-1.75s1.25.608 1.25 1.75s-.726 1.75-1.25 1.75M4.867 5.419l-.195-.007c-.812-.012-1.459.14-1.938.475a.751.751 0 0 0 .861 1.228c.156-.11.495-.234 1.199-.198c.545.027.825.194.918.572a5.3 5.3 0 0 0-1.637-.066c-1.413.171-2.326 1.118-2.326 2.411c0 1.4 1.017 2.417 2.417 2.417c.52 0 1.062-.144 1.651-.438c.12.26.386.438.698.438l.085-.007a.755.755 0 0 0 .647-.735V7.834l-.003-.148c-.06-1.348-.948-2.195-2.38-2.267zm.858 3.638l.023 1.082l-.053.036c-1.454.957-2.448.667-2.447-.316c0-.53.339-.84 1.007-.922a3.8 3.8 0 0 1 1.47.12M1.5 15h13c.827 0 1.5-.673 1.5-1.5v-.75a.75.75 0 0 0-1.5 0v.75h-13v-.75a.75.75 0 0 0-1.5 0v.75c0 .827.673 1.5 1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 5.75a2.4 2.4 0 0 0-1.25.353V2a.75.75 0 0 0-1.5 0v9.5a.75.75 0 0 0 1.416.344c.405.267.86.406 1.334.406c1.517 0 2.75-1.458 2.75-3.25s-1.233-3.25-2.75-3.25m0 5c-.524 0-1.25-.608-1.25-1.75s.726-1.75 1.25-1.75s1.25.608 1.25 1.75s-.726 1.75-1.25 1.75M4.867 5.419l-.195-.007c-.812-.012-1.459.14-1.938.475a.751.751 0 0 0 .861 1.228c.156-.11.495-.234 1.199-.198c.545.027.825.194.918.572a5.3 5.3 0 0 0-1.637-.066c-1.413.171-2.326 1.118-2.326 2.411c0 1.4 1.017 2.417 2.417 2.417c.52 0 1.062-.144 1.651-.438c.12.26.386.438.698.438l.085-.007a.755.755 0 0 0 .647-.735V7.834l-.003-.148c-.06-1.348-.948-2.195-2.38-2.267zm.858 3.638l.023 1.082l-.053.036c-1.454.957-2.448.667-2.447-.316c0-.53.339-.84 1.007-.922a3.8 3.8 0 0 1 1.47.12M1.5 15h13c.827 0 1.5-.673 1.5-1.5v-.75a.75.75 0 0 0-1.5 0v.75h-13v-.75a.75.75 0 0 0-1.5 0v.75c0 .827.673 1.5 1.5 1.5"/></svg>
</template>

CSS

.icon-text-whole-word-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%22M11.5%205.75a2.4%202.4%200%200%200-1.25.353V2a.75.75%200%200%200-1.5%200v9.5a.75.75%200%200%200%201.416.344c.405.267.86.406%201.334.406c1.517%200%202.75-1.458%202.75-3.25s-1.233-3.25-2.75-3.25m0%205c-.524%200-1.25-.608-1.25-1.75s.726-1.75%201.25-1.75s1.25.608%201.25%201.75s-.726%201.75-1.25%201.75M4.867%205.419l-.195-.007c-.812-.012-1.459.14-1.938.475a.751.751%200%200%200%20.861%201.228c.156-.11.495-.234%201.199-.198c.545.027.825.194.918.572a5.3%205.3%200%200%200-1.637-.066c-1.413.171-2.326%201.118-2.326%202.411c0%201.4%201.017%202.417%202.417%202.417c.52%200%201.062-.144%201.651-.438c.12.26.386.438.698.438l.085-.007a.755.755%200%200%200%20.647-.735V7.834l-.003-.148c-.06-1.348-.948-2.195-2.38-2.267zm.858%203.638l.023%201.082l-.053.036c-1.454.957-2.448.667-2.447-.316c0-.53.339-.84%201.007-.922a3.8%203.8%200%200%201%201.47.12M1.5%2015h13c.827%200%201.5-.673%201.5-1.5v-.75a.75.75%200%200%200-1.5%200v.75h-13v-.75a.75.75%200%200%200-1.5%200v.75c0%20.827.673%201.5%201.5%201.5%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%22M11.5%205.75a2.4%202.4%200%200%200-1.25.353V2a.75.75%200%200%200-1.5%200v9.5a.75.75%200%200%200%201.416.344c.405.267.86.406%201.334.406c1.517%200%202.75-1.458%202.75-3.25s-1.233-3.25-2.75-3.25m0%205c-.524%200-1.25-.608-1.25-1.75s.726-1.75%201.25-1.75s1.25.608%201.25%201.75s-.726%201.75-1.25%201.75M4.867%205.419l-.195-.007c-.812-.012-1.459.14-1.938.475a.751.751%200%200%200%20.861%201.228c.156-.11.495-.234%201.199-.198c.545.027.825.194.918.572a5.3%205.3%200%200%200-1.637-.066c-1.413.171-2.326%201.118-2.326%202.411c0%201.4%201.017%202.417%202.417%202.417c.52%200%201.062-.144%201.651-.438c.12.26.386.438.698.438l.085-.007a.755.755%200%200%200%20.647-.735V7.834l-.003-.148c-.06-1.348-.948-2.195-2.38-2.267zm.858%203.638l.023%201.082l-.053.036c-1.454.957-2.448.667-2.447-.316c0-.53.339-.84%201.007-.922a3.8%203.8%200%200%201%201.47.12M1.5%2015h13c.827%200%201.5-.673%201.5-1.5v-.75a.75.75%200%200%200-1.5%200v.75h-13v-.75a.75.75%200%200%200-1.5%200v.75c0%20.827.673%201.5%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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