variable icon

variable-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
variable-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the variable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.254 2.292a.75.75 0 0 1 .954.461A28.1 28.1 0 0 1 21.75 12a28.1 28.1 0 0 1-1.542 9.247a.75.75 0 1 1-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 0 1 .461-.954m-14.228.013a.75.75 0 0 1 .414.976A23.2 23.2 0 0 0 3.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 0 1-1.39.563c-1.161-2.867-1.8-6-1.8-9.281c0-3.28.639-6.414 1.8-9.281a.75.75 0 0 1 .976-.414m4.275 5.052a1.5 1.5 0 0 1 2.21.803l.716 2.148L13.6 8.246a2.44 2.44 0 0 1 2.978-.892l.213.09a.75.75 0 1 1-.584 1.381l-.214-.09a.94.94 0 0 0-1.145.343l-2.021 3.033l1.084 3.255l1.445-.89a.75.75 0 1 1 .786 1.278l-1.444.889a1.5 1.5 0 0 1-2.21-.803l-.716-2.148l-1.374 2.062a2.44 2.44 0 0 1-2.978.892l-.213-.09a.75.75 0 0 1 .584-1.381l.214.09a.94.94 0 0 0 1.145-.344l2.021-3.032l-1.084-3.255l-1.445.89a.75.75 0 1 1-.786-1.278z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsVariableSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M19.254 2.292a.75.75 0 0 1 .954.461A28.1 28.1 0 0 1 21.75 12a28.1 28.1 0 0 1-1.542 9.247a.75.75 0 1 1-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 0 1 .461-.954m-14.228.013a.75.75 0 0 1 .414.976A23.2 23.2 0 0 0 3.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 0 1-1.39.563c-1.161-2.867-1.8-6-1.8-9.281c0-3.28.639-6.414 1.8-9.281a.75.75 0 0 1 .976-.414m4.275 5.052a1.5 1.5 0 0 1 2.21.803l.716 2.148L13.6 8.246a2.44 2.44 0 0 1 2.978-.892l.213.09a.75.75 0 1 1-.584 1.381l-.214-.09a.94.94 0 0 0-1.145.343l-2.021 3.033l1.084 3.255l1.445-.89a.75.75 0 1 1 .786 1.278l-1.444.889a1.5 1.5 0 0 1-2.21-.803l-.716-2.148l-1.374 2.062a2.44 2.44 0 0 1-2.978.892l-.213-.09a.75.75 0 0 1 .584-1.381l.214.09a.94.94 0 0 0 1.145-.344l2.021-3.032l-1.084-3.255l-1.445.89a.75.75 0 1 1-.786-1.278z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.254 2.292a.75.75 0 0 1 .954.461A28.1 28.1 0 0 1 21.75 12a28.1 28.1 0 0 1-1.542 9.247a.75.75 0 1 1-1.416-.494c.94-2.7 1.458-5.654 1.458-8.753s-.519-6.054-1.458-8.754a.75.75 0 0 1 .461-.954m-14.228.013a.75.75 0 0 1 .414.976A23.2 23.2 0 0 0 3.75 12c0 3.085.6 6.027 1.69 8.718a.75.75 0 0 1-1.39.563c-1.161-2.867-1.8-6-1.8-9.281c0-3.28.639-6.414 1.8-9.281a.75.75 0 0 1 .976-.414m4.275 5.052a1.5 1.5 0 0 1 2.21.803l.716 2.148L13.6 8.246a2.44 2.44 0 0 1 2.978-.892l.213.09a.75.75 0 1 1-.584 1.381l-.214-.09a.94.94 0 0 0-1.145.343l-2.021 3.033l1.084 3.255l1.445-.89a.75.75 0 1 1 .786 1.278l-1.444.889a1.5 1.5 0 0 1-2.21-.803l-.716-2.148l-1.374 2.062a2.44 2.44 0 0 1-2.978.892l-.213-.09a.75.75 0 0 1 .584-1.381l.214.09a.94.94 0 0 0 1.145-.344l2.021-3.032l-1.084-3.255l-1.445.89a.75.75 0 1 1-.786-1.278z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-variable-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.254%202.292a.75.75%200%200%201%20.954.461A28.1%2028.1%200%200%201%2021.75%2012a28.1%2028.1%200%200%201-1.542%209.247a.75.75%200%201%201-1.416-.494c.94-2.7%201.458-5.654%201.458-8.753s-.519-6.054-1.458-8.754a.75.75%200%200%201%20.461-.954m-14.228.013a.75.75%200%200%201%20.414.976A23.2%2023.2%200%200%200%203.75%2012c0%203.085.6%206.027%201.69%208.718a.75.75%200%200%201-1.39.563c-1.161-2.867-1.8-6-1.8-9.281c0-3.28.639-6.414%201.8-9.281a.75.75%200%200%201%20.976-.414m4.275%205.052a1.5%201.5%200%200%201%202.21.803l.716%202.148L13.6%208.246a2.44%202.44%200%200%201%202.978-.892l.213.09a.75.75%200%201%201-.584%201.381l-.214-.09a.94.94%200%200%200-1.145.343l-2.021%203.033l1.084%203.255l1.445-.89a.75.75%200%201%201%20.786%201.278l-1.444.889a1.5%201.5%200%200%201-2.21-.803l-.716-2.148l-1.374%202.062a2.44%202.44%200%200%201-2.978.892l-.213-.09a.75.75%200%200%201%20.584-1.381l.214.09a.94.94%200%200%200%201.145-.344l2.021-3.032l-1.084-3.255l-1.445.89a.75.75%200%201%201-.786-1.278z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.254%202.292a.75.75%200%200%201%20.954.461A28.1%2028.1%200%200%201%2021.75%2012a28.1%2028.1%200%200%201-1.542%209.247a.75.75%200%201%201-1.416-.494c.94-2.7%201.458-5.654%201.458-8.753s-.519-6.054-1.458-8.754a.75.75%200%200%201%20.461-.954m-14.228.013a.75.75%200%200%201%20.414.976A23.2%2023.2%200%200%200%203.75%2012c0%203.085.6%206.027%201.69%208.718a.75.75%200%200%201-1.39.563c-1.161-2.867-1.8-6-1.8-9.281c0-3.28.639-6.414%201.8-9.281a.75.75%200%200%201%20.976-.414m4.275%205.052a1.5%201.5%200%200%201%202.21.803l.716%202.148L13.6%208.246a2.44%202.44%200%200%201%202.978-.892l.213.09a.75.75%200%201%201-.584%201.381l-.214-.09a.94.94%200%200%200-1.145.343l-2.021%203.033l1.084%203.255l1.445-.89a.75.75%200%201%201%20.786%201.278l-1.444.889a1.5%201.5%200%200%201-2.21-.803l-.716-2.148l-1.374%202.062a2.44%202.44%200%200%201-2.978.892l-.213-.09a.75.75%200%200%201%20.584-1.381l.214.09a.94.94%200%200%200%201.145-.344l2.021-3.032l-1.084-3.255l-1.445.89a.75.75%200%201%201-.786-1.278z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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