slideshare logo

slideshare from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
slideshare
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the slideshare logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.222.21C1.762.21 1.06 1.337 1.06 2.497v7.883c-.53-.502-1.096-.15-1.058.295c.038.439.59 1.546 1.436 2.517c.843.968 1.924 1.776 2.94 2.268a11.2 11.2 0 0 0-.491 3.598c.09 1.096.378 1.95.903 2.75c.918 1.407 2.32 1.985 3.674 1.985c1.209 0 2.494-.563 2.698-2.373v-4.694c1.308.552 3.47.363 4.47-.39c.19-.14.326-.207.416-.113c.095.09.106.166-.113.439a5.6 5.6 0 0 1-3.103 1.965l.008 2.72a2.53 2.53 0 0 0 2.543 2.446c1.64.015 2.48-.556 3.148-1.164c.632-.567 1.399-1.754 1.558-3.243a10.1 10.1 0 0 0-.454-3.926a10.4 10.4 0 0 0 2.948-2.268C23.213 12.5 24 11.185 24 10.675s-.556-.782-1.036-.302V2.497c0-.824-.48-2.29-2.135-2.29zm.423 1.35H20.41c.756 0 1.17.28 1.17 1.224v8.904a8.7 8.7 0 0 1-3.555 1.534c-1.606.352-2.94.087-3.666.148c-.718.06-1.428.529-1.296 1.79c-.491-.154-1.236-.683-1.682-1.117c-.438-.428-.87-.711-1.534-.692c-1.013.03-1.663.102-2.57.01a9.66 9.66 0 0 1-4.838-1.786V2.78c0-.87.378-1.22 1.206-1.22m4.497 4.988a2.994 2.994 0 1 0 0 5.987a2.993 2.993 0 0 0 0-5.983zm7.71 0a2.994 2.994 0 1 0 0 5.987a2.993 2.993 0 0 0 0-5.983z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSlideshare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.222.21C1.762.21 1.06 1.337 1.06 2.497v7.883c-.53-.502-1.096-.15-1.058.295c.038.439.59 1.546 1.436 2.517c.843.968 1.924 1.776 2.94 2.268a11.2 11.2 0 0 0-.491 3.598c.09 1.096.378 1.95.903 2.75c.918 1.407 2.32 1.985 3.674 1.985c1.209 0 2.494-.563 2.698-2.373v-4.694c1.308.552 3.47.363 4.47-.39c.19-.14.326-.207.416-.113c.095.09.106.166-.113.439a5.6 5.6 0 0 1-3.103 1.965l.008 2.72a2.53 2.53 0 0 0 2.543 2.446c1.64.015 2.48-.556 3.148-1.164c.632-.567 1.399-1.754 1.558-3.243a10.1 10.1 0 0 0-.454-3.926a10.4 10.4 0 0 0 2.948-2.268C23.213 12.5 24 11.185 24 10.675s-.556-.782-1.036-.302V2.497c0-.824-.48-2.29-2.135-2.29zm.423 1.35H20.41c.756 0 1.17.28 1.17 1.224v8.904a8.7 8.7 0 0 1-3.555 1.534c-1.606.352-2.94.087-3.666.148c-.718.06-1.428.529-1.296 1.79c-.491-.154-1.236-.683-1.682-1.117c-.438-.428-.87-.711-1.534-.692c-1.013.03-1.663.102-2.57.01a9.66 9.66 0 0 1-4.838-1.786V2.78c0-.87.378-1.22 1.206-1.22m4.497 4.988a2.994 2.994 0 1 0 0 5.987a2.993 2.993 0 0 0 0-5.983zm7.71 0a2.994 2.994 0 1 0 0 5.987a2.993 2.993 0 0 0 0-5.983z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.222.21C1.762.21 1.06 1.337 1.06 2.497v7.883c-.53-.502-1.096-.15-1.058.295c.038.439.59 1.546 1.436 2.517c.843.968 1.924 1.776 2.94 2.268a11.2 11.2 0 0 0-.491 3.598c.09 1.096.378 1.95.903 2.75c.918 1.407 2.32 1.985 3.674 1.985c1.209 0 2.494-.563 2.698-2.373v-4.694c1.308.552 3.47.363 4.47-.39c.19-.14.326-.207.416-.113c.095.09.106.166-.113.439a5.6 5.6 0 0 1-3.103 1.965l.008 2.72a2.53 2.53 0 0 0 2.543 2.446c1.64.015 2.48-.556 3.148-1.164c.632-.567 1.399-1.754 1.558-3.243a10.1 10.1 0 0 0-.454-3.926a10.4 10.4 0 0 0 2.948-2.268C23.213 12.5 24 11.185 24 10.675s-.556-.782-1.036-.302V2.497c0-.824-.48-2.29-2.135-2.29zm.423 1.35H20.41c.756 0 1.17.28 1.17 1.224v8.904a8.7 8.7 0 0 1-3.555 1.534c-1.606.352-2.94.087-3.666.148c-.718.06-1.428.529-1.296 1.79c-.491-.154-1.236-.683-1.682-1.117c-.438-.428-.87-.711-1.534-.692c-1.013.03-1.663.102-2.57.01a9.66 9.66 0 0 1-4.838-1.786V2.78c0-.87.378-1.22 1.206-1.22m4.497 4.988a2.994 2.994 0 1 0 0 5.987a2.993 2.993 0 0 0 0-5.983zm7.71 0a2.994 2.994 0 1 0 0 5.987a2.993 2.993 0 0 0 0-5.983z"/></svg>
</template>

