RemixIconEx.Logos.stack_overflow
You're seeing just the function
stack_overflow
, go back to RemixIconEx.Logos module for more information.
Link to this function
stack_overflow(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.stack_overflow()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18 20.002V15h2v7.002H4V15h2v5.002h12zM7.5 18v-2h9v2h-9zm.077-4.38l.347-1.97 8.864 1.563-.348 1.97-8.863-1.563zm1.634-5.504l1-1.732 7.794 4.5-1 1.732-7.794-4.5zm3.417-4.613l1.532-1.286 5.785 6.895-1.532 1.285-5.785-6.894z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}