RemixIconEx.Logos.pixelfed
You're seeing just the function
pixelfed
, go back to RemixIconEx.Logos module for more information.
Link to this function
pixelfed(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.pixelfed()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm1.031 4.099c1.713 0 3.101 1.345 3.101 3.005s-1.388 3.005-3.1 3.005h-1.819L8.618 16.58V9.832c0-.957.801-1.733 1.79-1.733h2.623z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}