slides from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
slides
Set
SVG Logos
Style
Color
Viewbox
256×248
License
CC0

The same logo in other sets

Use the slides logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path fill="#512833" d="M50.2.092L255.89 41.71l-41.618 205.695l-205.69-41.616z"/><path fill="#934358" d="m24.17 9.173l208.883 20.273L212.78 238.33L3.897 218.057z"/><path fill="#e5637c" d="M.182 18.825h209.869v209.869H.182z"/><path fill="#fff" d="M72.569 162.917q-.002-1.862 2.331-5.595q2.33-3.73 4.197-3.73c.122 0 1.12.591 2.985 1.772q2.797 1.773 8.02 3.544q5.22 1.773 12.59 1.772q7.368 0 12.125-4.197t4.757-11.378q0-7.178-4.198-11.192q-4.198-4.008-16.694-7.553q-12.497-3.541-18.093-9.047q-5.595-5.5-5.595-16.694q-.001-11.191 8.58-18.746q8.577-7.554 22.382-7.554q9.513.001 16.975 2.425q7.459 2.427 7.46 5.41q-.002 2.425-2.144 6.248q-2.147 3.824-3.824 3.824q-.188 0-2.425-1.12q-6.345-3.358-14.27-3.357q-7.93.002-12.31 3.264q-4.384 3.266-4.383 8.487q0 5.224 3.264 8.207c2.174 1.99 5.876 3.795 11.098 5.409q17.53 5.41 23.782 11.844q6.248 6.436 6.249 19.399c0 8.645-3.078 15.761-9.234 21.357q-9.233 8.394-22.103 8.393q-12.871.001-22.196-3.823q-9.327-3.823-9.326-7.369"/></svg>

React

import type { SVGProps } from "react";

