x-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
x-logo-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the x logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.37 213.85L147.13 112.9L211 42.69a4 4 0 0 0-6-5.38l-62.32 68.59l-43.3-68.05A4 4 0 0 0 96 36H48a4 4 0 0 0-3.37 6.15l64.24 100.95L45 213.31a4 4 0 1 0 6 5.38l62.36-68.59l43.3 68.05A4 4 0 0 0 160 220h48a4 4 0 0 0 3.37-6.15M162.2 212L55.29 44H93.8l106.91 168Z"/></svg>

React

import type { SVGProps } from "react";

export function PhXLogoThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.37 213.85L147.13 112.9L211 42.69a4 4 0 0 0-6-5.38l-62.32 68.59l-43.3-68.05A4 4 0 0 0 96 36H48a4 4 0 0 0-3.37 6.15l64.24 100.95L45 213.31a4 4 0 1 0 6 5.38l62.36-68.59l43.3 68.05A4 4 0 0 0 160 220h48a4 4 0 0 0 3.37-6.15M162.2 212L55.29 44H93.8l106.91 168Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M211.37 213.85L147.13 112.9L211 42.69a4 4 0 0 0-6-5.38l-62.32 68.59l-43.3-68.05A4 4 0 0 0 96 36H48a4 4 0 0 0-3.37 6.15l64.24 100.95L45 213.31a4 4 0 1 0 6 5.38l62.36-68.59l43.3 68.05A4 4 0 0 0 160 220h48a4 4 0 0 0 3.37-6.15M162.2 212L55.29 44H93.8l106.91 168Z"/></svg>
</template>

CSS

.icon-x-logo-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M211.37%20213.85L147.13%20112.9L211%2042.69a4%204%200%200%200-6-5.38l-62.32%2068.59l-43.3-68.05A4%204%200%200%200%2096%2036H48a4%204%200%200%200-3.37%206.15l64.24%20100.95L45%20213.31a4%204%200%201%200%206%205.38l62.36-68.59l43.3%2068.05A4%204%200%200%200%20160%20220h48a4%204%200%200%200%203.37-6.15M162.2%20212L55.29%2044H93.8l106.91%20168Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M211.37%20213.85L147.13%20112.9L211%2042.69a4%204%200%200%200-6-5.38l-62.32%2068.59l-43.3-68.05A4%204%200%200%200%2096%2036H48a4%204%200%200%200-3.37%206.15l64.24%20100.95L45%20213.31a4%204%200%201%200%206%205.38l62.36-68.59l43.3%2068.05A4%204%200%200%200%20160%20220h48a4%204%200%200%200%203.37-6.15M162.2%20212L55.29%2044H93.8l106.91%20168Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/x-logo-thin.svg?color=%231a73e8&size=48