function of x icon

function-of-x from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
function-of-x
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the function of x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M2 18.222c.189.85.57 1.778 1.562 1.778c1.72 0 2.149-1.778 3.438-8s1.719-8 3.438-8c.993 0 1.373.928 1.562 1.778m-7.083 4h5.52M21 12c1.38 3.253 1.285 4.98 0 8m-9-8c-1.38 3.253-1.285 4.98 0 8"/><path d="M14.29 14c.803-.03 1.262.064 1.533.546c.328.67 1.156 2.522 1.36 2.926c.124.177.288.432.817.515l.71.013"/><path d="M19.003 14c-1.124 0-1.916 1.288-2.444 1.936c-.768 1.008-1.632 2.114-2.563 2.064"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFunctionOfX(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M2 18.222c.189.85.57 1.778 1.562 1.778c1.72 0 2.149-1.778 3.438-8s1.719-8 3.438-8c.993 0 1.373.928 1.562 1.778m-7.083 4h5.52M21 12c1.38 3.253 1.285 4.98 0 8m-9-8c-1.38 3.253-1.285 4.98 0 8"/><path d="M14.29 14c.803-.03 1.262.064 1.533.546c.328.67 1.156 2.522 1.36 2.926c.124.177.288.432.817.515l.71.013"/><path d="M19.003 14c-1.124 0-1.916 1.288-2.444 1.936c-.768 1.008-1.632 2.114-2.563 2.064"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M2 18.222c.189.85.57 1.778 1.562 1.778c1.72 0 2.149-1.778 3.438-8s1.719-8 3.438-8c.993 0 1.373.928 1.562 1.778m-7.083 4h5.52M21 12c1.38 3.253 1.285 4.98 0 8m-9-8c-1.38 3.253-1.285 4.98 0 8"/><path d="M14.29 14c.803-.03 1.262.064 1.533.546c.328.67 1.156 2.522 1.36 2.926c.124.177.288.432.817.515l.71.013"/><path d="M19.003 14c-1.124 0-1.916 1.288-2.444 1.936c-.768 1.008-1.632 2.114-2.563 2.064"/></g></svg>
</template>

CSS

.icon-function-of-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2018.222c.189.85.57%201.778%201.562%201.778c1.72%200%202.149-1.778%203.438-8s1.719-8%203.438-8c.993%200%201.373.928%201.562%201.778m-7.083%204h5.52M21%2012c1.38%203.253%201.285%204.98%200%208m-9-8c-1.38%203.253-1.285%204.98%200%208%22%2F%3E%3Cpath%20d%3D%22M14.29%2014c.803-.03%201.262.064%201.533.546c.328.67%201.156%202.522%201.36%202.926c.124.177.288.432.817.515l.71.013%22%2F%3E%3Cpath%20d%3D%22M19.003%2014c-1.124%200-1.916%201.288-2.444%201.936c-.768%201.008-1.632%202.114-2.563%202.064%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2018.222c.189.85.57%201.778%201.562%201.778c1.72%200%202.149-1.778%203.438-8s1.719-8%203.438-8c.993%200%201.373.928%201.562%201.778m-7.083%204h5.52M21%2012c1.38%203.253%201.285%204.98%200%208m-9-8c-1.38%203.253-1.285%204.98%200%208%22%2F%3E%3Cpath%20d%3D%22M14.29%2014c.803-.03%201.262.064%201.533.546c.328.67%201.156%202.522%201.36%202.926c.124.177.288.432.817.515l.71.013%22%2F%3E%3Cpath%20d%3D%22M19.003%2014c-1.124%200-1.916%201.288-2.444%201.936c-.768%201.008-1.632%202.114-2.563%202.064%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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