calligraphy pen question mark icon

calligraphy-pen-question-mark-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
calligraphy-pen-question-mark-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the calligraphy pen question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M19 5.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0m-4.5 1.88a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25m0-4.877c1.031 0 1.853.846 1.853 1.95c0 .586-.214.908-.727 1.318l-.277.215c-.246.194-.329.3-.346.448l-.011.156A.5.5 0 0 1 14 6.5c0-.57.21-.884.716-1.288l.278-.215c.288-.23.36-.342.36-.544c0-.558-.382-.95-.854-.95c-.494 0-.859.366-.854.945a.5.5 0 1 1-1 .01c-.01-1.137.806-1.955 1.854-1.955"/><path d="M14.845 10.99a5.6 5.6 0 0 1-1.085-.04l-3.26 5.561v-5.645a1 1 0 1 0-1 0v5.645L6.216 10.91a1.5 1.5 0 0 1-.062-1.4L7.816 6h1.206a5.6 5.6 0 0 1 0-1H6.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 6h.21L5.25 9.08a2.5 2.5 0 0 0 .103 2.335l3.463 5.907a1.373 1.373 0 0 0 2.368 0l3.463-5.907q.12-.206.198-.426"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentCalligraphyPenQuestionMark20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M19 5.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0m-4.5 1.88a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25m0-4.877c1.031 0 1.853.846 1.853 1.95c0 .586-.214.908-.727 1.318l-.277.215c-.246.194-.329.3-.346.448l-.011.156A.5.5 0 0 1 14 6.5c0-.57.21-.884.716-1.288l.278-.215c.288-.23.36-.342.36-.544c0-.558-.382-.95-.854-.95c-.494 0-.859.366-.854.945a.5.5 0 1 1-1 .01c-.01-1.137.806-1.955 1.854-1.955"/><path d="M14.845 10.99a5.6 5.6 0 0 1-1.085-.04l-3.26 5.561v-5.645a1 1 0 1 0-1 0v5.645L6.216 10.91a1.5 1.5 0 0 1-.062-1.4L7.816 6h1.206a5.6 5.6 0 0 1 0-1H6.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 6h.21L5.25 9.08a2.5 2.5 0 0 0 .103 2.335l3.463 5.907a1.373 1.373 0 0 0 2.368 0l3.463-5.907q.12-.206.198-.426"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M19 5.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0m-4.5 1.88a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25m0-4.877c1.031 0 1.853.846 1.853 1.95c0 .586-.214.908-.727 1.318l-.277.215c-.246.194-.329.3-.346.448l-.011.156A.5.5 0 0 1 14 6.5c0-.57.21-.884.716-1.288l.278-.215c.288-.23.36-.342.36-.544c0-.558-.382-.95-.854-.95c-.494 0-.859.366-.854.945a.5.5 0 1 1-1 .01c-.01-1.137.806-1.955 1.854-1.955"/><path d="M14.845 10.99a5.6 5.6 0 0 1-1.085-.04l-3.26 5.561v-5.645a1 1 0 1 0-1 0v5.645L6.216 10.91a1.5 1.5 0 0 1-.062-1.4L7.816 6h1.206a5.6 5.6 0 0 1 0-1H6.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 6h.21L5.25 9.08a2.5 2.5 0 0 0 .103 2.335l3.463 5.907a1.373 1.373 0 0 0 2.368 0l3.463-5.907q.12-.206.198-.426"/></g></svg>
</template>

CSS

.icon-calligraphy-pen-question-mark-20-regular {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%205.5a4.5%204.5%200%201%200-9%200a4.5%204.5%200%200%200%209%200m-4.5%201.88a.625.625%200%201%201%200%201.25a.625.625%200%200%201%200-1.25m0-4.877c1.031%200%201.853.846%201.853%201.95c0%20.586-.214.908-.727%201.318l-.277.215c-.246.194-.329.3-.346.448l-.011.156A.5.5%200%200%201%2014%206.5c0-.57.21-.884.716-1.288l.278-.215c.288-.23.36-.342.36-.544c0-.558-.382-.95-.854-.95c-.494%200-.859.366-.854.945a.5.5%200%201%201-1%20.01c-.01-1.137.806-1.955%201.854-1.955%22%2F%3E%3Cpath%20d%3D%22M14.845%2010.99a5.6%205.6%200%200%201-1.085-.04l-3.26%205.561v-5.645a1%201%200%201%200-1%200v5.645L6.216%2010.91a1.5%201.5%200%200%201-.062-1.4L7.816%206h1.206a5.6%205.6%200%200%201%200-1H6.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%200-1%200v2A1.5%201.5%200%200%200%206.5%206h.21L5.25%209.08a2.5%202.5%200%200%200%20.103%202.335l3.463%205.907a1.373%201.373%200%200%200%202.368%200l3.463-5.907q.12-.206.198-.426%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%205.5a4.5%204.5%200%201%200-9%200a4.5%204.5%200%200%200%209%200m-4.5%201.88a.625.625%200%201%201%200%201.25a.625.625%200%200%201%200-1.25m0-4.877c1.031%200%201.853.846%201.853%201.95c0%20.586-.214.908-.727%201.318l-.277.215c-.246.194-.329.3-.346.448l-.011.156A.5.5%200%200%201%2014%206.5c0-.57.21-.884.716-1.288l.278-.215c.288-.23.36-.342.36-.544c0-.558-.382-.95-.854-.95c-.494%200-.859.366-.854.945a.5.5%200%201%201-1%20.01c-.01-1.137.806-1.955%201.854-1.955%22%2F%3E%3Cpath%20d%3D%22M14.845%2010.99a5.6%205.6%200%200%201-1.085-.04l-3.26%205.561v-5.645a1%201%200%201%200-1%200v5.645L6.216%2010.91a1.5%201.5%200%200%201-.062-1.4L7.816%206h1.206a5.6%205.6%200%200%201%200-1H6.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%200-1%200v2A1.5%201.5%200%200%200%206.5%206h.21L5.25%209.08a2.5%202.5%200%200%200%20.103%202.335l3.463%205.907a1.373%201.373%200%200%200%202.368%200l3.463-5.907q.12-.206.198-.426%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calligraphy-pen-question-mark-20-regular.svg?color=%231a73e8&size=48