tumblr icon
tumblr from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tumblr
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
tumblr-fillAkar IconstumblrBoxicons BrandstumblrCoreUI BrandstumblrFont Awesome 6 BrandstumblrFont Awesome BrandstumblrIconParktumblrIconPark OutlinetumblrIconPark SolidtumblrIconPark TwoTonetumblrJam IconstumblrLine AwesometumblrSVG LogostumblrMaterial Design Iconstumblr-fillRemix IcontumblrSimple IconstumblrUniconstumblrUnicons Monochrome
Use the tumblr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M7.9 11.018h-.89c-.831 0-1.01-.168-1.01-1V8.266c0-.655-.012-.654.653-.975c1.706-.823 3.207-2.408 3.609-4.298c.109-.513.163-.77.302-.881c.14-.112.364-.112.813-.112h1.375c.477 0 .715 0 .863.146c.148.147.148.383.148.854v3.565c0 .831.179 1 1.01 1h1.86c.832 0 1.011.168 1.011 1v1.453c0 .832-.18 1-1.011 1h-1.86c-.832 0-1.01.169-1.01 1v4.242c0 1.76 1.56 2.34 2.932 1.733c.477-.212.484-.198.63.246l.575 1.75c.19.575.137.79-.394 1.095c-3.932 2.26-8.595.285-8.595-5.316v-3.75c0-.831-.179-1-1.01-1Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTumblr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M7.9 11.018h-.89c-.831 0-1.01-.168-1.01-1V8.266c0-.655-.012-.654.653-.975c1.706-.823 3.207-2.408 3.609-4.298c.109-.513.163-.77.302-.881c.14-.112.364-.112.813-.112h1.375c.477 0 .715 0 .863.146c.148.147.148.383.148.854v3.565c0 .831.179 1 1.01 1h1.86c.832 0 1.011.168 1.011 1v1.453c0 .832-.18 1-1.011 1h-1.86c-.832 0-1.01.169-1.01 1v4.242c0 1.76 1.56 2.34 2.932 1.733c.477-.212.484-.198.63.246l.575 1.75c.19.575.137.79-.394 1.095c-3.932 2.26-8.595.285-8.595-5.316v-3.75c0-.831-.179-1-1.01-1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M7.9 11.018h-.89c-.831 0-1.01-.168-1.01-1V8.266c0-.655-.012-.654.653-.975c1.706-.823 3.207-2.408 3.609-4.298c.109-.513.163-.77.302-.881c.14-.112.364-.112.813-.112h1.375c.477 0 .715 0 .863.146c.148.147.148.383.148.854v3.565c0 .831.179 1 1.01 1h1.86c.832 0 1.011.168 1.011 1v1.453c0 .832-.18 1-1.011 1h-1.86c-.832 0-1.01.169-1.01 1v4.242c0 1.76 1.56 2.34 2.932 1.733c.477-.212.484-.198.63.246l.575 1.75c.19.575.137.79-.394 1.095c-3.932 2.26-8.595.285-8.595-5.316v-3.75c0-.831-.179-1-1.01-1Z"/></svg> </template>
CSS
.icon-tumblr {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.9%2011.018h-.89c-.831%200-1.01-.168-1.01-1V8.266c0-.655-.012-.654.653-.975c1.706-.823%203.207-2.408%203.609-4.298c.109-.513.163-.77.302-.881c.14-.112.364-.112.813-.112h1.375c.477%200%20.715%200%20.863.146c.148.147.148.383.148.854v3.565c0%20.831.179%201%201.01%201h1.86c.832%200%201.011.168%201.011%201v1.453c0%20.832-.18%201-1.011%201h-1.86c-.832%200-1.01.169-1.01%201v4.242c0%201.76%201.56%202.34%202.932%201.733c.477-.212.484-.198.63.246l.575%201.75c.19.575.137.79-.394%201.095c-3.932%202.26-8.595.285-8.595-5.316v-3.75c0-.831-.179-1-1.01-1Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.9%2011.018h-.89c-.831%200-1.01-.168-1.01-1V8.266c0-.655-.012-.654.653-.975c1.706-.823%203.207-2.408%203.609-4.298c.109-.513.163-.77.302-.881c.14-.112.364-.112.813-.112h1.375c.477%200%20.715%200%20.863.146c.148.147.148.383.148.854v3.565c0%20.831.179%201%201.01%201h1.86c.832%200%201.011.168%201.011%201v1.453c0%20.832-.18%201-1.011%201h-1.86c-.832%200-1.01.169-1.01%201v4.242c0%201.76%201.56%202.34%202.932%201.733c.477-.212.484-.198.63.246l.575%201.75c.19.575.137.79-.394%201.095c-3.932%202.26-8.595.285-8.595-5.316v-3.75c0-.831-.179-1-1.01-1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tumblr.svg?color=%231a73e8&size=48