file type darcs logo

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

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

Related icons in VSCode Icons

Use the file type darcs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#72ff01" d="M27.1 13.224c-1.8 0-2.515 1.222-3.952 1.868s-2.515.359-3.018-.575s-.072-1.8 1.653-2.731s2.012.359 4.024-.862s1.006-3.521.575-4.312a2.936 2.936 0 0 0-4.312-.5c-1.94 1.509-1.15 3.737-1.725 4.887a2.36 2.36 0 0 1-2.8 1.15c-.719-.359-.791-1.8-.5-3.018s1.509-1.222 2.228-3.378a3.08 3.08 0 0 0-2.515-3.737a2.9 2.9 0 0 0-3.306 2.371c-.423 2.959 1.15 2.659 1.8 4.384c.329.877.5 2.371-.431 3.09s-2.587-.575-2.946-1.509s-.072-3.737-1.078-4.527a3.214 3.214 0 0 0-4.24-.144c-1.725 1.294-.9 4.229 0 4.743c2.012 1.15 3.719.831 4.491 1.258c1.047.579 1.473 1.329 1.114 2.336c-.634 1.776-1.8.934-2.731 1.006s-2.156-2.084-3.88-2.515a3.36 3.36 0 0 0-3.449 2.659c0 2.336.893 3.385 3.467 3.512c1.413.07 2.722-2.165 4.191-2.185c.794-.011 1.755-.344 2.155.7c.673 1.748-.423 2.1-1.133 2.717c-1.048.9-2.869.088-4.309 1.071a2.96 2.96 0 0 0-.4 4.672a2.836 2.836 0 0 0 4.336-.28c1.234-1.773.539-3.466 1.569-4.656c.131-.151 1.534-1.877 2.724-.7c.66.655.791 2.017.183 3.478c-.385.925-1.748.549-2.1 2.981a2.88 2.88 0 0 0 2.408 3.49a3.23 3.23 0 0 0 3.51-2.325c.675-2.613-1.537-3.392-2.03-4.546c-.5-1.172-.6-1.739.59-3.032c.659-.719 2.53.372 2.964 1.286c.675 1.42-.183 2.783 1.006 4.352a2.976 2.976 0 0 0 4.694-.011c.824-.916 1.462-2.32-.158-4.15c-.783-.885-2.452-.765-4.333-1.29c-.924-.258-1.992-1.6-1.633-2.542c.265-.7 1.232-1.115 2.569-.817c1.94.431 2.6 2.148 4.168 2.371a2.943 2.943 0 0 0 3.36-2.734a2.8 2.8 0 0 0-2.8-3.306m-11.14 5.029a2.229 2.229 0 1 1 2.229-2.229a2.23 2.23 0 0 1-2.233 2.229Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeDarcs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#72ff01" d="M27.1 13.224c-1.8 0-2.515 1.222-3.952 1.868s-2.515.359-3.018-.575s-.072-1.8 1.653-2.731s2.012.359 4.024-.862s1.006-3.521.575-4.312a2.936 2.936 0 0 0-4.312-.5c-1.94 1.509-1.15 3.737-1.725 4.887a2.36 2.36 0 0 1-2.8 1.15c-.719-.359-.791-1.8-.5-3.018s1.509-1.222 2.228-3.378a3.08 3.08 0 0 0-2.515-3.737a2.9 2.9 0 0 0-3.306 2.371c-.423 2.959 1.15 2.659 1.8 4.384c.329.877.5 2.371-.431 3.09s-2.587-.575-2.946-1.509s-.072-3.737-1.078-4.527a3.214 3.214 0 0 0-4.24-.144c-1.725 1.294-.9 4.229 0 4.743c2.012 1.15 3.719.831 4.491 1.258c1.047.579 1.473 1.329 1.114 2.336c-.634 1.776-1.8.934-2.731 1.006s-2.156-2.084-3.88-2.515a3.36 3.36 0 0 0-3.449 2.659c0 2.336.893 3.385 3.467 3.512c1.413.07 2.722-2.165 4.191-2.185c.794-.011 1.755-.344 2.155.7c.673 1.748-.423 2.1-1.133 2.717c-1.048.9-2.869.088-4.309 1.071a2.96 2.96 0 0 0-.4 4.672a2.836 2.836 0 0 0 4.336-.28c1.234-1.773.539-3.466 1.569-4.656c.131-.151 1.534-1.877 2.724-.7c.66.655.791 2.017.183 3.478c-.385.925-1.748.549-2.1 2.981a2.88 2.88 0 0 0 2.408 3.49a3.23 3.23 0 0 0 3.51-2.325c.675-2.613-1.537-3.392-2.03-4.546c-.5-1.172-.6-1.739.59-3.032c.659-.719 2.53.372 2.964 1.286c.675 1.42-.183 2.783 1.006 4.352a2.976 2.976 0 0 0 4.694-.011c.824-.916 1.462-2.32-.158-4.15c-.783-.885-2.452-.765-4.333-1.29c-.924-.258-1.992-1.6-1.633-2.542c.265-.7 1.232-1.115 2.569-.817c1.94.431 2.6 2.148 4.168 2.371a2.943 2.943 0 0 0 3.36-2.734a2.8 2.8 0 0 0-2.8-3.306m-11.14 5.029a2.229 2.229 0 1 1 2.229-2.229a2.23 2.23 0 0 1-2.233 2.229Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#72ff01" d="M27.1 13.224c-1.8 0-2.515 1.222-3.952 1.868s-2.515.359-3.018-.575s-.072-1.8 1.653-2.731s2.012.359 4.024-.862s1.006-3.521.575-4.312a2.936 2.936 0 0 0-4.312-.5c-1.94 1.509-1.15 3.737-1.725 4.887a2.36 2.36 0 0 1-2.8 1.15c-.719-.359-.791-1.8-.5-3.018s1.509-1.222 2.228-3.378a3.08 3.08 0 0 0-2.515-3.737a2.9 2.9 0 0 0-3.306 2.371c-.423 2.959 1.15 2.659 1.8 4.384c.329.877.5 2.371-.431 3.09s-2.587-.575-2.946-1.509s-.072-3.737-1.078-4.527a3.214 3.214 0 0 0-4.24-.144c-1.725 1.294-.9 4.229 0 4.743c2.012 1.15 3.719.831 4.491 1.258c1.047.579 1.473 1.329 1.114 2.336c-.634 1.776-1.8.934-2.731 1.006s-2.156-2.084-3.88-2.515a3.36 3.36 0 0 0-3.449 2.659c0 2.336.893 3.385 3.467 3.512c1.413.07 2.722-2.165 4.191-2.185c.794-.011 1.755-.344 2.155.7c.673 1.748-.423 2.1-1.133 2.717c-1.048.9-2.869.088-4.309 1.071a2.96 2.96 0 0 0-.4 4.672a2.836 2.836 0 0 0 4.336-.28c1.234-1.773.539-3.466 1.569-4.656c.131-.151 1.534-1.877 2.724-.7c.66.655.791 2.017.183 3.478c-.385.925-1.748.549-2.1 2.981a2.88 2.88 0 0 0 2.408 3.49a3.23 3.23 0 0 0 3.51-2.325c.675-2.613-1.537-3.392-2.03-4.546c-.5-1.172-.6-1.739.59-3.032c.659-.719 2.53.372 2.964 1.286c.675 1.42-.183 2.783 1.006 4.352a2.976 2.976 0 0 0 4.694-.011c.824-.916 1.462-2.32-.158-4.15c-.783-.885-2.452-.765-4.333-1.29c-.924-.258-1.992-1.6-1.633-2.542c.265-.7 1.232-1.115 2.569-.817c1.94.431 2.6 2.148 4.168 2.371a2.943 2.943 0 0 0 3.36-2.734a2.8 2.8 0 0 0-2.8-3.306m-11.14 5.029a2.229 2.229 0 1 1 2.229-2.229a2.23 2.23 0 0 1-2.233 2.229Z"/></svg>
</template>

