file type solidarity logo

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

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

Related icons in VSCode Icons

Use the file type solidarity logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e73536" d="M16 2a9.3 9.3 0 0 0-9.428 9.17a2.656 2.656 0 0 0 5.312 0A4.027 4.027 0 0 1 16 7.24A2.62 2.62 0 1 0 16 2" opacity=".8"/><path fill="#938b98" d="M25.432 11.17A9.3 9.3 0 0 0 16 2a2.62 2.62 0 1 0 0 5.24a4.027 4.027 0 0 1 4.117 3.93a2.656 2.656 0 0 0 5.312 0Z" opacity=".7"/><path fill="#e73536" d="M16 30a9.3 9.3 0 0 0 9.428-9.17a2.656 2.656 0 0 0-5.312 0A4.027 4.027 0 0 1 16 24.76A2.62 2.62 0 1 0 16 30" opacity=".8"/><path fill="#938b98" d="M6.568 20.83A9.3 9.3 0 0 0 16 30a2.62 2.62 0 1 0 0-5.24a4.027 4.027 0 0 1-4.117-3.93a2.656 2.656 0 0 0-5.312 0Z" opacity=".7"/><path fill="#4c3e54" d="m7.693 13.36l13.552 9.664a2.637 2.637 0 0 0 3.7-.645a2.7 2.7 0 0 0-.639-3.74L10.755 8.975a2.637 2.637 0 0 0-3.7.645a2.7 2.7 0 0 0 .638 3.74" opacity=".7"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSolidarity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e73536" d="M16 2a9.3 9.3 0 0 0-9.428 9.17a2.656 2.656 0 0 0 5.312 0A4.027 4.027 0 0 1 16 7.24A2.62 2.62 0 1 0 16 2" opacity=".8"/><path fill="#938b98" d="M25.432 11.17A9.3 9.3 0 0 0 16 2a2.62 2.62 0 1 0 0 5.24a4.027 4.027 0 0 1 4.117 3.93a2.656 2.656 0 0 0 5.312 0Z" opacity=".7"/><path fill="#e73536" d="M16 30a9.3 9.3 0 0 0 9.428-9.17a2.656 2.656 0 0 0-5.312 0A4.027 4.027 0 0 1 16 24.76A2.62 2.62 0 1 0 16 30" opacity=".8"/><path fill="#938b98" d="M6.568 20.83A9.3 9.3 0 0 0 16 30a2.62 2.62 0 1 0 0-5.24a4.027 4.027 0 0 1-4.117-3.93a2.656 2.656 0 0 0-5.312 0Z" opacity=".7"/><path fill="#4c3e54" d="m7.693 13.36l13.552 9.664a2.637 2.637 0 0 0 3.7-.645a2.7 2.7 0 0 0-.639-3.74L10.755 8.975a2.637 2.637 0 0 0-3.7.645a2.7 2.7 0 0 0 .638 3.74" opacity=".7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e73536" d="M16 2a9.3 9.3 0 0 0-9.428 9.17a2.656 2.656 0 0 0 5.312 0A4.027 4.027 0 0 1 16 7.24A2.62 2.62 0 1 0 16 2" opacity=".8"/><path fill="#938b98" d="M25.432 11.17A9.3 9.3 0 0 0 16 2a2.62 2.62 0 1 0 0 5.24a4.027 4.027 0 0 1 4.117 3.93a2.656 2.656 0 0 0 5.312 0Z" opacity=".7"/><path fill="#e73536" d="M16 30a9.3 9.3 0 0 0 9.428-9.17a2.656 2.656 0 0 0-5.312 0A4.027 4.027 0 0 1 16 24.76A2.62 2.62 0 1 0 16 30" opacity=".8"/><path fill="#938b98" d="M6.568 20.83A9.3 9.3 0 0 0 16 30a2.62 2.62 0 1 0 0-5.24a4.027 4.027 0 0 1-4.117-3.93a2.656 2.656 0 0 0-5.312 0Z" opacity=".7"/><path fill="#4c3e54" d="m7.693 13.36l13.552 9.664a2.637 2.637 0 0 0 3.7-.645a2.7 2.7 0 0 0-.639-3.74L10.755 8.975a2.637 2.637 0 0 0-3.7.645a2.7 2.7 0 0 0 .638 3.74" opacity=".7"/></svg>
</template>

CSS

.icon-file-type-solidarity {
  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%23e73536%22%20d%3D%22M16%202a9.3%209.3%200%200%200-9.428%209.17a2.656%202.656%200%200%200%205.312%200A4.027%204.027%200%200%201%2016%207.24A2.62%202.62%200%201%200%2016%202%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22%23938b98%22%20d%3D%22M25.432%2011.17A9.3%209.3%200%200%200%2016%202a2.62%202.62%200%201%200%200%205.24a4.027%204.027%200%200%201%204.117%203.93a2.656%202.656%200%200%200%205.312%200Z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22%23e73536%22%20d%3D%22M16%2030a9.3%209.3%200%200%200%209.428-9.17a2.656%202.656%200%200%200-5.312%200A4.027%204.027%200%200%201%2016%2024.76A2.62%202.62%200%201%200%2016%2030%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22%23938b98%22%20d%3D%22M6.568%2020.83A9.3%209.3%200%200%200%2016%2030a2.62%202.62%200%201%200%200-5.24a4.027%204.027%200%200%201-4.117-3.93a2.656%202.656%200%200%200-5.312%200Z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22%234c3e54%22%20d%3D%22m7.693%2013.36l13.552%209.664a2.637%202.637%200%200%200%203.7-.645a2.7%202.7%200%200%200-.639-3.74L10.755%208.975a2.637%202.637%200%200%200-3.7.645a2.7%202.7%200%200%200%20.638%203.74%22%20opacity%3D%22.7%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%23e73536%22%20d%3D%22M16%202a9.3%209.3%200%200%200-9.428%209.17a2.656%202.656%200%200%200%205.312%200A4.027%204.027%200%200%201%2016%207.24A2.62%202.62%200%201%200%2016%202%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22%23938b98%22%20d%3D%22M25.432%2011.17A9.3%209.3%200%200%200%2016%202a2.62%202.62%200%201%200%200%205.24a4.027%204.027%200%200%201%204.117%203.93a2.656%202.656%200%200%200%205.312%200Z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22%23e73536%22%20d%3D%22M16%2030a9.3%209.3%200%200%200%209.428-9.17a2.656%202.656%200%200%200-5.312%200A4.027%204.027%200%200%201%2016%2024.76A2.62%202.62%200%201%200%2016%2030%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22%23938b98%22%20d%3D%22M6.568%2020.83A9.3%209.3%200%200%200%2016%2030a2.62%202.62%200%201%200%200-5.24a4.027%204.027%200%200%201-4.117-3.93a2.656%202.656%200%200%200-5.312%200Z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22%234c3e54%22%20d%3D%22m7.693%2013.36l13.552%209.664a2.637%202.637%200%200%200%203.7-.645a2.7%202.7%200%200%200-.639-3.74L10.755%208.975a2.637%202.637%200%200%200-3.7.645a2.7%202.7%200%200%200%20.638%203.74%22%20opacity%3D%22.7%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-solidarity.svg?color=%231a73e8&size=48