file type devvit logo
file-type-devvit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-devvit
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type devvit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4500" d="M10.052 12.36L4.159 8.914a.83.83 0 0 1-.295-1.137a.83.83 0 0 1 .309-.3l11.388-6.353a.98.98 0 0 1 .955 0l11.39 6.354a.83.83 0 0 1 .318 1.13a.83.83 0 0 1-.302.306l-5.895 3.446l-5.56-3.208a.86.86 0 0 0-.856 0zm-.648 8.532a1.25 1.25 0 0 1-.624-1.089v-5.48l-5.532-3.238a.834.834 0 0 0-1.136.301A.8.8 0 0 0 2 11.8v12.034a.97.97 0 0 0 .497.848l11.135 6.213a.832.832 0 0 0 1.236-.722v-6.132zm13.808-1.156a1.24 1.24 0 0 1-.624 1.089l-5.46 3.15v6.131a.82.82 0 0 0 .41.714a.83.83 0 0 0 .825.008l11.138-6.213a.97.97 0 0 0 .498-.862V11.72a.83.83 0 0 0-.417-.716a.83.83 0 0 0-.831.002l-5.539 3.238z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeDevvit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4500" d="M10.052 12.36L4.159 8.914a.83.83 0 0 1-.295-1.137a.83.83 0 0 1 .309-.3l11.388-6.353a.98.98 0 0 1 .955 0l11.39 6.354a.83.83 0 0 1 .318 1.13a.83.83 0 0 1-.302.306l-5.895 3.446l-5.56-3.208a.86.86 0 0 0-.856 0zm-.648 8.532a1.25 1.25 0 0 1-.624-1.089v-5.48l-5.532-3.238a.834.834 0 0 0-1.136.301A.8.8 0 0 0 2 11.8v12.034a.97.97 0 0 0 .497.848l11.135 6.213a.832.832 0 0 0 1.236-.722v-6.132zm13.808-1.156a1.24 1.24 0 0 1-.624 1.089l-5.46 3.15v6.131a.82.82 0 0 0 .41.714a.83.83 0 0 0 .825.008l11.138-6.213a.97.97 0 0 0 .498-.862V11.72a.83.83 0 0 0-.417-.716a.83.83 0 0 0-.831.002l-5.539 3.238z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff4500" d="M10.052 12.36L4.159 8.914a.83.83 0 0 1-.295-1.137a.83.83 0 0 1 .309-.3l11.388-6.353a.98.98 0 0 1 .955 0l11.39 6.354a.83.83 0 0 1 .318 1.13a.83.83 0 0 1-.302.306l-5.895 3.446l-5.56-3.208a.86.86 0 0 0-.856 0zm-.648 8.532a1.25 1.25 0 0 1-.624-1.089v-5.48l-5.532-3.238a.834.834 0 0 0-1.136.301A.8.8 0 0 0 2 11.8v12.034a.97.97 0 0 0 .497.848l11.135 6.213a.832.832 0 0 0 1.236-.722v-6.132zm13.808-1.156a1.24 1.24 0 0 1-.624 1.089l-5.46 3.15v6.131a.82.82 0 0 0 .41.714a.83.83 0 0 0 .825.008l11.138-6.213a.97.97 0 0 0 .498-.862V11.72a.83.83 0 0 0-.417-.716a.83.83 0 0 0-.831.002l-5.539 3.238z"/></svg> </template>
CSS
.icon-file-type-devvit {
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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff4500%22%20d%3D%22M10.052%2012.36L4.159%208.914a.83.83%200%200%201-.295-1.137a.83.83%200%200%201%20.309-.3l11.388-6.353a.98.98%200%200%201%20.955%200l11.39%206.354a.83.83%200%200%201%20.318%201.13a.83.83%200%200%201-.302.306l-5.895%203.446l-5.56-3.208a.86.86%200%200%200-.856%200zm-.648%208.532a1.25%201.25%200%200%201-.624-1.089v-5.48l-5.532-3.238a.834.834%200%200%200-1.136.301A.8.8%200%200%200%202%2011.8v12.034a.97.97%200%200%200%20.497.848l11.135%206.213a.832.832%200%200%200%201.236-.722v-6.132zm13.808-1.156a1.24%201.24%200%200%201-.624%201.089l-5.46%203.15v6.131a.82.82%200%200%200%20.41.714a.83.83%200%200%200%20.825.008l11.138-6.213a.97.97%200%200%200%20.498-.862V11.72a.83.83%200%200%200-.417-.716a.83.83%200%200%200-.831.002l-5.539%203.238z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff4500%22%20d%3D%22M10.052%2012.36L4.159%208.914a.83.83%200%200%201-.295-1.137a.83.83%200%200%201%20.309-.3l11.388-6.353a.98.98%200%200%201%20.955%200l11.39%206.354a.83.83%200%200%201%20.318%201.13a.83.83%200%200%201-.302.306l-5.895%203.446l-5.56-3.208a.86.86%200%200%200-.856%200zm-.648%208.532a1.25%201.25%200%200%201-.624-1.089v-5.48l-5.532-3.238a.834.834%200%200%200-1.136.301A.8.8%200%200%200%202%2011.8v12.034a.97.97%200%200%200%20.497.848l11.135%206.213a.832.832%200%200%200%201.236-.722v-6.132zm13.808-1.156a1.24%201.24%200%200%201-.624%201.089l-5.46%203.15v6.131a.82.82%200%200%200%20.41.714a.83.83%200%200%200%20.825.008l11.138-6.213a.97.97%200%200%200%20.498-.862V11.72a.83.83%200%200%200-.417-.716a.83.83%200%200%200-.831.002l-5.539%203.238z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-devvit.svg?color=%231a73e8&size=48