text position tight icon
text-position-tight-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-position-tight-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- text-wrap-tight-24-regular
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text position tight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 4a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5zM3 8.25a.75.75 0 0 1 .75-.75h4.68A5 5 0 0 0 7.415 9H3.75A.75.75 0 0 1 3 8.25M15.465 9a4 4 0 0 0-1.527-1.5A4 4 0 0 0 12 7c-.703 0-1.364.181-1.938.5A4 4 0 0 0 8.535 9A4 4 0 0 0 8 11v4.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11A2.496 2.496 0 0 1 12 8.5a2.496 2.496 0 0 1 2.5 2.5v4.75a.747.747 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11c0-.729-.195-1.412-.535-2M3.75 11H7v1.5H3.75a.75.75 0 0 1 0-1.5m0 3.5H7v1.25q0 .127.018.25H3.75a.75.75 0 0 1 0-1.5m16.5 1.5h-3.268q.018-.123.018-.25V14.5h3.25a.75.75 0 0 1 0 1.5m0-3.5H17V11h3.25a.75.75 0 0 1 0 1.5m0-3.5h-3.666a5 5 0 0 0-1.013-1.5h4.679a.75.75 0 0 1 0 1.5m-16.5 9a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextPositionTight24Regular(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="M3.75 4a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5zM3 8.25a.75.75 0 0 1 .75-.75h4.68A5 5 0 0 0 7.415 9H3.75A.75.75 0 0 1 3 8.25M15.465 9a4 4 0 0 0-1.527-1.5A4 4 0 0 0 12 7c-.703 0-1.364.181-1.938.5A4 4 0 0 0 8.535 9A4 4 0 0 0 8 11v4.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11A2.496 2.496 0 0 1 12 8.5a2.496 2.496 0 0 1 2.5 2.5v4.75a.747.747 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11c0-.729-.195-1.412-.535-2M3.75 11H7v1.5H3.75a.75.75 0 0 1 0-1.5m0 3.5H7v1.25q0 .127.018.25H3.75a.75.75 0 0 1 0-1.5m16.5 1.5h-3.268q.018-.123.018-.25V14.5h3.25a.75.75 0 0 1 0 1.5m0-3.5H17V11h3.25a.75.75 0 0 1 0 1.5m0-3.5h-3.666a5 5 0 0 0-1.013-1.5h4.679a.75.75 0 0 1 0 1.5m-16.5 9a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 4a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5zM3 8.25a.75.75 0 0 1 .75-.75h4.68A5 5 0 0 0 7.415 9H3.75A.75.75 0 0 1 3 8.25M15.465 9a4 4 0 0 0-1.527-1.5A4 4 0 0 0 12 7c-.703 0-1.364.181-1.938.5A4 4 0 0 0 8.535 9A4 4 0 0 0 8 11v4.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11A2.496 2.496 0 0 1 12 8.5a2.496 2.496 0 0 1 2.5 2.5v4.75a.747.747 0 0 0 .75.75a.75.75 0 0 0 .75-.75V11c0-.729-.195-1.412-.535-2M3.75 11H7v1.5H3.75a.75.75 0 0 1 0-1.5m0 3.5H7v1.25q0 .127.018.25H3.75a.75.75 0 0 1 0-1.5m16.5 1.5h-3.268q.018-.123.018-.25V14.5h3.25a.75.75 0 0 1 0 1.5m0-3.5H17V11h3.25a.75.75 0 0 1 0 1.5m0-3.5h-3.666a5 5 0 0 0-1.013-1.5h4.679a.75.75 0 0 1 0 1.5m-16.5 9a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-text-position-tight-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%204a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5zM3%208.25a.75.75%200%200%201%20.75-.75h4.68A5%205%200%200%200%207.415%209H3.75A.75.75%200%200%201%203%208.25M15.465%209a4%204%200%200%200-1.527-1.5A4%204%200%200%200%2012%207c-.703%200-1.364.181-1.938.5A4%204%200%200%200%208.535%209A4%204%200%200%200%208%2011v4.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75V11A2.496%202.496%200%200%201%2012%208.5a2.496%202.496%200%200%201%202.5%202.5v4.75a.747.747%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75V11c0-.729-.195-1.412-.535-2M3.75%2011H7v1.5H3.75a.75.75%200%200%201%200-1.5m0%203.5H7v1.25q0%20.127.018.25H3.75a.75.75%200%200%201%200-1.5m16.5%201.5h-3.268q.018-.123.018-.25V14.5h3.25a.75.75%200%200%201%200%201.5m0-3.5H17V11h3.25a.75.75%200%200%201%200%201.5m0-3.5h-3.666a5%205%200%200%200-1.013-1.5h4.679a.75.75%200%200%201%200%201.5m-16.5%209a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5z%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%22M3.75%204a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5zM3%208.25a.75.75%200%200%201%20.75-.75h4.68A5%205%200%200%200%207.415%209H3.75A.75.75%200%200%201%203%208.25M15.465%209a4%204%200%200%200-1.527-1.5A4%204%200%200%200%2012%207c-.703%200-1.364.181-1.938.5A4%204%200%200%200%208.535%209A4%204%200%200%200%208%2011v4.75a.75.75%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75V11A2.496%202.496%200%200%201%2012%208.5a2.496%202.496%200%200%201%202.5%202.5v4.75a.747.747%200%200%200%20.75.75a.75.75%200%200%200%20.75-.75V11c0-.729-.195-1.412-.535-2M3.75%2011H7v1.5H3.75a.75.75%200%200%201%200-1.5m0%203.5H7v1.25q0%20.127.018.25H3.75a.75.75%200%200%201%200-1.5m16.5%201.5h-3.268q.018-.123.018-.25V14.5h3.25a.75.75%200%200%201%200%201.5m0-3.5H17V11h3.25a.75.75%200%200%201%200%201.5m0-3.5h-3.666a5%205%200%200%200-1.013-1.5h4.679a.75.75%200%200%201%200%201.5m-16.5%209a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-position-tight-24-regular.svg?color=%231a73e8&size=48