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

Name
text-whole-word-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M10 2a.5.5 0 0 0-1 0v9.5a.5.5 0 0 0 1 0v-.1c.418.377.937.6 1.5.6c1.381 0 2.5-1.343 2.5-3s-1.119-3-2.5-3c-.563 0-1.082.223-1.5.6zm3 7c0 1.283-.835 2-1.5 2S10 10.283 10 9s.835-2 1.5-2s1.5.717 1.5 2M7 7.834l-.003-.137c-.054-1.212-.832-1.963-2.139-2.028l-.191-.007c-.753-.014-1.35.122-1.789.43a.499.499 0 1 0 .574.818c.264-.185.715-.275 1.356-.243c.82.041 1.184.406 1.191 1.144a5 5 0 0 0-1.893-.14C2.792 7.83 2 8.684 2 9.834c0 1.304.941 2.167 2.167 2.167c.565 0 1.174-.193 1.833-.57v.07l.005.068a.5.5 0 0 0 .495.432l.068-.005A.5.5 0 0 0 7 11.509zm-2.774.854a4 4 0 0 1 1.571.128v.001l.202.06v1.393l-.165.113c-.656.432-1.214.642-1.668.642c-.692 0-1.167-.436-1.167-1.167c0-.633.405-1.07 1.227-1.17M16 13.5V13a.5.5 0 1 0-1 0v.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V13a.5.5 0 1 0-1 0v.5A1.5 1.5 0 0 0 1.5 15h13a1.497 1.497 0 0 0 1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextWholeWord16Regular(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="M10 2a.5.5 0 0 0-1 0v9.5a.5.5 0 0 0 1 0v-.1c.418.377.937.6 1.5.6c1.381 0 2.5-1.343 2.5-3s-1.119-3-2.5-3c-.563 0-1.082.223-1.5.6zm3 7c0 1.283-.835 2-1.5 2S10 10.283 10 9s.835-2 1.5-2s1.5.717 1.5 2M7 7.834l-.003-.137c-.054-1.212-.832-1.963-2.139-2.028l-.191-.007c-.753-.014-1.35.122-1.789.43a.499.499 0 1 0 .574.818c.264-.185.715-.275 1.356-.243c.82.041 1.184.406 1.191 1.144a5 5 0 0 0-1.893-.14C2.792 7.83 2 8.684 2 9.834c0 1.304.941 2.167 2.167 2.167c.565 0 1.174-.193 1.833-.57v.07l.005.068a.5.5 0 0 0 .495.432l.068-.005A.5.5 0 0 0 7 11.509zm-2.774.854a4 4 0 0 1 1.571.128v.001l.202.06v1.393l-.165.113c-.656.432-1.214.642-1.668.642c-.692 0-1.167-.436-1.167-1.167c0-.633.405-1.07 1.227-1.17M16 13.5V13a.5.5 0 1 0-1 0v.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V13a.5.5 0 1 0-1 0v.5A1.5 1.5 0 0 0 1.5 15h13a1.497 1.497 0 0 0 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="M10 2a.5.5 0 0 0-1 0v9.5a.5.5 0 0 0 1 0v-.1c.418.377.937.6 1.5.6c1.381 0 2.5-1.343 2.5-3s-1.119-3-2.5-3c-.563 0-1.082.223-1.5.6zm3 7c0 1.283-.835 2-1.5 2S10 10.283 10 9s.835-2 1.5-2s1.5.717 1.5 2M7 7.834l-.003-.137c-.054-1.212-.832-1.963-2.139-2.028l-.191-.007c-.753-.014-1.35.122-1.789.43a.499.499 0 1 0 .574.818c.264-.185.715-.275 1.356-.243c.82.041 1.184.406 1.191 1.144a5 5 0 0 0-1.893-.14C2.792 7.83 2 8.684 2 9.834c0 1.304.941 2.167 2.167 2.167c.565 0 1.174-.193 1.833-.57v.07l.005.068a.5.5 0 0 0 .495.432l.068-.005A.5.5 0 0 0 7 11.509zm-2.774.854a4 4 0 0 1 1.571.128v.001l.202.06v1.393l-.165.113c-.656.432-1.214.642-1.668.642c-.692 0-1.167-.436-1.167-1.167c0-.633.405-1.07 1.227-1.17M16 13.5V13a.5.5 0 1 0-1 0v.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V13a.5.5 0 1 0-1 0v.5A1.5 1.5 0 0 0 1.5 15h13a1.497 1.497 0 0 0 1.5-1.5"/></svg>
</template>

CSS

.icon-text-whole-word-16-regular {
  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%22M10%202a.5.5%200%200%200-1%200v9.5a.5.5%200%200%200%201%200v-.1c.418.377.937.6%201.5.6c1.381%200%202.5-1.343%202.5-3s-1.119-3-2.5-3c-.563%200-1.082.223-1.5.6zm3%207c0%201.283-.835%202-1.5%202S10%2010.283%2010%209s.835-2%201.5-2s1.5.717%201.5%202M7%207.834l-.003-.137c-.054-1.212-.832-1.963-2.139-2.028l-.191-.007c-.753-.014-1.35.122-1.789.43a.499.499%200%201%200%20.574.818c.264-.185.715-.275%201.356-.243c.82.041%201.184.406%201.191%201.144a5%205%200%200%200-1.893-.14C2.792%207.83%202%208.684%202%209.834c0%201.304.941%202.167%202.167%202.167c.565%200%201.174-.193%201.833-.57v.07l.005.068a.5.5%200%200%200%20.495.432l.068-.005A.5.5%200%200%200%207%2011.509zm-2.774.854a4%204%200%200%201%201.571.128v.001l.202.06v1.393l-.165.113c-.656.432-1.214.642-1.668.642c-.692%200-1.167-.436-1.167-1.167c0-.633.405-1.07%201.227-1.17M16%2013.5V13a.5.5%200%201%200-1%200v.5a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201-.5-.5V13a.5.5%200%201%200-1%200v.5A1.5%201.5%200%200%200%201.5%2015h13a1.497%201.497%200%200%200%201.5-1.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%22M10%202a.5.5%200%200%200-1%200v9.5a.5.5%200%200%200%201%200v-.1c.418.377.937.6%201.5.6c1.381%200%202.5-1.343%202.5-3s-1.119-3-2.5-3c-.563%200-1.082.223-1.5.6zm3%207c0%201.283-.835%202-1.5%202S10%2010.283%2010%209s.835-2%201.5-2s1.5.717%201.5%202M7%207.834l-.003-.137c-.054-1.212-.832-1.963-2.139-2.028l-.191-.007c-.753-.014-1.35.122-1.789.43a.499.499%200%201%200%20.574.818c.264-.185.715-.275%201.356-.243c.82.041%201.184.406%201.191%201.144a5%205%200%200%200-1.893-.14C2.792%207.83%202%208.684%202%209.834c0%201.304.941%202.167%202.167%202.167c.565%200%201.174-.193%201.833-.57v.07l.005.068a.5.5%200%200%200%20.495.432l.068-.005A.5.5%200%200%200%207%2011.509zm-2.774.854a4%204%200%200%201%201.571.128v.001l.202.06v1.393l-.165.113c-.656.432-1.214.642-1.668.642c-.692%200-1.167-.436-1.167-1.167c0-.633.405-1.07%201.227-1.17M16%2013.5V13a.5.5%200%201%200-1%200v.5a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201-.5-.5V13a.5.5%200%201%200-1%200v.5A1.5%201.5%200%200%200%201.5%2015h13a1.497%201.497%200%200%200%201.5-1.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-regular.svg?color=%231a73e8&size=48