box 3d question mark icon
box-3d-question-mark from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- box-3d-question-mark
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the box 3d question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path stroke-linejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><path stroke-miterlimit="10" d="M18.15 14.714a1.33 1.33 0 0 1 1.452-.755a1.29 1.29 0 0 1 .948.675a1.12 1.12 0 0 1-.654 1.542a.83.83 0 0 0-.533.748v.309"/><path stroke-linejoin="round" d="M19.34 18.937h.002"/></g></svg>
React
import type { SVGProps } from "react";
export function MageBox3dQuestionMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path strokeLinejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><path strokeMiterlimit="10" d="M18.15 14.714a1.33 1.33 0 0 1 1.452-.755a1.29 1.29 0 0 1 .948.675a1.12 1.12 0 0 1-.654 1.542a.83.83 0 0 0-.533.748v.309"/><path strokeLinejoin="round" d="M19.34 18.937h.002"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M20.935 11.009V8.793a2.98 2.98 0 0 0-1.529-2.61l-5.957-3.307a2.98 2.98 0 0 0-2.898 0L4.594 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l2.522-1.4"/><path stroke-linejoin="round" d="M20.33 6.996L12 12L3.67 6.996M12 21.49V12"/><path stroke-miterlimit="10" d="M18.15 14.714a1.33 1.33 0 0 1 1.452-.755a1.29 1.29 0 0 1 .948.675a1.12 1.12 0 0 1-.654 1.542a.83.83 0 0 0-.533.748v.309"/><path stroke-linejoin="round" d="M19.34 18.937h.002"/></g></svg> </template>
CSS
.icon-box-3d-question-mark {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.935%2011.009V8.793a2.98%202.98%200%200%200-1.529-2.61l-5.957-3.307a2.98%202.98%200%200%200-2.898%200L4.594%206.182a2.98%202.98%200%200%200-1.529%202.611v6.414a2.98%202.98%200%200%200%201.529%202.61l5.957%203.307a2.98%202.98%200%200%200%202.898%200l2.522-1.4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.33%206.996L12%2012L3.67%206.996M12%2021.49V12%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.15%2014.714a1.33%201.33%200%200%201%201.452-.755a1.29%201.29%200%200%201%20.948.675a1.12%201.12%200%200%201-.654%201.542a.83.83%200%200%200-.533.748v.309%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.34%2018.937h.002%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.935%2011.009V8.793a2.98%202.98%200%200%200-1.529-2.61l-5.957-3.307a2.98%202.98%200%200%200-2.898%200L4.594%206.182a2.98%202.98%200%200%200-1.529%202.611v6.414a2.98%202.98%200%200%200%201.529%202.61l5.957%203.307a2.98%202.98%200%200%200%202.898%200l2.522-1.4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.33%206.996L12%2012L3.67%206.996M12%2021.49V12%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.15%2014.714a1.33%201.33%200%200%201%201.452-.755a1.29%201.29%200%200%201%20.948.675a1.12%201.12%200%200%201-.654%201.542a.83.83%200%200%200-.533.748v.309%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.34%2018.937h.002%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/box-3d-question-mark.svg?color=%231a73e8&size=48