slideshare icon

slideshare from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
slideshare
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the slideshare icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 11.037c-.809.822-2.574 2.05-4.934 3.002m0 0c-.54.218-1.115.42-1.72.598c-.752.263-2.316 1.172-2.258 3.177l-.066 3.15c0 .345.415.897 1.211 1.01c.982.14 2.435-.278 3.102-1.13c.996-1.27.943-4.267-.269-6.805M2 11.005c.809.822 2.526 2.081 4.886 3.034m0 0c.54.218 1.115.42 1.72.598c1.346.394 2.33 1.56 2.384 3.06s.12 2.355-.125 2.757c-.246.403-.825.57-1.471.604s-2.02-.316-2.688-1.167c-.995-1.272-1.031-3.314.18-5.852m3.09-3.54c0 .829-.674 1.5-1.506 1.5a1.503 1.503 0 0 1-1.505-1.5c0-.828.674-1.5 1.505-1.5c.832 0 1.505.672 1.505 1.5m7.024 0c0 .829-.674 1.5-1.505 1.5a1.503 1.503 0 0 1-1.505-1.5c0-.828.674-1.5 1.505-1.5c.832 0 1.505.672 1.505 1.5"/><path d="M20.01 9c-.01-3.115-.11-4.766-1.177-5.83C17.66 2 15.766 2 11.982 2S6.305 2 5.129 3.17C4.062 4.234 3.963 5.885 3.954 9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSlideshare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 11.037c-.809.822-2.574 2.05-4.934 3.002m0 0c-.54.218-1.115.42-1.72.598c-.752.263-2.316 1.172-2.258 3.177l-.066 3.15c0 .345.415.897 1.211 1.01c.982.14 2.435-.278 3.102-1.13c.996-1.27.943-4.267-.269-6.805M2 11.005c.809.822 2.526 2.081 4.886 3.034m0 0c.54.218 1.115.42 1.72.598c1.346.394 2.33 1.56 2.384 3.06s.12 2.355-.125 2.757c-.246.403-.825.57-1.471.604s-2.02-.316-2.688-1.167c-.995-1.272-1.031-3.314.18-5.852m3.09-3.54c0 .829-.674 1.5-1.506 1.5a1.503 1.503 0 0 1-1.505-1.5c0-.828.674-1.5 1.505-1.5c.832 0 1.505.672 1.505 1.5m7.024 0c0 .829-.674 1.5-1.505 1.5a1.503 1.503 0 0 1-1.505-1.5c0-.828.674-1.5 1.505-1.5c.832 0 1.505.672 1.505 1.5"/><path d="M20.01 9c-.01-3.115-.11-4.766-1.177-5.83C17.66 2 15.766 2 11.982 2S6.305 2 5.129 3.17C4.062 4.234 3.963 5.885 3.954 9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 11.037c-.809.822-2.574 2.05-4.934 3.002m0 0c-.54.218-1.115.42-1.72.598c-.752.263-2.316 1.172-2.258 3.177l-.066 3.15c0 .345.415.897 1.211 1.01c.982.14 2.435-.278 3.102-1.13c.996-1.27.943-4.267-.269-6.805M2 11.005c.809.822 2.526 2.081 4.886 3.034m0 0c.54.218 1.115.42 1.72.598c1.346.394 2.33 1.56 2.384 3.06s.12 2.355-.125 2.757c-.246.403-.825.57-1.471.604s-2.02-.316-2.688-1.167c-.995-1.272-1.031-3.314.18-5.852m3.09-3.54c0 .829-.674 1.5-1.506 1.5a1.503 1.503 0 0 1-1.505-1.5c0-.828.674-1.5 1.505-1.5c.832 0 1.505.672 1.505 1.5m7.024 0c0 .829-.674 1.5-1.505 1.5a1.503 1.503 0 0 1-1.505-1.5c0-.828.674-1.5 1.505-1.5c.832 0 1.505.672 1.505 1.5"/><path d="M20.01 9c-.01-3.115-.11-4.766-1.177-5.83C17.66 2 15.766 2 11.982 2S6.305 2 5.129 3.17C4.062 4.234 3.963 5.885 3.954 9"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2011.037c-.809.822-2.574%202.05-4.934%203.002m0%200c-.54.218-1.115.42-1.72.598c-.752.263-2.316%201.172-2.258%203.177l-.066%203.15c0%20.345.415.897%201.211%201.01c.982.14%202.435-.278%203.102-1.13c.996-1.27.943-4.267-.269-6.805M2%2011.005c.809.822%202.526%202.081%204.886%203.034m0%200c.54.218%201.115.42%201.72.598c1.346.394%202.33%201.56%202.384%203.06s.12%202.355-.125%202.757c-.246.403-.825.57-1.471.604s-2.02-.316-2.688-1.167c-.995-1.272-1.031-3.314.18-5.852m3.09-3.54c0%20.829-.674%201.5-1.506%201.5a1.503%201.503%200%200%201-1.505-1.5c0-.828.674-1.5%201.505-1.5c.832%200%201.505.672%201.505%201.5m7.024%200c0%20.829-.674%201.5-1.505%201.5a1.503%201.503%200%200%201-1.505-1.5c0-.828.674-1.5%201.505-1.5c.832%200%201.505.672%201.505%201.5%22%2F%3E%3Cpath%20d%3D%22M20.01%209c-.01-3.115-.11-4.766-1.177-5.83C17.66%202%2015.766%202%2011.982%202S6.305%202%205.129%203.17C4.062%204.234%203.963%205.885%203.954%209%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2011.037c-.809.822-2.574%202.05-4.934%203.002m0%200c-.54.218-1.115.42-1.72.598c-.752.263-2.316%201.172-2.258%203.177l-.066%203.15c0%20.345.415.897%201.211%201.01c.982.14%202.435-.278%203.102-1.13c.996-1.27.943-4.267-.269-6.805M2%2011.005c.809.822%202.526%202.081%204.886%203.034m0%200c.54.218%201.115.42%201.72.598c1.346.394%202.33%201.56%202.384%203.06s.12%202.355-.125%202.757c-.246.403-.825.57-1.471.604s-2.02-.316-2.688-1.167c-.995-1.272-1.031-3.314.18-5.852m3.09-3.54c0%20.829-.674%201.5-1.506%201.5a1.503%201.503%200%200%201-1.505-1.5c0-.828.674-1.5%201.505-1.5c.832%200%201.505.672%201.505%201.5m7.024%200c0%20.829-.674%201.5-1.505%201.5a1.503%201.503%200%200%201-1.505-1.5c0-.828.674-1.5%201.505-1.5c.832%200%201.505.672%201.505%201.5%22%2F%3E%3Cpath%20d%3D%22M20.01%209c-.01-3.115-.11-4.766-1.177-5.83C17.66%202%2015.766%202%2011.982%202S6.305%202%205.129%203.17C4.062%204.234%203.963%205.885%203.954%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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