bookmark question mark icon

bookmark-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
bookmark-question-mark-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the bookmark question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 3.204a4.42 4.42 0 0 0-3.19-1.2H8.67a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83c.408.18.857.249 1.3.2a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53a2.46 2.46 0 0 0 1.22.51h.3a2.5 2.5 0 0 0 1-.22a2.4 2.4 0 0 0 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-6.65 11a.75.75 0 0 1-.75-.75a.74.74 0 0 1 .74-.75a.75.75 0 1 1 0 1.5zm2.38-5.12a2.26 2.26 0 0 1-1.38 1.28a.3.3 0 0 0-.15.13a.3.3 0 0 0-.07.21v.4a.75.75 0 1 1-1.5 0v-.42a1.9 1.9 0 0 1 .34-1.06a1.93 1.93 0 0 1 .88-.67a1.2 1.2 0 0 0 .31-.18a.9.9 0 0 0 .19-.28a.9.9 0 0 0 .06-.32a.7.7 0 0 0-.08-.32a1.05 1.05 0 0 0-.3-.34a1.1 1.1 0 0 0-.44-.18a1.17 1.17 0 0 0-.72.1c-.21.118-.379.3-.48.52a.75.75 0 0 1-1.36-.63a2.55 2.55 0 0 1 2.81-1.46a2.4 2.4 0 0 1 1.06.43c.325.23.59.535.77.89c.158.31.24.652.24 1a2.3 2.3 0 0 1-.15.89z"/></svg>

React

import type { SVGProps } from "react";