CSS

.icon-file-type-darcs {
  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%2372ff01%22%20d%3D%22M27.1%2013.224c-1.8%200-2.515%201.222-3.952%201.868s-2.515.359-3.018-.575s-.072-1.8%201.653-2.731s2.012.359%204.024-.862s1.006-3.521.575-4.312a2.936%202.936%200%200%200-4.312-.5c-1.94%201.509-1.15%203.737-1.725%204.887a2.36%202.36%200%200%201-2.8%201.15c-.719-.359-.791-1.8-.5-3.018s1.509-1.222%202.228-3.378a3.08%203.08%200%200%200-2.515-3.737a2.9%202.9%200%200%200-3.306%202.371c-.423%202.959%201.15%202.659%201.8%204.384c.329.877.5%202.371-.431%203.09s-2.587-.575-2.946-1.509s-.072-3.737-1.078-4.527a3.214%203.214%200%200%200-4.24-.144c-1.725%201.294-.9%204.229%200%204.743c2.012%201.15%203.719.831%204.491%201.258c1.047.579%201.473%201.329%201.114%202.336c-.634%201.776-1.8.934-2.731%201.006s-2.156-2.084-3.88-2.515a3.36%203.36%200%200%200-3.449%202.659c0%202.336.893%203.385%203.467%203.512c1.413.07%202.722-2.165%204.191-2.185c.794-.011%201.755-.344%202.155.7c.673%201.748-.423%202.1-1.133%202.717c-1.048.9-2.869.088-4.309%201.071a2.96%202.96%200%200%200-.4%204.672a2.836%202.836%200%200%200%204.336-.28c1.234-1.773.539-3.466%201.569-4.656c.131-.151%201.534-1.877%202.724-.7c.66.655.791%202.017.183%203.478c-.385.925-1.748.549-2.1%202.981a2.88%202.88%200%200%200%202.408%203.49a3.23%203.23%200%200%200%203.51-2.325c.675-2.613-1.537-3.392-2.03-4.546c-.5-1.172-.6-1.739.59-3.032c.659-.719%202.53.372%202.964%201.286c.675%201.42-.183%202.783%201.006%204.352a2.976%202.976%200%200%200%204.694-.011c.824-.916%201.462-2.32-.158-4.15c-.783-.885-2.452-.765-4.333-1.29c-.924-.258-1.992-1.6-1.633-2.542c.265-.7%201.232-1.115%202.569-.817c1.94.431%202.6%202.148%204.168%202.371a2.943%202.943%200%200%200%203.36-2.734a2.8%202.8%200%200%200-2.8-3.306m-11.14%205.029a2.229%202.229%200%201%201%202.229-2.229a2.23%202.23%200%200%201-2.233%202.229Z%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%2372ff01%22%20d%3D%22M27.1%2013.224c-1.8%200-2.515%201.222-3.952%201.868s-2.515.359-3.018-.575s-.072-1.8%201.653-2.731s2.012.359%204.024-.862s1.006-3.521.575-4.312a2.936%202.936%200%200%200-4.312-.5c-1.94%201.509-1.15%203.737-1.725%204.887a2.36%202.36%200%200%201-2.8%201.15c-.719-.359-.791-1.8-.5-3.018s1.509-1.222%202.228-3.378a3.08%203.08%200%200%200-2.515-3.737a2.9%202.9%200%200%200-3.306%202.371c-.423%202.959%201.15%202.659%201.8%204.384c.329.877.5%202.371-.431%203.09s-2.587-.575-2.946-1.509s-.072-3.737-1.078-4.527a3.214%203.214%200%200%200-4.24-.144c-1.725%201.294-.9%204.229%200%204.743c2.012%201.15%203.719.831%204.491%201.258c1.047.579%201.473%201.329%201.114%202.336c-.634%201.776-1.8.934-2.731%201.006s-2.156-2.084-3.88-2.515a3.36%203.36%200%200%200-3.449%202.659c0%202.336.893%203.385%203.467%203.512c1.413.07%202.722-2.165%204.191-2.185c.794-.011%201.755-.344%202.155.7c.673%201.748-.423%202.1-1.133%202.717c-1.048.9-2.869.088-4.309%201.071a2.96%202.96%200%200%200-.4%204.672a2.836%202.836%200%200%200%204.336-.28c1.234-1.773.539-3.466%201.569-4.656c.131-.151%201.534-1.877%202.724-.7c.66.655.791%202.017.183%203.478c-.385.925-1.748.549-2.1%202.981a2.88%202.88%200%200%200%202.408%203.49a3.23%203.23%200%200%200%203.51-2.325c.675-2.613-1.537-3.392-2.03-4.546c-.5-1.172-.6-1.739.59-3.032c.659-.719%202.53.372%202.964%201.286c.675%201.42-.183%202.783%201.006%204.352a2.976%202.976%200%200%200%204.694-.011c.824-.916%201.462-2.32-.158-4.15c-.783-.885-2.452-.765-4.333-1.29c-.924-.258-1.992-1.6-1.633-2.542c.265-.7%201.232-1.115%202.569-.817c1.94.431%202.6%202.148%204.168%202.371a2.943%202.943%200%200%200%203.36-2.734a2.8%202.8%200%200%200-2.8-3.306m-11.14%205.029a2.229%202.229%200%201%201%202.229-2.229a2.23%202.23%200%200%201-2.233%202.229Z%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-darcs.svg?color=%231a73e8&size=48