social tumblr icon

social-tumblr-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
social-tumblr-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the social tumblr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M321.2 396.3c-11.8 0-22.4-2.8-31.5-8.3-6.9-4.1-11.5-9.6-14-16.4-2.6-6.9-3.6-22.3-3.6-46.4V224h96v-64h-96V48h-61.9c-2.7 21.5-7.5 44.7-14.5 58.6s-14 25.8-25.6 35.7c-11.6 9.9-25.6 17.9-41.9 23.3V224h48v140.4c0 19 2 33.5 5.9 43.5 4 10 11.1 19.5 21.4 28.4 10.3 8.9 22.8 15.7 37.3 20.5 14.6 4.8 31.4 7.2 50.4 7.2 16.7 0 30.3-1.7 44.7-5.1 14.4-3.4 30.5-9.3 48.2-17.6v-65.6c-20.9 13.7-41.8 20.6-62.9 20.6zM368 431c-13.1 5.7-25.1 9.9-35.9 12.4-13.1 3.1-25.6 4.6-41.1 4.6-17.2 0-32.5-2.2-45.4-6.4-12.5-4.1-23.2-10-31.9-17.5-8.3-7.2-14-14.6-17-22.2-2.2-5.5-4.8-16.6-4.8-37.6V208H144v-31.3c13.4-5.6 25.5-13 36.3-22.2 13.2-11.2 21.6-24.9 29.6-40.7 7.1-14 11.6-34 14.1-49.8h32v112h96v32h-96v117.1c0 34.6 2.4 46 4.6 52 3.8 10.3 10.8 18.6 21 24.6 11.7 7 25 10.5 39.7 10.5 15.7 0 31.3-3.3 46.7-9.8V431z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialTumblrOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M321.2 396.3c-11.8 0-22.4-2.8-31.5-8.3-6.9-4.1-11.5-9.6-14-16.4-2.6-6.9-3.6-22.3-3.6-46.4V224h96v-64h-96V48h-61.9c-2.7 21.5-7.5 44.7-14.5 58.6s-14 25.8-25.6 35.7c-11.6 9.9-25.6 17.9-41.9 23.3V224h48v140.4c0 19 2 33.5 5.9 43.5 4 10 11.1 19.5 21.4 28.4 10.3 8.9 22.8 15.7 37.3 20.5 14.6 4.8 31.4 7.2 50.4 7.2 16.7 0 30.3-1.7 44.7-5.1 14.4-3.4 30.5-9.3 48.2-17.6v-65.6c-20.9 13.7-41.8 20.6-62.9 20.6zM368 431c-13.1 5.7-25.1 9.9-35.9 12.4-13.1 3.1-25.6 4.6-41.1 4.6-17.2 0-32.5-2.2-45.4-6.4-12.5-4.1-23.2-10-31.9-17.5-8.3-7.2-14-14.6-17-22.2-2.2-5.5-4.8-16.6-4.8-37.6V208H144v-31.3c13.4-5.6 25.5-13 36.3-22.2 13.2-11.2 21.6-24.9 29.6-40.7 7.1-14 11.6-34 14.1-49.8h32v112h96v32h-96v117.1c0 34.6 2.4 46 4.6 52 3.8 10.3 10.8 18.6 21 24.6 11.7 7 25 10.5 39.7 10.5 15.7 0 31.3-3.3 46.7-9.8V431z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M321.2 396.3c-11.8 0-22.4-2.8-31.5-8.3-6.9-4.1-11.5-9.6-14-16.4-2.6-6.9-3.6-22.3-3.6-46.4V224h96v-64h-96V48h-61.9c-2.7 21.5-7.5 44.7-14.5 58.6s-14 25.8-25.6 35.7c-11.6 9.9-25.6 17.9-41.9 23.3V224h48v140.4c0 19 2 33.5 5.9 43.5 4 10 11.1 19.5 21.4 28.4 10.3 8.9 22.8 15.7 37.3 20.5 14.6 4.8 31.4 7.2 50.4 7.2 16.7 0 30.3-1.7 44.7-5.1 14.4-3.4 30.5-9.3 48.2-17.6v-65.6c-20.9 13.7-41.8 20.6-62.9 20.6zM368 431c-13.1 5.7-25.1 9.9-35.9 12.4-13.1 3.1-25.6 4.6-41.1 4.6-17.2 0-32.5-2.2-45.4-6.4-12.5-4.1-23.2-10-31.9-17.5-8.3-7.2-14-14.6-17-22.2-2.2-5.5-4.8-16.6-4.8-37.6V208H144v-31.3c13.4-5.6 25.5-13 36.3-22.2 13.2-11.2 21.6-24.9 29.6-40.7 7.1-14 11.6-34 14.1-49.8h32v112h96v32h-96v117.1c0 34.6 2.4 46 4.6 52 3.8 10.3 10.8 18.6 21 24.6 11.7 7 25 10.5 39.7 10.5 15.7 0 31.3-3.3 46.7-9.8V431z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-tumblr-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M321.2%20396.3c-11.8%200-22.4-2.8-31.5-8.3-6.9-4.1-11.5-9.6-14-16.4-2.6-6.9-3.6-22.3-3.6-46.4V224h96v-64h-96V48h-61.9c-2.7%2021.5-7.5%2044.7-14.5%2058.6s-14%2025.8-25.6%2035.7c-11.6%209.9-25.6%2017.9-41.9%2023.3V224h48v140.4c0%2019%202%2033.5%205.9%2043.5%204%2010%2011.1%2019.5%2021.4%2028.4%2010.3%208.9%2022.8%2015.7%2037.3%2020.5%2014.6%204.8%2031.4%207.2%2050.4%207.2%2016.7%200%2030.3-1.7%2044.7-5.1%2014.4-3.4%2030.5-9.3%2048.2-17.6v-65.6c-20.9%2013.7-41.8%2020.6-62.9%2020.6zM368%20431c-13.1%205.7-25.1%209.9-35.9%2012.4-13.1%203.1-25.6%204.6-41.1%204.6-17.2%200-32.5-2.2-45.4-6.4-12.5-4.1-23.2-10-31.9-17.5-8.3-7.2-14-14.6-17-22.2-2.2-5.5-4.8-16.6-4.8-37.6V208H144v-31.3c13.4-5.6%2025.5-13%2036.3-22.2%2013.2-11.2%2021.6-24.9%2029.6-40.7%207.1-14%2011.6-34%2014.1-49.8h32v112h96v32h-96v117.1c0%2034.6%202.4%2046%204.6%2052%203.8%2010.3%2010.8%2018.6%2021%2024.6%2011.7%207%2025%2010.5%2039.7%2010.5%2015.7%200%2031.3-3.3%2046.7-9.8V431z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M321.2%20396.3c-11.8%200-22.4-2.8-31.5-8.3-6.9-4.1-11.5-9.6-14-16.4-2.6-6.9-3.6-22.3-3.6-46.4V224h96v-64h-96V48h-61.9c-2.7%2021.5-7.5%2044.7-14.5%2058.6s-14%2025.8-25.6%2035.7c-11.6%209.9-25.6%2017.9-41.9%2023.3V224h48v140.4c0%2019%202%2033.5%205.9%2043.5%204%2010%2011.1%2019.5%2021.4%2028.4%2010.3%208.9%2022.8%2015.7%2037.3%2020.5%2014.6%204.8%2031.4%207.2%2050.4%207.2%2016.7%200%2030.3-1.7%2044.7-5.1%2014.4-3.4%2030.5-9.3%2048.2-17.6v-65.6c-20.9%2013.7-41.8%2020.6-62.9%2020.6zM368%20431c-13.1%205.7-25.1%209.9-35.9%2012.4-13.1%203.1-25.6%204.6-41.1%204.6-17.2%200-32.5-2.2-45.4-6.4-12.5-4.1-23.2-10-31.9-17.5-8.3-7.2-14-14.6-17-22.2-2.2-5.5-4.8-16.6-4.8-37.6V208H144v-31.3c13.4-5.6%2025.5-13%2036.3-22.2%2013.2-11.2%2021.6-24.9%2029.6-40.7%207.1-14%2011.6-34%2014.1-49.8h32v112h96v32h-96v117.1c0%2034.6%202.4%2046%204.6%2052%203.8%2010.3%2010.8%2018.6%2021%2024.6%2011.7%207%2025%2010.5%2039.7%2010.5%2015.7%200%2031.3-3.3%2046.7-9.8V431z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-tumblr-outline.svg?color=%231a73e8&size=48