RemixIconEx.Logos.tumblr
You're seeing just the function
tumblr
, go back to RemixIconEx.Logos module for more information.
Link to this function
tumblr(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.tumblr()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M8 8c1.075 0 3.497-.673 3.497-4.5V2h1.5v6H18v2h-5.003v2.91C13 15.39 13 16.595 13 17c-.002 2.208 1.615 3.4 4.785 3.4V22h-2.242c-2.402.002-4.546-2.035-4.546-4.545V10H7V8h1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}