whole word icon
whole-word from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- whole-word
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the whole word icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 13.5c0 .464 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078c-.194.031-.426.031-.891.031H5c-.465 0-.697 0-.891-.03a2.5 2.5 0 0 1-2.079-2.08C2 14.197 2 13.964 2 13.5"/><path d="M7.496 11.56h2m-3 2l1.036-3.878c.388-1.455.583-2.182.967-2.182s.578.728.965 2.183l1.032 3.877m5.004-3.001H14m1.5 0a1.5 1.5 0 0 0 0-3H15c-.471 0-.707 0-.854.146c-.146.146-.146.382-.146.854v2m1.5 0a1.5 1.5 0 0 1 0 3H15c-.471 0-.707 0-.854-.147C14 13.266 14 13.03 14 12.56v-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWholeWord(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 13.5c0 .464 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078c-.194.031-.426.031-.891.031H5c-.465 0-.697 0-.891-.03a2.5 2.5 0 0 1-2.079-2.08C2 14.197 2 13.964 2 13.5"/><path d="M7.496 11.56h2m-3 2l1.036-3.878c.388-1.455.583-2.182.967-2.182s.578.728.965 2.183l1.032 3.877m5.004-3.001H14m1.5 0a1.5 1.5 0 0 0 0-3H15c-.471 0-.707 0-.854.146c-.146.146-.146.382-.146.854v2m1.5 0a1.5 1.5 0 0 1 0 3H15c-.471 0-.707 0-.854-.147C14 13.266 14 13.03 14 12.56v-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 13.5c0 .464 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078c-.194.031-.426.031-.891.031H5c-.465 0-.697 0-.891-.03a2.5 2.5 0 0 1-2.079-2.08C2 14.197 2 13.964 2 13.5"/><path d="M7.496 11.56h2m-3 2l1.036-3.878c.388-1.455.583-2.182.967-2.182s.578.728.965 2.183l1.032 3.877m5.004-3.001H14m1.5 0a1.5 1.5 0 0 0 0-3H15c-.471 0-.707 0-.854.146c-.146.146-.146.382-.146.854v2m1.5 0a1.5 1.5 0 0 1 0 3H15c-.471 0-.707 0-.854-.147C14 13.266 14 13.03 14 12.56v-2"/></g></svg> </template>
CSS
.icon-whole-word {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2013.5c0%20.464%200%20.697-.03.891a2.5%202.5%200%200%201-2.079%202.078c-.194.031-.426.031-.891.031H5c-.465%200-.697%200-.891-.03a2.5%202.5%200%200%201-2.079-2.08C2%2014.197%202%2013.964%202%2013.5%22%2F%3E%3Cpath%20d%3D%22M7.496%2011.56h2m-3%202l1.036-3.878c.388-1.455.583-2.182.967-2.182s.578.728.965%202.183l1.032%203.877m5.004-3.001H14m1.5%200a1.5%201.5%200%200%200%200-3H15c-.471%200-.707%200-.854.146c-.146.146-.146.382-.146.854v2m1.5%200a1.5%201.5%200%200%201%200%203H15c-.471%200-.707%200-.854-.147C14%2013.266%2014%2013.03%2014%2012.56v-2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2013.5c0%20.464%200%20.697-.03.891a2.5%202.5%200%200%201-2.079%202.078c-.194.031-.426.031-.891.031H5c-.465%200-.697%200-.891-.03a2.5%202.5%200%200%201-2.079-2.08C2%2014.197%202%2013.964%202%2013.5%22%2F%3E%3Cpath%20d%3D%22M7.496%2011.56h2m-3%202l1.036-3.878c.388-1.455.583-2.182.967-2.182s.578.728.965%202.183l1.032%203.877m5.004-3.001H14m1.5%200a1.5%201.5%200%200%200%200-3H15c-.471%200-.707%200-.854.146c-.146.146-.146.382-.146.854v2m1.5%200a1.5%201.5%200%200%201%200%203H15c-.471%200-.707%200-.854-.147C14%2013.266%2014%2013.03%2014%2012.56v-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/whole-word.svg?color=%231a73e8&size=48