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

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

Use the platzi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.64 1.127L2.485 9.282a3.84 3.84 0 0 0 0 5.436l8.155 8.155a3.84 3.84 0 0 0 5.436 0l2.72-2.718l-2.72-2.718l-2.718 2.718L5.203 12l8.155-8.155l5.437 5.437l-5.437 5.436l2.718 2.72L21.513 12a3.84 3.84 0 0 0 0-5.437l-5.448-5.436a3.83 3.83 0 0 0-5.425 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPlatzi(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="M10.64 1.127L2.485 9.282a3.84 3.84 0 0 0 0 5.436l8.155 8.155a3.84 3.84 0 0 0 5.436 0l2.72-2.718l-2.72-2.718l-2.718 2.718L5.203 12l8.155-8.155l5.437 5.437l-5.437 5.436l2.718 2.72L21.513 12a3.84 3.84 0 0 0 0-5.437l-5.448-5.436a3.83 3.83 0 0 0-5.425 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.64 1.127L2.485 9.282a3.84 3.84 0 0 0 0 5.436l8.155 8.155a3.84 3.84 0 0 0 5.436 0l2.72-2.718l-2.72-2.718l-2.718 2.718L5.203 12l8.155-8.155l5.437 5.437l-5.437 5.436l2.718 2.72L21.513 12a3.84 3.84 0 0 0 0-5.437l-5.448-5.436a3.83 3.83 0 0 0-5.425 0"/></svg>
</template>

CSS

.icon-platzi {
  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%22M10.64%201.127L2.485%209.282a3.84%203.84%200%200%200%200%205.436l8.155%208.155a3.84%203.84%200%200%200%205.436%200l2.72-2.718l-2.72-2.718l-2.718%202.718L5.203%2012l8.155-8.155l5.437%205.437l-5.437%205.436l2.718%202.72L21.513%2012a3.84%203.84%200%200%200%200-5.437l-5.448-5.436a3.83%203.83%200%200%200-5.425%200%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%22M10.64%201.127L2.485%209.282a3.84%203.84%200%200%200%200%205.436l8.155%208.155a3.84%203.84%200%200%200%205.436%200l2.72-2.718l-2.72-2.718l-2.718%202.718L5.203%2012l8.155-8.155l5.437%205.437l-5.437%205.436l2.718%202.72L21.513%2012a3.84%203.84%200%200%200%200-5.437l-5.448-5.436a3.83%203.83%200%200%200-5.425%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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