draw text icon
draw-text-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- draw-text-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the draw text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.243 13.149H7.758L10 6.744zm.7 2l.328.935l1.569-1.57l-3.764-10.751c-.357-1.017-1.795-1.017-2.15 0L4.055 17.67a1 1 0 1 0 1.888.661l1.114-3.182zm.254 2.423l5.902-5.902a2.285 2.285 0 1 1 3.233 3.232l-5.903 5.902a2.7 2.7 0 0 1-1.247.707l-1.83.457q-.075.02-.15.027c-.59.204-2.979.574-3.827-.088c-.574-.448-.46-1.334-.218-1.818c.04-.078-.02-.18-.105-.166c-.66.103-1.243.45-1.827.799c-.783.468-1.57.936-2.549.815s-1.468-.726-1.71-1.255c-.099-.216.18-.401.388-.287c.469.255 1.106.496 1.631.38c.375-.084.904-.458 1.496-.877c1.066-.753 2.337-1.653 3.292-1.268c.84.337 1.46 1.15 1.03 2.113c-.052.118 0 .264.127.293c.423.097.778.066 1.133-.105l.428-1.712c.118-.472.362-.903.706-1.247"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrawText24Filled(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="M12.243 13.149H7.758L10 6.744zm.7 2l.328.935l1.569-1.57l-3.764-10.751c-.357-1.017-1.795-1.017-2.15 0L4.055 17.67a1 1 0 1 0 1.888.661l1.114-3.182zm.254 2.423l5.902-5.902a2.285 2.285 0 1 1 3.233 3.232l-5.903 5.902a2.7 2.7 0 0 1-1.247.707l-1.83.457q-.075.02-.15.027c-.59.204-2.979.574-3.827-.088c-.574-.448-.46-1.334-.218-1.818c.04-.078-.02-.18-.105-.166c-.66.103-1.243.45-1.827.799c-.783.468-1.57.936-2.549.815s-1.468-.726-1.71-1.255c-.099-.216.18-.401.388-.287c.469.255 1.106.496 1.631.38c.375-.084.904-.458 1.496-.877c1.066-.753 2.337-1.653 3.292-1.268c.84.337 1.46 1.15 1.03 2.113c-.052.118 0 .264.127.293c.423.097.778.066 1.133-.105l.428-1.712c.118-.472.362-.903.706-1.247"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.243 13.149H7.758L10 6.744zm.7 2l.328.935l1.569-1.57l-3.764-10.751c-.357-1.017-1.795-1.017-2.15 0L4.055 17.67a1 1 0 1 0 1.888.661l1.114-3.182zm.254 2.423l5.902-5.902a2.285 2.285 0 1 1 3.233 3.232l-5.903 5.902a2.7 2.7 0 0 1-1.247.707l-1.83.457q-.075.02-.15.027c-.59.204-2.979.574-3.827-.088c-.574-.448-.46-1.334-.218-1.818c.04-.078-.02-.18-.105-.166c-.66.103-1.243.45-1.827.799c-.783.468-1.57.936-2.549.815s-1.468-.726-1.71-1.255c-.099-.216.18-.401.388-.287c.469.255 1.106.496 1.631.38c.375-.084.904-.458 1.496-.877c1.066-.753 2.337-1.653 3.292-1.268c.84.337 1.46 1.15 1.03 2.113c-.052.118 0 .264.127.293c.423.097.778.066 1.133-.105l.428-1.712c.118-.472.362-.903.706-1.247"/></svg> </template>
CSS
.icon-draw-text-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.243%2013.149H7.758L10%206.744zm.7%202l.328.935l1.569-1.57l-3.764-10.751c-.357-1.017-1.795-1.017-2.15%200L4.055%2017.67a1%201%200%201%200%201.888.661l1.114-3.182zm.254%202.423l5.902-5.902a2.285%202.285%200%201%201%203.233%203.232l-5.903%205.902a2.7%202.7%200%200%201-1.247.707l-1.83.457q-.075.02-.15.027c-.59.204-2.979.574-3.827-.088c-.574-.448-.46-1.334-.218-1.818c.04-.078-.02-.18-.105-.166c-.66.103-1.243.45-1.827.799c-.783.468-1.57.936-2.549.815s-1.468-.726-1.71-1.255c-.099-.216.18-.401.388-.287c.469.255%201.106.496%201.631.38c.375-.084.904-.458%201.496-.877c1.066-.753%202.337-1.653%203.292-1.268c.84.337%201.46%201.15%201.03%202.113c-.052.118%200%20.264.127.293c.423.097.778.066%201.133-.105l.428-1.712c.118-.472.362-.903.706-1.247%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%22M12.243%2013.149H7.758L10%206.744zm.7%202l.328.935l1.569-1.57l-3.764-10.751c-.357-1.017-1.795-1.017-2.15%200L4.055%2017.67a1%201%200%201%200%201.888.661l1.114-3.182zm.254%202.423l5.902-5.902a2.285%202.285%200%201%201%203.233%203.232l-5.903%205.902a2.7%202.7%200%200%201-1.247.707l-1.83.457q-.075.02-.15.027c-.59.204-2.979.574-3.827-.088c-.574-.448-.46-1.334-.218-1.818c.04-.078-.02-.18-.105-.166c-.66.103-1.243.45-1.827.799c-.783.468-1.57.936-2.549.815s-1.468-.726-1.71-1.255c-.099-.216.18-.401.388-.287c.469.255%201.106.496%201.631.38c.375-.084.904-.458%201.496-.877c1.066-.753%202.337-1.653%203.292-1.268c.84.337%201.46%201.15%201.03%202.113c-.052.118%200%20.264.127.293c.423.097.778.066%201.133-.105l.428-1.712c.118-.472.362-.903.706-1.247%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/draw-text-24-filled.svg?color=%231a73e8&size=48