face 3d draft icon
face-3d-draft from Iconoir by Luca Burgio · Regular · 3D Editor · MIT Free for personal and commercial use.
- Name
- face-3d-draft
- Set
- Iconoir
- Style
- Regular
- Category
- 3D Editor
- Viewbox
- 24×24
- License
- MIT
- Aliases
- 3d-draft-face
More 3d editor icons from Iconoir
Use the face 3d draft 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-linejoin="round" stroke-width="1.5"><path d="M20 7.78v7.796a.6.6 0 0 1-.27.502l-6.616 4.347a.6.6 0 0 1-.249.093l-10.184 1.39A.6.6 0 0 1 2 21.312v-12.3a.6.6 0 0 1 .298-.519l10.789-6.28a.6.6 0 0 1 .688.058l6.01 5.05A.6.6 0 0 1 20 7.78"/><path d="m2.5 9l10.227 2.922a.6.6 0 0 0 .506-.084L19.5 7.5m-6.5 13V12m3.5 2.01l.01-.011M22 17.01l.01-.011"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirFace3dDraft(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M20 7.78v7.796a.6.6 0 0 1-.27.502l-6.616 4.347a.6.6 0 0 1-.249.093l-10.184 1.39A.6.6 0 0 1 2 21.312v-12.3a.6.6 0 0 1 .298-.519l10.789-6.28a.6.6 0 0 1 .688.058l6.01 5.05A.6.6 0 0 1 20 7.78"/><path d="m2.5 9l10.227 2.922a.6.6 0 0 0 .506-.084L19.5 7.5m-6.5 13V12m3.5 2.01l.01-.011M22 17.01l.01-.011"/></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-linejoin="round" stroke-width="1.5"><path d="M20 7.78v7.796a.6.6 0 0 1-.27.502l-6.616 4.347a.6.6 0 0 1-.249.093l-10.184 1.39A.6.6 0 0 1 2 21.312v-12.3a.6.6 0 0 1 .298-.519l10.789-6.28a.6.6 0 0 1 .688.058l6.01 5.05A.6.6 0 0 1 20 7.78"/><path d="m2.5 9l10.227 2.922a.6.6 0 0 0 .506-.084L19.5 7.5m-6.5 13V12m3.5 2.01l.01-.011M22 17.01l.01-.011"/></g></svg> </template>
CSS
.icon-face-3d-draft {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%207.78v7.796a.6.6%200%200%201-.27.502l-6.616%204.347a.6.6%200%200%201-.249.093l-10.184%201.39A.6.6%200%200%201%202%2021.312v-12.3a.6.6%200%200%201%20.298-.519l10.789-6.28a.6.6%200%200%201%20.688.058l6.01%205.05A.6.6%200%200%201%2020%207.78%22%2F%3E%3Cpath%20d%3D%22m2.5%209l10.227%202.922a.6.6%200%200%200%20.506-.084L19.5%207.5m-6.5%2013V12m3.5%202.01l.01-.011M22%2017.01l.01-.011%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%207.78v7.796a.6.6%200%200%201-.27.502l-6.616%204.347a.6.6%200%200%201-.249.093l-10.184%201.39A.6.6%200%200%201%202%2021.312v-12.3a.6.6%200%200%201%20.298-.519l10.789-6.28a.6.6%200%200%201%20.688.058l6.01%205.05A.6.6%200%200%201%2020%207.78%22%2F%3E%3Cpath%20d%3D%22m2.5%209l10.227%202.922a.6.6%200%200%200%20.506-.084L19.5%207.5m-6.5%2013V12m3.5%202.01l.01-.011M22%2017.01l.01-.011%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/face-3d-draft.svg?color=%231a73e8&size=48