remove format icon
remove-format from Line Awesome by Icons8 · Line · Editors · Apache-2.0 Free for personal and commercial use.
- Name
- remove-format
- Set
- Line Awesome
- Style
- Line
- Category
- Editors
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- remove-format-solid
The same icon in other sets
More editors icons from Line Awesome
Use the remove format icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.29 5.973L3.083 7.57l24.693 18.608l1.203-1.598l-10.953-8.254L20.285 10H25v1.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-16a.5.5 0 0 0-.5.5v2.777zM12 10h5.285l-1.623 4.545l-3.728-2.81A.5.5 0 0 0 12 11.5zm2.254 8.49L13 22h-1.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H16l.62-1.734z"/></svg>
React
import type { SVGProps } from "react";
export function LaRemoveFormat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.29 5.973L3.083 7.57l24.693 18.608l1.203-1.598l-10.953-8.254L20.285 10H25v1.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-16a.5.5 0 0 0-.5.5v2.777zM12 10h5.285l-1.623 4.545l-3.728-2.81A.5.5 0 0 0 12 11.5zm2.254 8.49L13 22h-1.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H16l.62-1.734z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.29 5.973L3.083 7.57l24.693 18.608l1.203-1.598l-10.953-8.254L20.285 10H25v1.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-16a.5.5 0 0 0-.5.5v2.777zM12 10h5.285l-1.623 4.545l-3.728-2.81A.5.5 0 0 0 12 11.5zm2.254 8.49L13 22h-1.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H16l.62-1.734z"/></svg> </template>
CSS
.icon-remove-format {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.29%205.973L3.083%207.57l24.693%2018.608l1.203-1.598l-10.953-8.254L20.285%2010H25v1.5a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5h-16a.5.5%200%200%200-.5.5v2.777zM12%2010h5.285l-1.623%204.545l-3.728-2.81A.5.5%200%200%200%2012%2011.5zm2.254%208.49L13%2022h-1.5a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5H16l.62-1.734z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.29%205.973L3.083%207.57l24.693%2018.608l1.203-1.598l-10.953-8.254L20.285%2010H25v1.5a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-4a.5.5%200%200%200-.5-.5h-16a.5.5%200%200%200-.5.5v2.777zM12%2010h5.285l-1.623%204.545l-3.728-2.81A.5.5%200%200%200%2012%2011.5zm2.254%208.49L13%2022h-1.5a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5H16l.62-1.734z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/remove-format.svg?color=%231a73e8&size=48