export function LogosSlides(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path fill="#512833" d="M50.2.092L255.89 41.71l-41.618 205.695l-205.69-41.616z"/><path fill="#934358" d="m24.17 9.173l208.883 20.273L212.78 238.33L3.897 218.057z"/><path fill="#e5637c" d="M.182 18.825h209.869v209.869H.182z"/><path fill="#fff" d="M72.569 162.917q-.002-1.862 2.331-5.595q2.33-3.73 4.197-3.73c.122 0 1.12.591 2.985 1.772q2.797 1.773 8.02 3.544q5.22 1.773 12.59 1.772q7.368 0 12.125-4.197t4.757-11.378q0-7.178-4.198-11.192q-4.198-4.008-16.694-7.553q-12.497-3.541-18.093-9.047q-5.595-5.5-5.595-16.694q-.001-11.191 8.58-18.746q8.577-7.554 22.382-7.554q9.513.001 16.975 2.425q7.459 2.427 7.46 5.41q-.002 2.425-2.144 6.248q-2.147 3.824-3.824 3.824q-.188 0-2.425-1.12q-6.345-3.358-14.27-3.357q-7.93.002-12.31 3.264q-4.384 3.266-4.383 8.487q0 5.224 3.264 8.207c2.174 1.99 5.876 3.795 11.098 5.409q17.53 5.41 23.782 11.844q6.248 6.436 6.249 19.399c0 8.645-3.078 15.761-9.234 21.357q-9.233 8.394-22.103 8.393q-12.871.001-22.196-3.823q-9.327-3.823-9.326-7.369"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path fill="#512833" d="M50.2.092L255.89 41.71l-41.618 205.695l-205.69-41.616z"/><path fill="#934358" d="m24.17 9.173l208.883 20.273L212.78 238.33L3.897 218.057z"/><path fill="#e5637c" d="M.182 18.825h209.869v209.869H.182z"/><path fill="#fff" d="M72.569 162.917q-.002-1.862 2.331-5.595q2.33-3.73 4.197-3.73c.122 0 1.12.591 2.985 1.772q2.797 1.773 8.02 3.544q5.22 1.773 12.59 1.772q7.368 0 12.125-4.197t4.757-11.378q0-7.178-4.198-11.192q-4.198-4.008-16.694-7.553q-12.497-3.541-18.093-9.047q-5.595-5.5-5.595-16.694q-.001-11.191 8.58-18.746q8.577-7.554 22.382-7.554q9.513.001 16.975 2.425q7.459 2.427 7.46 5.41q-.002 2.425-2.144 6.248q-2.147 3.824-3.824 3.824q-.188 0-2.425-1.12q-6.345-3.358-14.27-3.357q-7.93.002-12.31 3.264q-4.384 3.266-4.383 8.487q0 5.224 3.264 8.207c2.174 1.99 5.876 3.795 11.098 5.409q17.53 5.41 23.782 11.844q6.248 6.436 6.249 19.399c0 8.645-3.078 15.761-9.234 21.357q-9.233 8.394-22.103 8.393q-12.871.001-22.196-3.823q-9.327-3.823-9.326-7.369"/></svg>
</template>

CSS

.icon-slides {
  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%20256%20248%22%3E%3Cpath%20fill%3D%22%23512833%22%20d%3D%22M50.2.092L255.89%2041.71l-41.618%20205.695l-205.69-41.616z%22%2F%3E%3Cpath%20fill%3D%22%23934358%22%20d%3D%22m24.17%209.173l208.883%2020.273L212.78%20238.33L3.897%20218.057z%22%2F%3E%3Cpath%20fill%3D%22%23e5637c%22%20d%3D%22M.182%2018.825h209.869v209.869H.182z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M72.569%20162.917q-.002-1.862%202.331-5.595q2.33-3.73%204.197-3.73c.122%200%201.12.591%202.985%201.772q2.797%201.773%208.02%203.544q5.22%201.773%2012.59%201.772q7.368%200%2012.125-4.197t4.757-11.378q0-7.178-4.198-11.192q-4.198-4.008-16.694-7.553q-12.497-3.541-18.093-9.047q-5.595-5.5-5.595-16.694q-.001-11.191%208.58-18.746q8.577-7.554%2022.382-7.554q9.513.001%2016.975%202.425q7.459%202.427%207.46%205.41q-.002%202.425-2.144%206.248q-2.147%203.824-3.824%203.824q-.188%200-2.425-1.12q-6.345-3.358-14.27-3.357q-7.93.002-12.31%203.264q-4.384%203.266-4.383%208.487q0%205.224%203.264%208.207c2.174%201.99%205.876%203.795%2011.098%205.409q17.53%205.41%2023.782%2011.844q6.248%206.436%206.249%2019.399c0%208.645-3.078%2015.761-9.234%2021.357q-9.233%208.394-22.103%208.393q-12.871.001-22.196-3.823q-9.327-3.823-9.326-7.369%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%20256%20248%22%3E%3Cpath%20fill%3D%22%23512833%22%20d%3D%22M50.2.092L255.89%2041.71l-41.618%20205.695l-205.69-41.616z%22%2F%3E%3Cpath%20fill%3D%22%23934358%22%20d%3D%22m24.17%209.173l208.883%2020.273L212.78%20238.33L3.897%20218.057z%22%2F%3E%3Cpath%20fill%3D%22%23e5637c%22%20d%3D%22M.182%2018.825h209.869v209.869H.182z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M72.569%20162.917q-.002-1.862%202.331-5.595q2.33-3.73%204.197-3.73c.122%200%201.12.591%202.985%201.772q2.797%201.773%208.02%203.544q5.22%201.773%2012.59%201.772q7.368%200%2012.125-4.197t4.757-11.378q0-7.178-4.198-11.192q-4.198-4.008-16.694-7.553q-12.497-3.541-18.093-9.047q-5.595-5.5-5.595-16.694q-.001-11.191%208.58-18.746q8.577-7.554%2022.382-7.554q9.513.001%2016.975%202.425q7.459%202.427%207.46%205.41q-.002%202.425-2.144%206.248q-2.147%203.824-3.824%203.824q-.188%200-2.425-1.12q-6.345-3.358-14.27-3.357q-7.93.002-12.31%203.264q-4.384%203.266-4.383%208.487q0%205.224%203.264%208.207c2.174%201.99%205.876%203.795%2011.098%205.409q17.53%205.41%2023.782%2011.844q6.248%206.436%206.249%2019.399c0%208.645-3.078%2015.761-9.234%2021.357q-9.233%208.394-22.103%208.393q-12.871.001-22.196-3.823q-9.327-3.823-9.326-7.369%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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