sigma icon
sigma from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sigma
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the sigma icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.492 6.5V6c0-1.414 0-2.121-.471-2.56C17.549 3 16.79 3 15.274 3h-4.635c-3.083 0-4.625 0-5.051.886c-.427.885.597 1.959 2.646 4.107l1.92 2.014c.905.948 1.357 1.423 1.357 1.993s-.452 1.045-1.357 1.993l-1.92 2.014c-2.049 2.148-3.073 3.222-2.646 4.107c.426.886 1.968.886 5.051.886h4.635c1.517 0 2.275 0 2.747-.44c.471-.439.471-1.146.471-2.56v-.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSigma(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.492 6.5V6c0-1.414 0-2.121-.471-2.56C17.549 3 16.79 3 15.274 3h-4.635c-3.083 0-4.625 0-5.051.886c-.427.885.597 1.959 2.646 4.107l1.92 2.014c.905.948 1.357 1.423 1.357 1.993s-.452 1.045-1.357 1.993l-1.92 2.014c-2.049 2.148-3.073 3.222-2.646 4.107c.426.886 1.968.886 5.051.886h4.635c1.517 0 2.275 0 2.747-.44c.471-.439.471-1.146.471-2.56v-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.492 6.5V6c0-1.414 0-2.121-.471-2.56C17.549 3 16.79 3 15.274 3h-4.635c-3.083 0-4.625 0-5.051.886c-.427.885.597 1.959 2.646 4.107l1.92 2.014c.905.948 1.357 1.423 1.357 1.993s-.452 1.045-1.357 1.993l-1.92 2.014c-2.049 2.148-3.073 3.222-2.646 4.107c.426.886 1.968.886 5.051.886h4.635c1.517 0 2.275 0 2.747-.44c.471-.439.471-1.146.471-2.56v-.5"/></svg> </template>
CSS
.icon-sigma {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.492%206.5V6c0-1.414%200-2.121-.471-2.56C17.549%203%2016.79%203%2015.274%203h-4.635c-3.083%200-4.625%200-5.051.886c-.427.885.597%201.959%202.646%204.107l1.92%202.014c.905.948%201.357%201.423%201.357%201.993s-.452%201.045-1.357%201.993l-1.92%202.014c-2.049%202.148-3.073%203.222-2.646%204.107c.426.886%201.968.886%205.051.886h4.635c1.517%200%202.275%200%202.747-.44c.471-.439.471-1.146.471-2.56v-.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.492%206.5V6c0-1.414%200-2.121-.471-2.56C17.549%203%2016.79%203%2015.274%203h-4.635c-3.083%200-4.625%200-5.051.886c-.427.885.597%201.959%202.646%204.107l1.92%202.014c.905.948%201.357%201.423%201.357%201.993s-.452%201.045-1.357%201.993l-1.92%202.014c-2.049%202.148-3.073%203.222-2.646%204.107c.426.886%201.968.886%205.051.886h4.635c1.517%200%202.275%200%202.747-.44c.471-.439.471-1.146.471-2.56v-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sigma.svg?color=%231a73e8&size=48