variable icon

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

Name
variable-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
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 20 20"><path fill="currentColor" fill-rule="evenodd" d="M15.212 2.079a.75.75 0 0 1 1.006.336A16.9 16.9 0 0 1 18 10c0 2.724-.641 5.3-1.782 7.585a.75.75 0 1 1-1.342-.67A15.4 15.4 0 0 0 16.5 10c0-2.486-.585-4.834-1.624-6.915a.75.75 0 0 1 .336-1.006m-10.424 0a.75.75 0 0 1 .336 1.006A15.4 15.4 0 0 0 3.5 10c0 2.486.585 4.834 1.624 6.915a.75.75 0 1 1-1.342.67A16.9 16.9 0 0 1 2 10c0-2.724.641-5.3 1.782-7.585a.75.75 0 0 1 1.006-.336m2.285 3.554a1.5 1.5 0 0 1 2.219.677l.856 2.08l1.146-1.77a2.25 2.25 0 0 1 3.137-.65l.235.156a.75.75 0 1 1-.832 1.248l-.235-.156a.75.75 0 0 0-1.045.216l-1.71 2.644l1.251 3.04l.739-.492a.75.75 0 1 1 .832 1.248l-.739.493a1.5 1.5 0 0 1-2.219-.677l-.856-2.08l-1.146 1.77a2.25 2.25 0 0 1-3.137.65l-.235-.156a.75.75 0 0 1 .832-1.248l.235.157a.75.75 0 0 0 1.045-.217l1.71-2.644l-1.251-3.04l-.739.492a.75.75 0 0 1-.832-1.248z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsVariable20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M15.212 2.079a.75.75 0 0 1 1.006.336A16.9 16.9 0 0 1 18 10c0 2.724-.641 5.3-1.782 7.585a.75.75 0 1 1-1.342-.67A15.4 15.4 0 0 0 16.5 10c0-2.486-.585-4.834-1.624-6.915a.75.75 0 0 1 .336-1.006m-10.424 0a.75.75 0 0 1 .336 1.006A15.4 15.4 0 0 0 3.5 10c0 2.486.585 4.834 1.624 6.915a.75.75 0 1 1-1.342.67A16.9 16.9 0 0 1 2 10c0-2.724.641-5.3 1.782-7.585a.75.75 0 0 1 1.006-.336m2.285 3.554a1.5 1.5 0 0 1 2.219.677l.856 2.08l1.146-1.77a2.25 2.25 0 0 1 3.137-.65l.235.156a.75.75 0 1 1-.832 1.248l-.235-.156a.75.75 0 0 0-1.045.216l-1.71 2.644l1.251 3.04l.739-.492a.75.75 0 1 1 .832 1.248l-.739.493a1.5 1.5 0 0 1-2.219-.677l-.856-2.08l-1.146 1.77a2.25 2.25 0 0 1-3.137.65l-.235-.156a.75.75 0 0 1 .832-1.248l.235.157a.75.75 0 0 0 1.045-.217l1.71-2.644l-1.251-3.04l-.739.492a.75.75 0 0 1-.832-1.248z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M15.212 2.079a.75.75 0 0 1 1.006.336A16.9 16.9 0 0 1 18 10c0 2.724-.641 5.3-1.782 7.585a.75.75 0 1 1-1.342-.67A15.4 15.4 0 0 0 16.5 10c0-2.486-.585-4.834-1.624-6.915a.75.75 0 0 1 .336-1.006m-10.424 0a.75.75 0 0 1 .336 1.006A15.4 15.4 0 0 0 3.5 10c0 2.486.585 4.834 1.624 6.915a.75.75 0 1 1-1.342.67A16.9 16.9 0 0 1 2 10c0-2.724.641-5.3 1.782-7.585a.75.75 0 0 1 1.006-.336m2.285 3.554a1.5 1.5 0 0 1 2.219.677l.856 2.08l1.146-1.77a2.25 2.25 0 0 1 3.137-.65l.235.156a.75.75 0 1 1-.832 1.248l-.235-.156a.75.75 0 0 0-1.045.216l-1.71 2.644l1.251 3.04l.739-.492a.75.75 0 1 1 .832 1.248l-.739.493a1.5 1.5 0 0 1-2.219-.677l-.856-2.08l-1.146 1.77a2.25 2.25 0 0 1-3.137.65l-.235-.156a.75.75 0 0 1 .832-1.248l.235.157a.75.75 0 0 0 1.045-.217l1.71-2.644l-1.251-3.04l-.739.492a.75.75 0 0 1-.832-1.248z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-variable-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.212%202.079a.75.75%200%200%201%201.006.336A16.9%2016.9%200%200%201%2018%2010c0%202.724-.641%205.3-1.782%207.585a.75.75%200%201%201-1.342-.67A15.4%2015.4%200%200%200%2016.5%2010c0-2.486-.585-4.834-1.624-6.915a.75.75%200%200%201%20.336-1.006m-10.424%200a.75.75%200%200%201%20.336%201.006A15.4%2015.4%200%200%200%203.5%2010c0%202.486.585%204.834%201.624%206.915a.75.75%200%201%201-1.342.67A16.9%2016.9%200%200%201%202%2010c0-2.724.641-5.3%201.782-7.585a.75.75%200%200%201%201.006-.336m2.285%203.554a1.5%201.5%200%200%201%202.219.677l.856%202.08l1.146-1.77a2.25%202.25%200%200%201%203.137-.65l.235.156a.75.75%200%201%201-.832%201.248l-.235-.156a.75.75%200%200%200-1.045.216l-1.71%202.644l1.251%203.04l.739-.492a.75.75%200%201%201%20.832%201.248l-.739.493a1.5%201.5%200%200%201-2.219-.677l-.856-2.08l-1.146%201.77a2.25%202.25%200%200%201-3.137.65l-.235-.156a.75.75%200%200%201%20.832-1.248l.235.157a.75.75%200%200%200%201.045-.217l1.71-2.644l-1.251-3.04l-.739.492a.75.75%200%200%201-.832-1.248z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.212%202.079a.75.75%200%200%201%201.006.336A16.9%2016.9%200%200%201%2018%2010c0%202.724-.641%205.3-1.782%207.585a.75.75%200%201%201-1.342-.67A15.4%2015.4%200%200%200%2016.5%2010c0-2.486-.585-4.834-1.624-6.915a.75.75%200%200%201%20.336-1.006m-10.424%200a.75.75%200%200%201%20.336%201.006A15.4%2015.4%200%200%200%203.5%2010c0%202.486.585%204.834%201.624%206.915a.75.75%200%201%201-1.342.67A16.9%2016.9%200%200%201%202%2010c0-2.724.641-5.3%201.782-7.585a.75.75%200%200%201%201.006-.336m2.285%203.554a1.5%201.5%200%200%201%202.219.677l.856%202.08l1.146-1.77a2.25%202.25%200%200%201%203.137-.65l.235.156a.75.75%200%201%201-.832%201.248l-.235-.156a.75.75%200%200%200-1.045.216l-1.71%202.644l1.251%203.04l.739-.492a.75.75%200%201%201%20.832%201.248l-.739.493a1.5%201.5%200%200%201-2.219-.677l-.856-2.08l-1.146%201.77a2.25%202.25%200%200%201-3.137.65l-.235-.156a.75.75%200%200%201%20.832-1.248l.235.157a.75.75%200%200%200%201.045-.217l1.71-2.644l-1.251-3.04l-.739.492a.75.75%200%200%201-.832-1.248z%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-20-solid.svg?color=%231a73e8&size=48