CSS

.icon-slideshare {
  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%22currentColor%22%20d%3D%22M3.222.21C1.762.21%201.06%201.337%201.06%202.497v7.883c-.53-.502-1.096-.15-1.058.295c.038.439.59%201.546%201.436%202.517c.843.968%201.924%201.776%202.94%202.268a11.2%2011.2%200%200%200-.491%203.598c.09%201.096.378%201.95.903%202.75c.918%201.407%202.32%201.985%203.674%201.985c1.209%200%202.494-.563%202.698-2.373v-4.694c1.308.552%203.47.363%204.47-.39c.19-.14.326-.207.416-.113c.095.09.106.166-.113.439a5.6%205.6%200%200%201-3.103%201.965l.008%202.72a2.53%202.53%200%200%200%202.543%202.446c1.64.015%202.48-.556%203.148-1.164c.632-.567%201.399-1.754%201.558-3.243a10.1%2010.1%200%200%200-.454-3.926a10.4%2010.4%200%200%200%202.948-2.268C23.213%2012.5%2024%2011.185%2024%2010.675s-.556-.782-1.036-.302V2.497c0-.824-.48-2.29-2.135-2.29zm.423%201.35H20.41c.756%200%201.17.28%201.17%201.224v8.904a8.7%208.7%200%200%201-3.555%201.534c-1.606.352-2.94.087-3.666.148c-.718.06-1.428.529-1.296%201.79c-.491-.154-1.236-.683-1.682-1.117c-.438-.428-.87-.711-1.534-.692c-1.013.03-1.663.102-2.57.01a9.66%209.66%200%200%201-4.838-1.786V2.78c0-.87.378-1.22%201.206-1.22m4.497%204.988a2.994%202.994%200%201%200%200%205.987a2.993%202.993%200%200%200%200-5.983zm7.71%200a2.994%202.994%200%201%200%200%205.987a2.993%202.993%200%200%200%200-5.983z%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%22currentColor%22%20d%3D%22M3.222.21C1.762.21%201.06%201.337%201.06%202.497v7.883c-.53-.502-1.096-.15-1.058.295c.038.439.59%201.546%201.436%202.517c.843.968%201.924%201.776%202.94%202.268a11.2%2011.2%200%200%200-.491%203.598c.09%201.096.378%201.95.903%202.75c.918%201.407%202.32%201.985%203.674%201.985c1.209%200%202.494-.563%202.698-2.373v-4.694c1.308.552%203.47.363%204.47-.39c.19-.14.326-.207.416-.113c.095.09.106.166-.113.439a5.6%205.6%200%200%201-3.103%201.965l.008%202.72a2.53%202.53%200%200%200%202.543%202.446c1.64.015%202.48-.556%203.148-1.164c.632-.567%201.399-1.754%201.558-3.243a10.1%2010.1%200%200%200-.454-3.926a10.4%2010.4%200%200%200%202.948-2.268C23.213%2012.5%2024%2011.185%2024%2010.675s-.556-.782-1.036-.302V2.497c0-.824-.48-2.29-2.135-2.29zm.423%201.35H20.41c.756%200%201.17.28%201.17%201.224v8.904a8.7%208.7%200%200%201-3.555%201.534c-1.606.352-2.94.087-3.666.148c-.718.06-1.428.529-1.296%201.79c-.491-.154-1.236-.683-1.682-1.117c-.438-.428-.87-.711-1.534-.692c-1.013.03-1.663.102-2.57.01a9.66%209.66%200%200%201-4.838-1.786V2.78c0-.87.378-1.22%201.206-1.22m4.497%204.988a2.994%202.994%200%201%200%200%205.987a2.993%202.993%200%200%200%200-5.983zm7.71%200a2.994%202.994%200%201%200%200%205.987a2.993%202.993%200%200%200%200-5.983z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/slideshare.svg?color=%231a73e8&size=48