sigma icon
sigma-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- sigma-outline
- Set
- Dither Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All sigma icons →Use the sigma icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID29"><path d="M5.7 3.2H19v4h-1.65V5H8.1l6.1 7-6.1 7h9.25v-2.2H19v4H5.7a.85.85 0 0 1-.64-1.4l6.9-7.4-6.9-7.4a.85.85 0 0 1 .64-1.4Z"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.7" d="M18.2 6.2V4.1H5.9l7.2 7.9-7.2 7.9h12.3v-2.2"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><g clip-path="url(#svgID29)"><circle cx="12.7" cy="12" r="1.2" opacity="0"/><circle cx="12.7" cy="12" r="1.3" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M17.95 17.2v2.2h-2.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M20.5 17.5l1.25-.45" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M20.5 20l1.25.45" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherSigmaOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID29"><path d="M5.7 3.2H19v4h-1.65V5H8.1l6.1 7-6.1 7h9.25v-2.2H19v4H5.7a.85.85 0 0 1-.64-1.4l6.9-7.4-6.9-7.4a.85.85 0 0 1 .64-1.4Z"/></clipPath></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.7" d="M18.2 6.2V4.1H5.9l7.2 7.9-7.2 7.9h12.3v-2.2"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><g clipPath="url(#svgID29)"><circle cx="12.7" cy="12" r="1.2" opacity="0"/><circle cx="12.7" cy="12" r="1.3" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" d="M17.95 17.2v2.2h-2.4" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M20.5 17.5l1.25-.45" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M20.5 20l1.25.45" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID29"><path d="M5.7 3.2H19v4h-1.65V5H8.1l6.1 7-6.1 7h9.25v-2.2H19v4H5.7a.85.85 0 0 1-.64-1.4l6.9-7.4-6.9-7.4a.85.85 0 0 1 .64-1.4Z"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.7" d="M18.2 6.2V4.1H5.9l7.2 7.9-7.2 7.9h12.3v-2.2"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><circle cx="12.7" cy="12" r=".48" opacity="0"/><g clip-path="url(#svgID29)"><circle cx="12.7" cy="12" r="1.2" opacity="0"/><circle cx="12.7" cy="12" r="1.3" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M17.95 17.2v2.2h-2.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M20.5 17.5l1.25-.45" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M20.5 20l1.25.45" opacity="0"/></g></svg> </template>
CSS
.icon-sigma-outline {
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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID29%22%3E%3Cpath%20d%3D%22M5.7%203.2H19v4h-1.65V5H8.1l6.1%207-6.1%207h9.25v-2.2H19v4H5.7a.85.85%200%200%201-.64-1.4l6.9-7.4-6.9-7.4a.85.85%200%200%201%20.64-1.4Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.7%22%20d%3D%22M18.2%206.2V4.1H5.9l7.2%207.9-7.2%207.9h12.3v-2.2%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%22.48%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%22.48%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%22.48%22%20opacity%3D%220%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID29)%22%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%221.2%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%221.3%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20d%3D%22M17.95%2017.2v2.2h-2.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M20.5%2017.5l1.25-.45%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M20.5%2020l1.25.45%22%20opacity%3D%220%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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID29%22%3E%3Cpath%20d%3D%22M5.7%203.2H19v4h-1.65V5H8.1l6.1%207-6.1%207h9.25v-2.2H19v4H5.7a.85.85%200%200%201-.64-1.4l6.9-7.4-6.9-7.4a.85.85%200%200%201%20.64-1.4Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.7%22%20d%3D%22M18.2%206.2V4.1H5.9l7.2%207.9-7.2%207.9h12.3v-2.2%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%22.48%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%22.48%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%22.48%22%20opacity%3D%220%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID29)%22%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%221.2%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212.7%22%20cy%3D%2212%22%20r%3D%221.3%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20d%3D%22M17.95%2017.2v2.2h-2.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M20.5%2017.5l1.25-.45%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M20.5%2020l1.25.45%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/sigma-outline.svg?color=%231a73e8&size=48