x from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
x
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M504.6 148.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L320 270L184.6 107.5c-11.3-13.6-31.5-15.4-45.1-4.1s-15.4 31.5-4.1 45.1L278.3 320L135.4 491.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L320 370l135.4 162.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L361.7 320z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidX(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M504.6 148.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L320 270L184.6 107.5c-11.3-13.6-31.5-15.4-45.1-4.1s-15.4 31.5-4.1 45.1L278.3 320L135.4 491.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L320 370l135.4 162.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L361.7 320z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M504.6 148.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L320 270L184.6 107.5c-11.3-13.6-31.5-15.4-45.1-4.1s-15.4 31.5-4.1 45.1L278.3 320L135.4 491.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L320 370l135.4 162.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L361.7 320z"/></svg>
</template>

CSS

.icon-x {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M504.6%20148.5c11.3-13.6%209.5-33.8-4.1-45.1s-33.8-9.5-45.1%204.1L320%20270L184.6%20107.5c-11.3-13.6-31.5-15.4-45.1-4.1s-15.4%2031.5-4.1%2045.1L278.3%20320L135.4%20491.5c-11.3%2013.6-9.5%2033.8%204.1%2045.1s33.8%209.5%2045.1-4.1L320%20370l135.4%20162.5c11.3%2013.6%2031.5%2015.4%2045.1%204.1s15.4-31.5%204.1-45.1L361.7%20320z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M504.6%20148.5c11.3-13.6%209.5-33.8-4.1-45.1s-33.8-9.5-45.1%204.1L320%20270L184.6%20107.5c-11.3-13.6-31.5-15.4-45.1-4.1s-15.4%2031.5-4.1%2045.1L278.3%20320L135.4%20491.5c-11.3%2013.6-9.5%2033.8%204.1%2045.1s33.8%209.5%2045.1-4.1L320%20370l135.4%20162.5c11.3%2013.6%2031.5%2015.4%2045.1%204.1s15.4-31.5%204.1-45.1L361.7%20320z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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