file type zensical logo

file-type-zensical from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-zensical
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type zensical logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGuw9jCc2t" x1="96.96" x2="203.04" y1="203.04" y2="96.96" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff8a8c"/><stop offset="1" stop-color="#ffc120"/></linearGradient></defs><path fill="url(#SVGuw9jCc2t)" d="M150 75a75 75 0 0 1 68.3 106a16 16 0 0 1-14.5 9.3h-33l4.5 12.4q2.5 7-1.1 13.4a15 15 0 0 1-11 7.8q-6.5 1-13.2 1.1a75 75 0 0 1-68.3-106c2.7-5.9 8.1-9.4 14.5-9.4h32.9l-4.5-12.3a16 16 0 0 1 1.2-13.4q3.7-6.4 11-7.7Q143.2 75 150 75m57.8 101.2a63.5 63.5 0 0 0-69-88.7a4.3 4.3 0 0 0-3.3 5.8l6 16.3h30.8c7.3 0 13.5 4.7 15.4 11.8c1.9 7-1 14.3-7.4 18L157 152.6l9.6 26.1h37.2q2.7-.1 4-2.6m-62.1-55l7.4 20.4l21.4-12.4c1.7-1 2.6-3 2-4.9a4 4 0 0 0-4.1-3.2zm-53.4 2.5q-5.6 12.2-5.7 26.3a63.5 63.5 0 0 0 74.6 62.5a4.3 4.3 0 0 0 3.3-5.7l-6-16.5H128c-7.3 0-13.4-4.7-15.3-11.8c-2-7 1-14.3 7.4-17.9l22.7-13.1l-9.6-26.4h-37q-2.8.1-4 2.6m62 55.1l-7.4-20.2l-21 12.1c-1.7 1-2.5 3-2 4.9s2.2 3.2 4.2 3.2z" transform="translate(-12 -12)scale(.18667)"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeZensical(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGuw9jCc2t" x1="96.96" x2="203.04" y1="203.04" y2="96.96" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ff8a8c"/><stop offset="1" stopColor="#ffc120"/></linearGradient></defs><path fill="url(#SVGuw9jCc2t)" d="M150 75a75 75 0 0 1 68.3 106a16 16 0 0 1-14.5 9.3h-33l4.5 12.4q2.5 7-1.1 13.4a15 15 0 0 1-11 7.8q-6.5 1-13.2 1.1a75 75 0 0 1-68.3-106c2.7-5.9 8.1-9.4 14.5-9.4h32.9l-4.5-12.3a16 16 0 0 1 1.2-13.4q3.7-6.4 11-7.7Q143.2 75 150 75m57.8 101.2a63.5 63.5 0 0 0-69-88.7a4.3 4.3 0 0 0-3.3 5.8l6 16.3h30.8c7.3 0 13.5 4.7 15.4 11.8c1.9 7-1 14.3-7.4 18L157 152.6l9.6 26.1h37.2q2.7-.1 4-2.6m-62.1-55l7.4 20.4l21.4-12.4c1.7-1 2.6-3 2-4.9a4 4 0 0 0-4.1-3.2zm-53.4 2.5q-5.6 12.2-5.7 26.3a63.5 63.5 0 0 0 74.6 62.5a4.3 4.3 0 0 0 3.3-5.7l-6-16.5H128c-7.3 0-13.4-4.7-15.3-11.8c-2-7 1-14.3 7.4-17.9l22.7-13.1l-9.6-26.4h-37q-2.8.1-4 2.6m62 55.1l-7.4-20.2l-21 12.1c-1.7 1-2.5 3-2 4.9s2.2 3.2 4.2 3.2z" transform="translate(-12 -12)scale(.18667)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGuw9jCc2t" x1="96.96" x2="203.04" y1="203.04" y2="96.96" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff8a8c"/><stop offset="1" stop-color="#ffc120"/></linearGradient></defs><path fill="url(#SVGuw9jCc2t)" d="M150 75a75 75 0 0 1 68.3 106a16 16 0 0 1-14.5 9.3h-33l4.5 12.4q2.5 7-1.1 13.4a15 15 0 0 1-11 7.8q-6.5 1-13.2 1.1a75 75 0 0 1-68.3-106c2.7-5.9 8.1-9.4 14.5-9.4h32.9l-4.5-12.3a16 16 0 0 1 1.2-13.4q3.7-6.4 11-7.7Q143.2 75 150 75m57.8 101.2a63.5 63.5 0 0 0-69-88.7a4.3 4.3 0 0 0-3.3 5.8l6 16.3h30.8c7.3 0 13.5 4.7 15.4 11.8c1.9 7-1 14.3-7.4 18L157 152.6l9.6 26.1h37.2q2.7-.1 4-2.6m-62.1-55l7.4 20.4l21.4-12.4c1.7-1 2.6-3 2-4.9a4 4 0 0 0-4.1-3.2zm-53.4 2.5q-5.6 12.2-5.7 26.3a63.5 63.5 0 0 0 74.6 62.5a4.3 4.3 0 0 0 3.3-5.7l-6-16.5H128c-7.3 0-13.4-4.7-15.3-11.8c-2-7 1-14.3 7.4-17.9l22.7-13.1l-9.6-26.4h-37q-2.8.1-4 2.6m62 55.1l-7.4-20.2l-21 12.1c-1.7 1-2.5 3-2 4.9s2.2 3.2 4.2 3.2z" transform="translate(-12 -12)scale(.18667)"/></svg>
</template>

CSS

.icon-file-type-zensical {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGuw9jCc2t%22%20x1%3D%2296.96%22%20x2%3D%22203.04%22%20y1%3D%22203.04%22%20y2%3D%2296.96%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff8a8c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffc120%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGuw9jCc2t)%22%20d%3D%22M150%2075a75%2075%200%200%201%2068.3%20106a16%2016%200%200%201-14.5%209.3h-33l4.5%2012.4q2.5%207-1.1%2013.4a15%2015%200%200%201-11%207.8q-6.5%201-13.2%201.1a75%2075%200%200%201-68.3-106c2.7-5.9%208.1-9.4%2014.5-9.4h32.9l-4.5-12.3a16%2016%200%200%201%201.2-13.4q3.7-6.4%2011-7.7Q143.2%2075%20150%2075m57.8%20101.2a63.5%2063.5%200%200%200-69-88.7a4.3%204.3%200%200%200-3.3%205.8l6%2016.3h30.8c7.3%200%2013.5%204.7%2015.4%2011.8c1.9%207-1%2014.3-7.4%2018L157%20152.6l9.6%2026.1h37.2q2.7-.1%204-2.6m-62.1-55l7.4%2020.4l21.4-12.4c1.7-1%202.6-3%202-4.9a4%204%200%200%200-4.1-3.2zm-53.4%202.5q-5.6%2012.2-5.7%2026.3a63.5%2063.5%200%200%200%2074.6%2062.5a4.3%204.3%200%200%200%203.3-5.7l-6-16.5H128c-7.3%200-13.4-4.7-15.3-11.8c-2-7%201-14.3%207.4-17.9l22.7-13.1l-9.6-26.4h-37q-2.8.1-4%202.6m62%2055.1l-7.4-20.2l-21%2012.1c-1.7%201-2.5%203-2%204.9s2.2%203.2%204.2%203.2z%22%20transform%3D%22translate(-12%20-12)scale(.18667)%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGuw9jCc2t%22%20x1%3D%2296.96%22%20x2%3D%22203.04%22%20y1%3D%22203.04%22%20y2%3D%2296.96%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff8a8c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffc120%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGuw9jCc2t)%22%20d%3D%22M150%2075a75%2075%200%200%201%2068.3%20106a16%2016%200%200%201-14.5%209.3h-33l4.5%2012.4q2.5%207-1.1%2013.4a15%2015%200%200%201-11%207.8q-6.5%201-13.2%201.1a75%2075%200%200%201-68.3-106c2.7-5.9%208.1-9.4%2014.5-9.4h32.9l-4.5-12.3a16%2016%200%200%201%201.2-13.4q3.7-6.4%2011-7.7Q143.2%2075%20150%2075m57.8%20101.2a63.5%2063.5%200%200%200-69-88.7a4.3%204.3%200%200%200-3.3%205.8l6%2016.3h30.8c7.3%200%2013.5%204.7%2015.4%2011.8c1.9%207-1%2014.3-7.4%2018L157%20152.6l9.6%2026.1h37.2q2.7-.1%204-2.6m-62.1-55l7.4%2020.4l21.4-12.4c1.7-1%202.6-3%202-4.9a4%204%200%200%200-4.1-3.2zm-53.4%202.5q-5.6%2012.2-5.7%2026.3a63.5%2063.5%200%200%200%2074.6%2062.5a4.3%204.3%200%200%200%203.3-5.7l-6-16.5H128c-7.3%200-13.4-4.7-15.3-11.8c-2-7%201-14.3%207.4-17.9l22.7-13.1l-9.6-26.4h-37q-2.8.1-4%202.6m62%2055.1l-7.4-20.2l-21%2012.1c-1.7%201-2.5%203-2%204.9s2.2%203.2%204.2%203.2z%22%20transform%3D%22translate(-12%20-12)scale(.18667)%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-zensical.svg?color=%231a73e8&size=48