draw text icon
draw-text-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- draw-text-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10.14 10.5H6.857l1.642-4.685zm.526 1.5l.33.944l1.178-1.177L9.3 3.569c-.266-.759-1.339-.759-1.604 0L4.04 14.003a.75.75 0 0 0 1.416.496L6.33 12zm5.14-2.452l-4.829 4.83a2.2 2.2 0 0 0-.578 1.02l-.374 1.498a1 1 0 0 0-.024.14a4.6 4.6 0 0 1-1.111-.088c-.073-.017-.1-.11-.066-.178c.18-.348.233-1.073-.404-1.33c-.86-.345-1.978.125-2.862.498c-.366.154-.692.29-.944.346c-.387.086-.848-.065-1.216-.249c-.212-.106-.482.082-.36.286c.219.366.614.737 1.326.825c.82.102 1.391-.152 1.975-.41c.4-.178.805-.358 1.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316 1.244c.518.405 2.191.511 3.313.183l1.221-.305c.387-.097.74-.296 1.021-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrawText20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.14 10.5H6.857l1.642-4.685zm.526 1.5l.33.944l1.178-1.177L9.3 3.569c-.266-.759-1.339-.759-1.604 0L4.04 14.003a.75.75 0 0 0 1.416.496L6.33 12zm5.14-2.452l-4.829 4.83a2.2 2.2 0 0 0-.578 1.02l-.374 1.498a1 1 0 0 0-.024.14a4.6 4.6 0 0 1-1.111-.088c-.073-.017-.1-.11-.066-.178c.18-.348.233-1.073-.404-1.33c-.86-.345-1.978.125-2.862.498c-.366.154-.692.29-.944.346c-.387.086-.848-.065-1.216-.249c-.212-.106-.482.082-.36.286c.219.366.614.737 1.326.825c.82.102 1.391-.152 1.975-.41c.4-.178.805-.358 1.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316 1.244c.518.405 2.191.511 3.313.183l1.221-.305c.387-.097.74-.296 1.021-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.14 10.5H6.857l1.642-4.685zm.526 1.5l.33.944l1.178-1.177L9.3 3.569c-.266-.759-1.339-.759-1.604 0L4.04 14.003a.75.75 0 0 0 1.416.496L6.33 12zm5.14-2.452l-4.829 4.83a2.2 2.2 0 0 0-.578 1.02l-.374 1.498a1 1 0 0 0-.024.14a4.6 4.6 0 0 1-1.111-.088c-.073-.017-.1-.11-.066-.178c.18-.348.233-1.073-.404-1.33c-.86-.345-1.978.125-2.862.498c-.366.154-.692.29-.944.346c-.387.086-.848-.065-1.216-.249c-.212-.106-.482.082-.36.286c.219.366.614.737 1.326.825c.82.102 1.391-.152 1.975-.41c.4-.178.805-.358 1.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316 1.244c.518.405 2.191.511 3.313.183l1.221-.305c.387-.097.74-.296 1.021-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg> </template>
CSS
.icon-draw-text-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.14%2010.5H6.857l1.642-4.685zm.526%201.5l.33.944l1.178-1.177L9.3%203.569c-.266-.759-1.339-.759-1.604%200L4.04%2014.003a.75.75%200%200%200%201.416.496L6.33%2012zm5.14-2.452l-4.829%204.83a2.2%202.2%200%200%200-.578%201.02l-.374%201.498a1%201%200%200%200-.024.14a4.6%204.6%200%200%201-1.111-.088c-.073-.017-.1-.11-.066-.178c.18-.348.233-1.073-.404-1.33c-.86-.345-1.978.125-2.862.498c-.366.154-.692.29-.944.346c-.387.086-.848-.065-1.216-.249c-.212-.106-.482.082-.36.286c.219.366.614.737%201.326.825c.82.102%201.391-.152%201.975-.41c.4-.178.805-.358%201.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316%201.244c.518.405%202.191.511%203.313.183l1.221-.305c.387-.097.74-.296%201.021-.578l4.83-4.83a1.87%201.87%200%201%200-2.645-2.644%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.14%2010.5H6.857l1.642-4.685zm.526%201.5l.33.944l1.178-1.177L9.3%203.569c-.266-.759-1.339-.759-1.604%200L4.04%2014.003a.75.75%200%200%200%201.416.496L6.33%2012zm5.14-2.452l-4.829%204.83a2.2%202.2%200%200%200-.578%201.02l-.374%201.498a1%201%200%200%200-.024.14a4.6%204.6%200%200%201-1.111-.088c-.073-.017-.1-.11-.066-.178c.18-.348.233-1.073-.404-1.33c-.86-.345-1.978.125-2.862.498c-.366.154-.692.29-.944.346c-.387.086-.848-.065-1.216-.249c-.212-.106-.482.082-.36.286c.219.366.614.737%201.326.825c.82.102%201.391-.152%201.975-.41c.4-.178.805-.358%201.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316%201.244c.518.405%202.191.511%203.313.183l1.221-.305c.387-.097.74-.296%201.021-.578l4.83-4.83a1.87%201.87%200%201%200-2.645-2.644%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/draw-text-20-filled.svg?color=%231a73e8&size=48