fluxer logo
fluxer from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- fluxer
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the fluxer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M8.79 12.471q-1.092 0-2.078.493q-.975.493-1.586 1.575q-.395.712-.52 1.726c-.078.626.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.531.429-.844q.568-.6 1.435-.6q.58 0 1.061.289q.482.279 1.254.954q1.178 1.038 2.078 1.51q.9.46 1.993.461q1.093 0 2.079-.493q.985-.492 1.596-1.575q.404-.714.522-1.734c.072-.623-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.176a2.1 2.1 0 0 1-.382.774q-.535.665-1.468.665q-.579 0-1.05-.279q-.46-.29-1.264-.964q-1.19-.996-2.09-1.479a4 4 0 0 0-1.982-.493M8.79 6q-1.092 0-2.078.493q-.975.492-1.586 1.575q-.395.712-.52 1.726c-.078.625.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.533.429-.845q.568-.6 1.435-.6q.58 0 1.061.29q.482.278 1.254.953q1.178 1.04 2.078 1.51q.9.462 1.993.462t2.079-.493q.985-.493 1.596-1.575q.404-.716.522-1.734c.072-.624-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.175a2.1 2.1 0 0 1-.382.775q-.535.664-1.468.664q-.579 0-1.05-.278q-.46-.29-1.264-.965q-1.19-.996-2.09-1.478A4 4 0 0 0 8.79 6"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFluxer(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" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M8.79 12.471q-1.092 0-2.078.493q-.975.493-1.586 1.575q-.395.712-.52 1.726c-.078.626.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.531.429-.844q.568-.6 1.435-.6q.58 0 1.061.289q.482.279 1.254.954q1.178 1.038 2.078 1.51q.9.46 1.993.461q1.093 0 2.079-.493q.985-.492 1.596-1.575q.404-.714.522-1.734c.072-.623-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.176a2.1 2.1 0 0 1-.382.774q-.535.665-1.468.665q-.579 0-1.05-.279q-.46-.29-1.264-.964q-1.19-.996-2.09-1.479a4 4 0 0 0-1.982-.493M8.79 6q-1.092 0-2.078.493q-.975.492-1.586 1.575q-.395.712-.52 1.726c-.078.625.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.533.429-.845q.568-.6 1.435-.6q.58 0 1.061.29q.482.278 1.254.953q1.178 1.04 2.078 1.51q.9.462 1.993.462t2.079-.493q.985-.493 1.596-1.575q.404-.716.522-1.734c.072-.624-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.175a2.1 2.1 0 0 1-.382.775q-.535.664-1.468.664q-.579 0-1.05-.278q-.46-.29-1.264-.965q-1.19-.996-2.09-1.478A4 4 0 0 0 8.79 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M8.79 12.471q-1.092 0-2.078.493q-.975.493-1.586 1.575q-.395.712-.52 1.726c-.078.626.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.531.429-.844q.568-.6 1.435-.6q.58 0 1.061.289q.482.279 1.254.954q1.178 1.038 2.078 1.51q.9.46 1.993.461q1.093 0 2.079-.493q.985-.492 1.596-1.575q.404-.714.522-1.734c.072-.623-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.176a2.1 2.1 0 0 1-.382.774q-.535.665-1.468.665q-.579 0-1.05-.279q-.46-.29-1.264-.964q-1.19-.996-2.09-1.479a4 4 0 0 0-1.982-.493M8.79 6q-1.092 0-2.078.493q-.975.492-1.586 1.575q-.395.712-.52 1.726c-.078.625.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.533.429-.845q.568-.6 1.435-.6q.58 0 1.061.29q.482.278 1.254.953q1.178 1.04 2.078 1.51q.9.462 1.993.462t2.079-.493q.985-.493 1.596-1.575q.404-.716.522-1.734c.072-.624-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.175a2.1 2.1 0 0 1-.382.775q-.535.664-1.468.664q-.579 0-1.05-.278q-.46-.29-1.264-.965q-1.19-.996-2.09-1.478A4 4 0 0 0 8.79 6"/></svg> </template>
CSS
.icon-fluxer {
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%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200M8.79%2012.471q-1.092%200-2.078.493q-.975.493-1.586%201.575q-.395.712-.52%201.726c-.078.626.448%201.135%201.079%201.135c.645%200%201.128-.543%201.284-1.17q.133-.531.429-.844q.568-.6%201.435-.6q.58%200%201.061.289q.482.279%201.254.954q1.178%201.038%202.078%201.51q.9.46%201.993.461q1.093%200%202.079-.493q.985-.492%201.596-1.575q.404-.714.522-1.734c.072-.623-.455-1.127-1.083-1.127c-.65%200-1.134.549-1.307%201.176a2.1%202.1%200%200%201-.382.774q-.535.665-1.468.665q-.579%200-1.05-.279q-.46-.29-1.264-.964q-1.19-.996-2.09-1.479a4%204%200%200%200-1.982-.493M8.79%206q-1.092%200-2.078.493q-.975.492-1.586%201.575q-.395.712-.52%201.726c-.078.625.448%201.135%201.079%201.135c.645%200%201.128-.543%201.284-1.17q.133-.533.429-.845q.568-.6%201.435-.6q.58%200%201.061.29q.482.278%201.254.953q1.178%201.04%202.078%201.51q.9.462%201.993.462t2.079-.493q.985-.493%201.596-1.575q.404-.716.522-1.734c.072-.624-.455-1.127-1.083-1.127c-.65%200-1.134.549-1.307%201.175a2.1%202.1%200%200%201-.382.775q-.535.664-1.468.664q-.579%200-1.05-.278q-.46-.29-1.264-.965q-1.19-.996-2.09-1.478A4%204%200%200%200%208.79%206%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%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200M8.79%2012.471q-1.092%200-2.078.493q-.975.493-1.586%201.575q-.395.712-.52%201.726c-.078.626.448%201.135%201.079%201.135c.645%200%201.128-.543%201.284-1.17q.133-.531.429-.844q.568-.6%201.435-.6q.58%200%201.061.289q.482.279%201.254.954q1.178%201.038%202.078%201.51q.9.46%201.993.461q1.093%200%202.079-.493q.985-.492%201.596-1.575q.404-.714.522-1.734c.072-.623-.455-1.127-1.083-1.127c-.65%200-1.134.549-1.307%201.176a2.1%202.1%200%200%201-.382.774q-.535.665-1.468.665q-.579%200-1.05-.279q-.46-.29-1.264-.964q-1.19-.996-2.09-1.479a4%204%200%200%200-1.982-.493M8.79%206q-1.092%200-2.078.493q-.975.492-1.586%201.575q-.395.712-.52%201.726c-.078.625.448%201.135%201.079%201.135c.645%200%201.128-.543%201.284-1.17q.133-.533.429-.845q.568-.6%201.435-.6q.58%200%201.061.29q.482.278%201.254.953q1.178%201.04%202.078%201.51q.9.462%201.993.462t2.079-.493q.985-.493%201.596-1.575q.404-.716.522-1.734c.072-.624-.455-1.127-1.083-1.127c-.65%200-1.134.549-1.307%201.175a2.1%202.1%200%200%201-.382.775q-.535.664-1.468.664q-.579%200-1.05-.278q-.46-.29-1.264-.965q-1.19-.996-2.09-1.478A4%204%200%200%200%208.79%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/fluxer.svg?color=%231a73e8&size=48