pen fountain icon

pen-fountain from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
pen-fountain
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the pen fountain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.707 5.293l-3-3a1 1 0 0 0-1.414 0L19.586 8h-2.491a11.01 11.01 0 0 0-10.383 7.366L2.056 28.67a1 1 0 0 0 1.275 1.274l13.303-4.656A11.01 11.01 0 0 0 24 14.905v-2.49l5.707-5.708a1 1 0 0 0 0-1.414m-7.414 6A1 1 0 0 0 22 12v2.905a9.01 9.01 0 0 1-6.027 8.495l-9.168 3.209L16 17.414L14.586 16L5.39 25.195l3.21-9.168A9.01 9.01 0 0 1 17.095 10H20a1 1 0 0 0 .707-.293L26 4.414L27.586 6Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPenFountain(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="m29.707 5.293l-3-3a1 1 0 0 0-1.414 0L19.586 8h-2.491a11.01 11.01 0 0 0-10.383 7.366L2.056 28.67a1 1 0 0 0 1.275 1.274l13.303-4.656A11.01 11.01 0 0 0 24 14.905v-2.49l5.707-5.708a1 1 0 0 0 0-1.414m-7.414 6A1 1 0 0 0 22 12v2.905a9.01 9.01 0 0 1-6.027 8.495l-9.168 3.209L16 17.414L14.586 16L5.39 25.195l3.21-9.168A9.01 9.01 0 0 1 17.095 10H20a1 1 0 0 0 .707-.293L26 4.414L27.586 6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.707 5.293l-3-3a1 1 0 0 0-1.414 0L19.586 8h-2.491a11.01 11.01 0 0 0-10.383 7.366L2.056 28.67a1 1 0 0 0 1.275 1.274l13.303-4.656A11.01 11.01 0 0 0 24 14.905v-2.49l5.707-5.708a1 1 0 0 0 0-1.414m-7.414 6A1 1 0 0 0 22 12v2.905a9.01 9.01 0 0 1-6.027 8.495l-9.168 3.209L16 17.414L14.586 16L5.39 25.195l3.21-9.168A9.01 9.01 0 0 1 17.095 10H20a1 1 0 0 0 .707-.293L26 4.414L27.586 6Z"/></svg>
</template>

CSS

.icon-pen-fountain {
  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%22m29.707%205.293l-3-3a1%201%200%200%200-1.414%200L19.586%208h-2.491a11.01%2011.01%200%200%200-10.383%207.366L2.056%2028.67a1%201%200%200%200%201.275%201.274l13.303-4.656A11.01%2011.01%200%200%200%2024%2014.905v-2.49l5.707-5.708a1%201%200%200%200%200-1.414m-7.414%206A1%201%200%200%200%2022%2012v2.905a9.01%209.01%200%200%201-6.027%208.495l-9.168%203.209L16%2017.414L14.586%2016L5.39%2025.195l3.21-9.168A9.01%209.01%200%200%201%2017.095%2010H20a1%201%200%200%200%20.707-.293L26%204.414L27.586%206Z%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%22m29.707%205.293l-3-3a1%201%200%200%200-1.414%200L19.586%208h-2.491a11.01%2011.01%200%200%200-10.383%207.366L2.056%2028.67a1%201%200%200%200%201.275%201.274l13.303-4.656A11.01%2011.01%200%200%200%2024%2014.905v-2.49l5.707-5.708a1%201%200%200%200%200-1.414m-7.414%206A1%201%200%200%200%2022%2012v2.905a9.01%209.01%200%200%201-6.027%208.495l-9.168%203.209L16%2017.414L14.586%2016L5.39%2025.195l3.21-9.168A9.01%209.01%200%200%201%2017.095%2010H20a1%201%200%200%200%20.707-.293L26%204.414L27.586%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/pen-fountain.svg?color=%231a73e8&size=48