questionnaire double icon
questionnaire-double-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- questionnaire-double-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the questionnaire double icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2v14H5.82L1 19.443V2zM9.5 7.5a1 1 0 1 1 2 0c0 .324-.078.508-.15.618a.96.96 0 0 1-.344.305c-.16.091-.328.152-.52.218l-.017.007c-.075.026-.202.07-.309.12a1.3 1.3 0 0 0-.296.192c-.116.103-.36.366-.36.79v1h2v-.352c.15-.061.32-.14.493-.238a2.96 2.96 0 0 0 1.029-.95c.302-.464.474-1.034.474-1.71a3 3 0 1 0-6 0v1h2zm2.004 4H9.5v2.004h2.004z"/><path fill="currentColor" d="M23.5 22.943V4.5h-2v14.557L19.32 17.5H7.5v2h11.18z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignQuestionnaireDoubleFilled(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="M20 2v14H5.82L1 19.443V2zM9.5 7.5a1 1 0 1 1 2 0c0 .324-.078.508-.15.618a.96.96 0 0 1-.344.305c-.16.091-.328.152-.52.218l-.017.007c-.075.026-.202.07-.309.12a1.3 1.3 0 0 0-.296.192c-.116.103-.36.366-.36.79v1h2v-.352c.15-.061.32-.14.493-.238a2.96 2.96 0 0 0 1.029-.95c.302-.464.474-1.034.474-1.71a3 3 0 1 0-6 0v1h2zm2.004 4H9.5v2.004h2.004z"/><path fill="currentColor" d="M23.5 22.943V4.5h-2v14.557L19.32 17.5H7.5v2h11.18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2v14H5.82L1 19.443V2zM9.5 7.5a1 1 0 1 1 2 0c0 .324-.078.508-.15.618a.96.96 0 0 1-.344.305c-.16.091-.328.152-.52.218l-.017.007c-.075.026-.202.07-.309.12a1.3 1.3 0 0 0-.296.192c-.116.103-.36.366-.36.79v1h2v-.352c.15-.061.32-.14.493-.238a2.96 2.96 0 0 0 1.029-.95c.302-.464.474-1.034.474-1.71a3 3 0 1 0-6 0v1h2zm2.004 4H9.5v2.004h2.004z"/><path fill="currentColor" d="M23.5 22.943V4.5h-2v14.557L19.32 17.5H7.5v2h11.18z"/></svg> </template>
CSS
.icon-questionnaire-double-filled {
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%22M20%202v14H5.82L1%2019.443V2zM9.5%207.5a1%201%200%201%201%202%200c0%20.324-.078.508-.15.618a.96.96%200%200%201-.344.305c-.16.091-.328.152-.52.218l-.017.007c-.075.026-.202.07-.309.12a1.3%201.3%200%200%200-.296.192c-.116.103-.36.366-.36.79v1h2v-.352c.15-.061.32-.14.493-.238a2.96%202.96%200%200%200%201.029-.95c.302-.464.474-1.034.474-1.71a3%203%200%201%200-6%200v1h2zm2.004%204H9.5v2.004h2.004z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%2022.943V4.5h-2v14.557L19.32%2017.5H7.5v2h11.18z%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%22M20%202v14H5.82L1%2019.443V2zM9.5%207.5a1%201%200%201%201%202%200c0%20.324-.078.508-.15.618a.96.96%200%200%201-.344.305c-.16.091-.328.152-.52.218l-.017.007c-.075.026-.202.07-.309.12a1.3%201.3%200%200%200-.296.192c-.116.103-.36.366-.36.79v1h2v-.352c.15-.061.32-.14.493-.238a2.96%202.96%200%200%200%201.029-.95c.302-.464.474-1.034.474-1.71a3%203%200%201%200-6%200v1h2zm2.004%204H9.5v2.004h2.004z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.5%2022.943V4.5h-2v14.557L19.32%2017.5H7.5v2h11.18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/questionnaire-double-filled.svg?color=%231a73e8&size=48