clipboard question icon

clipboard-question from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
clipboard-question
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the clipboard question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M439.4 96h8.6c35.3 0 64 28.7 64 64v352c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h8.6c11-19.1 31.7-32 55.4-32h128c23.7 0 44.4 12.9 55.4 32M376 176c13.3 0 24-10.7 24-24s-10.7-24-24-24H264c-13.3 0-24 10.7-24 24s10.7 24 24 24zm-56 136c16.1 0 29.2 13.1 29.2 29.2c0 8.7-3.1 13.9-6.9 17.7c-4.5 4.4-10.7 7.5-16.8 9.5c-14.9 5-29.5 19.3-29.5 39.5c0 13.3 10.7 24 24 24c11.5 0 21.2-8.1 23.5-19c19.2-7.1 53.7-26.3 53.7-71.8c0-42.6-34.6-77.2-77.2-77.2s-77.2 34.6-77.2 77.2c0 13.3 10.7 24 24 24s24-10.7 24-24c0-16.1 13.1-29.2 29.2-29.2zm28 168c0-15.5-12.5-28-28-28s-28 12.5-28 28s12.5 28 28 28s28-12.5 28-28"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidClipboardQuestion(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M439.4 96h8.6c35.3 0 64 28.7 64 64v352c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h8.6c11-19.1 31.7-32 55.4-32h128c23.7 0 44.4 12.9 55.4 32M376 176c13.3 0 24-10.7 24-24s-10.7-24-24-24H264c-13.3 0-24 10.7-24 24s10.7 24 24 24zm-56 136c16.1 0 29.2 13.1 29.2 29.2c0 8.7-3.1 13.9-6.9 17.7c-4.5 4.4-10.7 7.5-16.8 9.5c-14.9 5-29.5 19.3-29.5 39.5c0 13.3 10.7 24 24 24c11.5 0 21.2-8.1 23.5-19c19.2-7.1 53.7-26.3 53.7-71.8c0-42.6-34.6-77.2-77.2-77.2s-77.2 34.6-77.2 77.2c0 13.3 10.7 24 24 24s24-10.7 24-24c0-16.1 13.1-29.2 29.2-29.2zm28 168c0-15.5-12.5-28-28-28s-28 12.5-28 28s12.5 28 28 28s28-12.5 28-28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M439.4 96h8.6c35.3 0 64 28.7 64 64v352c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h8.6c11-19.1 31.7-32 55.4-32h128c23.7 0 44.4 12.9 55.4 32M376 176c13.3 0 24-10.7 24-24s-10.7-24-24-24H264c-13.3 0-24 10.7-24 24s10.7 24 24 24zm-56 136c16.1 0 29.2 13.1 29.2 29.2c0 8.7-3.1 13.9-6.9 17.7c-4.5 4.4-10.7 7.5-16.8 9.5c-14.9 5-29.5 19.3-29.5 39.5c0 13.3 10.7 24 24 24c11.5 0 21.2-8.1 23.5-19c19.2-7.1 53.7-26.3 53.7-71.8c0-42.6-34.6-77.2-77.2-77.2s-77.2 34.6-77.2 77.2c0 13.3 10.7 24 24 24s24-10.7 24-24c0-16.1 13.1-29.2 29.2-29.2zm28 168c0-15.5-12.5-28-28-28s-28 12.5-28 28s12.5 28 28 28s28-12.5 28-28"/></svg>
</template>

CSS

.icon-clipboard-question {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M439.4%2096h8.6c35.3%200%2064%2028.7%2064%2064v352c0%2035.3-28.7%2064-64%2064H192c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64h8.6c11-19.1%2031.7-32%2055.4-32h128c23.7%200%2044.4%2012.9%2055.4%2032M376%20176c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H264c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024zm-56%20136c16.1%200%2029.2%2013.1%2029.2%2029.2c0%208.7-3.1%2013.9-6.9%2017.7c-4.5%204.4-10.7%207.5-16.8%209.5c-14.9%205-29.5%2019.3-29.5%2039.5c0%2013.3%2010.7%2024%2024%2024c11.5%200%2021.2-8.1%2023.5-19c19.2-7.1%2053.7-26.3%2053.7-71.8c0-42.6-34.6-77.2-77.2-77.2s-77.2%2034.6-77.2%2077.2c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-16.1%2013.1-29.2%2029.2-29.2zm28%20168c0-15.5-12.5-28-28-28s-28%2012.5-28%2028s12.5%2028%2028%2028s28-12.5%2028-28%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M439.4%2096h8.6c35.3%200%2064%2028.7%2064%2064v352c0%2035.3-28.7%2064-64%2064H192c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64h8.6c11-19.1%2031.7-32%2055.4-32h128c23.7%200%2044.4%2012.9%2055.4%2032M376%20176c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H264c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024zm-56%20136c16.1%200%2029.2%2013.1%2029.2%2029.2c0%208.7-3.1%2013.9-6.9%2017.7c-4.5%204.4-10.7%207.5-16.8%209.5c-14.9%205-29.5%2019.3-29.5%2039.5c0%2013.3%2010.7%2024%2024%2024c11.5%200%2021.2-8.1%2023.5-19c19.2-7.1%2053.7-26.3%2053.7-71.8c0-42.6-34.6-77.2-77.2-77.2s-77.2%2034.6-77.2%2077.2c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-16.1%2013.1-29.2%2029.2-29.2zm28%20168c0-15.5-12.5-28-28-28s-28%2012.5-28%2028s12.5%2028%2028%2028s28-12.5%2028-28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/clipboard-question.svg?color=%231a73e8&size=48