file word icon
file-word from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- file-word
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
file-word-filledAnt Design Iconsfile-wordBootstrap Iconsfile-wordFont Awesome 6 Regularfile-wordFont Awesome 6 Solidfile-wordFont Awesome Regularfile-wordFont Awesome Solidfile-word-outlineFlowbite Iconsfile-wordIconParkfile-wordIconPark Outlinefile-wordIconPark Solidfile-wordIconPark TwoTonefile-wordLine Awesomefile-wordMaterial Design Iconsfile-word-fillRemix Iconfile-wordTabler Iconsfile-wordTDesign Icons
Related icons in Prime Icons
Use the file word icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.53 8.97l-5.5-5.5a.75.75 0 0 0-.53-.22H8C6.48 3.25 5.25 4.48 5.25 6v12c0 1.52 1.23 2.75 2.75 2.75h8c1.52 0 2.75-1.23 2.75-2.75V9.5c0-.2-.08-.39-.22-.53m-5.28-3.16l2.94 2.94h-2.94zM16 19.25H8c-.69 0-1.25-.56-1.25-1.25V6c0-.69.56-1.25 1.25-1.25h3.75V9.5c0 .41.34.75.75.75h4.75V18c0 .69-.56 1.25-1.25 1.25m.22-6.53l-1.5 5c-.09.3-.37.52-.69.53H14c-.31 0-.58-.19-.7-.47L12 14.52l-1.3 3.26c-.12.3-.41.49-.73.47a.76.76 0 0 1-.69-.53l-1.5-5a.748.748 0 0 1 1.43-.43l.88 2.94l1.2-3.01c.23-.57 1.17-.57 1.39 0l1.2 3.01l.88-2.94c.12-.4.54-.62.93-.5c.4.12.62.54.5.93Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFileWord(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="m18.53 8.97l-5.5-5.5a.75.75 0 0 0-.53-.22H8C6.48 3.25 5.25 4.48 5.25 6v12c0 1.52 1.23 2.75 2.75 2.75h8c1.52 0 2.75-1.23 2.75-2.75V9.5c0-.2-.08-.39-.22-.53m-5.28-3.16l2.94 2.94h-2.94zM16 19.25H8c-.69 0-1.25-.56-1.25-1.25V6c0-.69.56-1.25 1.25-1.25h3.75V9.5c0 .41.34.75.75.75h4.75V18c0 .69-.56 1.25-1.25 1.25m.22-6.53l-1.5 5c-.09.3-.37.52-.69.53H14c-.31 0-.58-.19-.7-.47L12 14.52l-1.3 3.26c-.12.3-.41.49-.73.47a.76.76 0 0 1-.69-.53l-1.5-5a.748.748 0 0 1 1.43-.43l.88 2.94l1.2-3.01c.23-.57 1.17-.57 1.39 0l1.2 3.01l.88-2.94c.12-.4.54-.62.93-.5c.4.12.62.54.5.93Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.53 8.97l-5.5-5.5a.75.75 0 0 0-.53-.22H8C6.48 3.25 5.25 4.48 5.25 6v12c0 1.52 1.23 2.75 2.75 2.75h8c1.52 0 2.75-1.23 2.75-2.75V9.5c0-.2-.08-.39-.22-.53m-5.28-3.16l2.94 2.94h-2.94zM16 19.25H8c-.69 0-1.25-.56-1.25-1.25V6c0-.69.56-1.25 1.25-1.25h3.75V9.5c0 .41.34.75.75.75h4.75V18c0 .69-.56 1.25-1.25 1.25m.22-6.53l-1.5 5c-.09.3-.37.52-.69.53H14c-.31 0-.58-.19-.7-.47L12 14.52l-1.3 3.26c-.12.3-.41.49-.73.47a.76.76 0 0 1-.69-.53l-1.5-5a.748.748 0 0 1 1.43-.43l.88 2.94l1.2-3.01c.23-.57 1.17-.57 1.39 0l1.2 3.01l.88-2.94c.12-.4.54-.62.93-.5c.4.12.62.54.5.93Z"/></svg> </template>
CSS
.icon-file-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.53%208.97l-5.5-5.5a.75.75%200%200%200-.53-.22H8C6.48%203.25%205.25%204.48%205.25%206v12c0%201.52%201.23%202.75%202.75%202.75h8c1.52%200%202.75-1.23%202.75-2.75V9.5c0-.2-.08-.39-.22-.53m-5.28-3.16l2.94%202.94h-2.94zM16%2019.25H8c-.69%200-1.25-.56-1.25-1.25V6c0-.69.56-1.25%201.25-1.25h3.75V9.5c0%20.41.34.75.75.75h4.75V18c0%20.69-.56%201.25-1.25%201.25m.22-6.53l-1.5%205c-.09.3-.37.52-.69.53H14c-.31%200-.58-.19-.7-.47L12%2014.52l-1.3%203.26c-.12.3-.41.49-.73.47a.76.76%200%200%201-.69-.53l-1.5-5a.748.748%200%200%201%201.43-.43l.88%202.94l1.2-3.01c.23-.57%201.17-.57%201.39%200l1.2%203.01l.88-2.94c.12-.4.54-.62.93-.5c.4.12.62.54.5.93Z%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%22m18.53%208.97l-5.5-5.5a.75.75%200%200%200-.53-.22H8C6.48%203.25%205.25%204.48%205.25%206v12c0%201.52%201.23%202.75%202.75%202.75h8c1.52%200%202.75-1.23%202.75-2.75V9.5c0-.2-.08-.39-.22-.53m-5.28-3.16l2.94%202.94h-2.94zM16%2019.25H8c-.69%200-1.25-.56-1.25-1.25V6c0-.69.56-1.25%201.25-1.25h3.75V9.5c0%20.41.34.75.75.75h4.75V18c0%20.69-.56%201.25-1.25%201.25m.22-6.53l-1.5%205c-.09.3-.37.52-.69.53H14c-.31%200-.58-.19-.7-.47L12%2014.52l-1.3%203.26c-.12.3-.41.49-.73.47a.76.76%200%200%201-.69-.53l-1.5-5a.748.748%200%200%201%201.43-.43l.88%202.94l1.2-3.01c.23-.57%201.17-.57%201.39%200l1.2%203.01l.88-2.94c.12-.4.54-.62.93-.5c.4.12.62.54.5.93Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/file-word.svg?color=%231a73e8&size=48