export function MageBookmarkQuestionMarkFill(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="M18.59 3.204a4.42 4.42 0 0 0-3.19-1.2H8.67a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83c.408.18.857.249 1.3.2a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53a2.46 2.46 0 0 0 1.22.51h.3a2.5 2.5 0 0 0 1-.22a2.4 2.4 0 0 0 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-6.65 11a.75.75 0 0 1-.75-.75a.74.74 0 0 1 .74-.75a.75.75 0 1 1 0 1.5zm2.38-5.12a2.26 2.26 0 0 1-1.38 1.28a.3.3 0 0 0-.15.13a.3.3 0 0 0-.07.21v.4a.75.75 0 1 1-1.5 0v-.42a1.9 1.9 0 0 1 .34-1.06a1.93 1.93 0 0 1 .88-.67a1.2 1.2 0 0 0 .31-.18a.9.9 0 0 0 .19-.28a.9.9 0 0 0 .06-.32a.7.7 0 0 0-.08-.32a1.05 1.05 0 0 0-.3-.34a1.1 1.1 0 0 0-.44-.18a1.17 1.17 0 0 0-.72.1c-.21.118-.379.3-.48.52a.75.75 0 0 1-1.36-.63a2.55 2.55 0 0 1 2.81-1.46a2.4 2.4 0 0 1 1.06.43c.325.23.59.535.77.89c.158.31.24.652.24 1a2.3 2.3 0 0 1-.15.89z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 3.204a4.42 4.42 0 0 0-3.19-1.2H8.67a4.49 4.49 0 0 0-4.65 4.34v13.36c.03.447.178.879.43 1.25c.254.36.6.646 1 .83c.408.18.857.249 1.3.2a2.47 2.47 0 0 0 1.2-.5l3.43-2.54a1.07 1.07 0 0 1 1.23 0l3.41 2.53a2.46 2.46 0 0 0 1.22.51h.3a2.5 2.5 0 0 0 1-.22a2.4 2.4 0 0 0 1-.83a2.47 2.47 0 0 0 .44-1.3V6.324a4.4 4.4 0 0 0-1.39-3.12m-6.65 11a.75.75 0 0 1-.75-.75a.74.74 0 0 1 .74-.75a.75.75 0 1 1 0 1.5zm2.38-5.12a2.26 2.26 0 0 1-1.38 1.28a.3.3 0 0 0-.15.13a.3.3 0 0 0-.07.21v.4a.75.75 0 1 1-1.5 0v-.42a1.9 1.9 0 0 1 .34-1.06a1.93 1.93 0 0 1 .88-.67a1.2 1.2 0 0 0 .31-.18a.9.9 0 0 0 .19-.28a.9.9 0 0 0 .06-.32a.7.7 0 0 0-.08-.32a1.05 1.05 0 0 0-.3-.34a1.1 1.1 0 0 0-.44-.18a1.17 1.17 0 0 0-.72.1c-.21.118-.379.3-.48.52a.75.75 0 0 1-1.36-.63a2.55 2.55 0 0 1 2.81-1.46a2.4 2.4 0 0 1 1.06.43c.325.23.59.535.77.89c.158.31.24.652.24 1a2.3 2.3 0 0 1-.15.89z"/></svg>
</template>

CSS

.icon-bookmark-question-mark-fill {
  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%22M18.59%203.204a4.42%204.42%200%200%200-3.19-1.2H8.67a4.49%204.49%200%200%200-4.65%204.34v13.36c.03.447.178.879.43%201.25c.254.36.6.646%201%20.83c.408.18.857.249%201.3.2a2.47%202.47%200%200%200%201.2-.5l3.43-2.54a1.07%201.07%200%200%201%201.23%200l3.41%202.53a2.46%202.46%200%200%200%201.22.51h.3a2.5%202.5%200%200%200%201-.22a2.4%202.4%200%200%200%201-.83a2.47%202.47%200%200%200%20.44-1.3V6.324a4.4%204.4%200%200%200-1.39-3.12m-6.65%2011a.75.75%200%200%201-.75-.75a.74.74%200%200%201%20.74-.75a.75.75%200%201%201%200%201.5zm2.38-5.12a2.26%202.26%200%200%201-1.38%201.28a.3.3%200%200%200-.15.13a.3.3%200%200%200-.07.21v.4a.75.75%200%201%201-1.5%200v-.42a1.9%201.9%200%200%201%20.34-1.06a1.93%201.93%200%200%201%20.88-.67a1.2%201.2%200%200%200%20.31-.18a.9.9%200%200%200%20.19-.28a.9.9%200%200%200%20.06-.32a.7.7%200%200%200-.08-.32a1.05%201.05%200%200%200-.3-.34a1.1%201.1%200%200%200-.44-.18a1.17%201.17%200%200%200-.72.1c-.21.118-.379.3-.48.52a.75.75%200%200%201-1.36-.63a2.55%202.55%200%200%201%202.81-1.46a2.4%202.4%200%200%201%201.06.43c.325.23.59.535.77.89c.158.31.24.652.24%201a2.3%202.3%200%200%201-.15.89z%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%22M18.59%203.204a4.42%204.42%200%200%200-3.19-1.2H8.67a4.49%204.49%200%200%200-4.65%204.34v13.36c.03.447.178.879.43%201.25c.254.36.6.646%201%20.83c.408.18.857.249%201.3.2a2.47%202.47%200%200%200%201.2-.5l3.43-2.54a1.07%201.07%200%200%201%201.23%200l3.41%202.53a2.46%202.46%200%200%200%201.22.51h.3a2.5%202.5%200%200%200%201-.22a2.4%202.4%200%200%200%201-.83a2.47%202.47%200%200%200%20.44-1.3V6.324a4.4%204.4%200%200%200-1.39-3.12m-6.65%2011a.75.75%200%200%201-.75-.75a.74.74%200%200%201%20.74-.75a.75.75%200%201%201%200%201.5zm2.38-5.12a2.26%202.26%200%200%201-1.38%201.28a.3.3%200%200%200-.15.13a.3.3%200%200%200-.07.21v.4a.75.75%200%201%201-1.5%200v-.42a1.9%201.9%200%200%201%20.34-1.06a1.93%201.93%200%200%201%20.88-.67a1.2%201.2%200%200%200%20.31-.18a.9.9%200%200%200%20.19-.28a.9.9%200%200%200%20.06-.32a.7.7%200%200%200-.08-.32a1.05%201.05%200%200%200-.3-.34a1.1%201.1%200%200%200-.44-.18a1.17%201.17%200%200%200-.72.1c-.21.118-.379.3-.48.52a.75.75%200%200%201-1.36-.63a2.55%202.55%200%200%201%202.81-1.46a2.4%202.4%200%200%201%201.06.43c.325.23.59.535.77.89c.158.31.24.652.24%201a2.3%202.3%200%200%201-.15.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/bookmark-question-mark-fill.svg?color=%231a73e8&size=48