file type codemagic logo
file-type-codemagic from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-codemagic
- 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 codemagic logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="url(#SVGZEeVremn1)" d="m28.62 13.8l-6.87-3.37a.28.28 0 0 1-.19-.19l-3.39-6.87C17.74 2.47 16.87 2 16 2s-1.74.47-2.17 1.37l-3.4 6.87a.3.3 0 0 1-.18.2l-6.88 3.38a2.44 2.44 0 0 0 0 4.39l6.88 3.36c.1.03.15.1.19.18l3.39 6.88c.43.9 1.3 1.37 2.2 1.37a2.4 2.4 0 0 0 2.18-1.37l3.36-6.88c.03-.09.1-.15.19-.18l6.87-3.4a2.44 2.44 0 0 0 0-4.38zm-5.13.49l-3.17 2.77a3.87 3.87 0 0 0-1.25 2.14l-.8 4.14a.33.33 0 0 1-.57.16l-2.76-3.18a3.87 3.87 0 0 0-2.15-1.24l-4.14-.81a.33.33 0 0 1-.15-.56l3.17-2.77a3.87 3.87 0 0 0 1.24-2.14l.81-4.14a.33.33 0 0 1 .56-.16l2.8 3.18c.56.62 1.3 1.08 2.15 1.24l4.14.8c.24.07.34.38.12.57" class="st0"/><defs><linearGradient id="SVGZEeVremn1" x1="5" x2="95" y1="5" y2="5" gradientTransform="matrix(.31 0 0 .31 .44 .45)" gradientUnits="userSpaceOnUse"><stop stop-color="#ec0c43"/><stop offset="1" stop-color="#fbb03b"/></linearGradient></defs></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeCodemagic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="url(#SVGZEeVremn1)" d="m28.62 13.8l-6.87-3.37a.28.28 0 0 1-.19-.19l-3.39-6.87C17.74 2.47 16.87 2 16 2s-1.74.47-2.17 1.37l-3.4 6.87a.3.3 0 0 1-.18.2l-6.88 3.38a2.44 2.44 0 0 0 0 4.39l6.88 3.36c.1.03.15.1.19.18l3.39 6.88c.43.9 1.3 1.37 2.2 1.37a2.4 2.4 0 0 0 2.18-1.37l3.36-6.88c.03-.09.1-.15.19-.18l6.87-3.4a2.44 2.44 0 0 0 0-4.38zm-5.13.49l-3.17 2.77a3.87 3.87 0 0 0-1.25 2.14l-.8 4.14a.33.33 0 0 1-.57.16l-2.76-3.18a3.87 3.87 0 0 0-2.15-1.24l-4.14-.81a.33.33 0 0 1-.15-.56l3.17-2.77a3.87 3.87 0 0 0 1.24-2.14l.81-4.14a.33.33 0 0 1 .56-.16l2.8 3.18c.56.62 1.3 1.08 2.15 1.24l4.14.8c.24.07.34.38.12.57" className="st0"/><defs><linearGradient id="SVGZEeVremn1" x1="5" x2="95" y1="5" y2="5" gradientTransform="matrix(.31 0 0 .31 .44 .45)" gradientUnits="userSpaceOnUse"><stop stopColor="#ec0c43"/><stop offset="1" stopColor="#fbb03b"/></linearGradient></defs></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="url(#SVGZEeVremn1)" d="m28.62 13.8l-6.87-3.37a.28.28 0 0 1-.19-.19l-3.39-6.87C17.74 2.47 16.87 2 16 2s-1.74.47-2.17 1.37l-3.4 6.87a.3.3 0 0 1-.18.2l-6.88 3.38a2.44 2.44 0 0 0 0 4.39l6.88 3.36c.1.03.15.1.19.18l3.39 6.88c.43.9 1.3 1.37 2.2 1.37a2.4 2.4 0 0 0 2.18-1.37l3.36-6.88c.03-.09.1-.15.19-.18l6.87-3.4a2.44 2.44 0 0 0 0-4.38zm-5.13.49l-3.17 2.77a3.87 3.87 0 0 0-1.25 2.14l-.8 4.14a.33.33 0 0 1-.57.16l-2.76-3.18a3.87 3.87 0 0 0-2.15-1.24l-4.14-.81a.33.33 0 0 1-.15-.56l3.17-2.77a3.87 3.87 0 0 0 1.24-2.14l.81-4.14a.33.33 0 0 1 .56-.16l2.8 3.18c.56.62 1.3 1.08 2.15 1.24l4.14.8c.24.07.34.38.12.57" class="st0"/><defs><linearGradient id="SVGZEeVremn1" x1="5" x2="95" y1="5" y2="5" gradientTransform="matrix(.31 0 0 .31 .44 .45)" gradientUnits="userSpaceOnUse"><stop stop-color="#ec0c43"/><stop offset="1" stop-color="#fbb03b"/></linearGradient></defs></svg> </template>
CSS
.icon-file-type-codemagic {
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%22url(%23SVGZEeVremn1)%22%20d%3D%22m28.62%2013.8l-6.87-3.37a.28.28%200%200%201-.19-.19l-3.39-6.87C17.74%202.47%2016.87%202%2016%202s-1.74.47-2.17%201.37l-3.4%206.87a.3.3%200%200%201-.18.2l-6.88%203.38a2.44%202.44%200%200%200%200%204.39l6.88%203.36c.1.03.15.1.19.18l3.39%206.88c.43.9%201.3%201.37%202.2%201.37a2.4%202.4%200%200%200%202.18-1.37l3.36-6.88c.03-.09.1-.15.19-.18l6.87-3.4a2.44%202.44%200%200%200%200-4.38zm-5.13.49l-3.17%202.77a3.87%203.87%200%200%200-1.25%202.14l-.8%204.14a.33.33%200%200%201-.57.16l-2.76-3.18a3.87%203.87%200%200%200-2.15-1.24l-4.14-.81a.33.33%200%200%201-.15-.56l3.17-2.77a3.87%203.87%200%200%200%201.24-2.14l.81-4.14a.33.33%200%200%201%20.56-.16l2.8%203.18c.56.62%201.3%201.08%202.15%201.24l4.14.8c.24.07.34.38.12.57%22%20class%3D%22st0%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZEeVremn1%22%20x1%3D%225%22%20x2%3D%2295%22%20y1%3D%225%22%20y2%3D%225%22%20gradientTransform%3D%22matrix(.31%200%200%20.31%20.44%20.45)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ec0c43%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fbb03b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23SVGZEeVremn1)%22%20d%3D%22m28.62%2013.8l-6.87-3.37a.28.28%200%200%201-.19-.19l-3.39-6.87C17.74%202.47%2016.87%202%2016%202s-1.74.47-2.17%201.37l-3.4%206.87a.3.3%200%200%201-.18.2l-6.88%203.38a2.44%202.44%200%200%200%200%204.39l6.88%203.36c.1.03.15.1.19.18l3.39%206.88c.43.9%201.3%201.37%202.2%201.37a2.4%202.4%200%200%200%202.18-1.37l3.36-6.88c.03-.09.1-.15.19-.18l6.87-3.4a2.44%202.44%200%200%200%200-4.38zm-5.13.49l-3.17%202.77a3.87%203.87%200%200%200-1.25%202.14l-.8%204.14a.33.33%200%200%201-.57.16l-2.76-3.18a3.87%203.87%200%200%200-2.15-1.24l-4.14-.81a.33.33%200%200%201-.15-.56l3.17-2.77a3.87%203.87%200%200%200%201.24-2.14l.81-4.14a.33.33%200%200%201%20.56-.16l2.8%203.18c.56.62%201.3%201.08%202.15%201.24l4.14.8c.24.07.34.38.12.57%22%20class%3D%22st0%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZEeVremn1%22%20x1%3D%225%22%20x2%3D%2295%22%20y1%3D%225%22%20y2%3D%225%22%20gradientTransform%3D%22matrix(.31%200%200%20.31%20.44%20.45)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ec0c43%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fbb03b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-codemagic.svg?color=%231a73e8&size=48