fountain pen icon
fountain-pen from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.
- Name
- fountain-pen
- Set
- Material Design Icons
- Style
- Filled
- Category
- Drawing / Art
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More drawing / art icons from Material Design Icons
Use the fountain pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.95 14.93l4.24-5.66l8.49-7.07c.39-.39 1.04-.39 1.41 0l.71.71c.39.37.39 1.02 0 1.41l-7.07 8.49l-5.66 4.24zm1.41 2.83l-2.12-2.12l-2.83 1.41L2 21.29l2.12-2.12c.2-.17.51-.17.71 0c.17.2.17.51 0 .71L2.71 22l4.24-1.41z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFountainPen(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="m6.95 14.93l4.24-5.66l8.49-7.07c.39-.39 1.04-.39 1.41 0l.71.71c.39.37.39 1.02 0 1.41l-7.07 8.49l-5.66 4.24zm1.41 2.83l-2.12-2.12l-2.83 1.41L2 21.29l2.12-2.12c.2-.17.51-.17.71 0c.17.2.17.51 0 .71L2.71 22l4.24-1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.95 14.93l4.24-5.66l8.49-7.07c.39-.39 1.04-.39 1.41 0l.71.71c.39.37.39 1.02 0 1.41l-7.07 8.49l-5.66 4.24zm1.41 2.83l-2.12-2.12l-2.83 1.41L2 21.29l2.12-2.12c.2-.17.51-.17.71 0c.17.2.17.51 0 .71L2.71 22l4.24-1.41z"/></svg> </template>
CSS
.icon-fountain-pen {
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%22m6.95%2014.93l4.24-5.66l8.49-7.07c.39-.39%201.04-.39%201.41%200l.71.71c.39.37.39%201.02%200%201.41l-7.07%208.49l-5.66%204.24zm1.41%202.83l-2.12-2.12l-2.83%201.41L2%2021.29l2.12-2.12c.2-.17.51-.17.71%200c.17.2.17.51%200%20.71L2.71%2022l4.24-1.41z%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%22m6.95%2014.93l4.24-5.66l8.49-7.07c.39-.39%201.04-.39%201.41%200l.71.71c.39.37.39%201.02%200%201.41l-7.07%208.49l-5.66%204.24zm1.41%202.83l-2.12-2.12l-2.83%201.41L2%2021.29l2.12-2.12c.2-.17.51-.17.71%200c.17.2.17.51%200%20.71L2.71%2022l4.24-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fountain-pen.svg?color=%231a73e8&size=48