prolog from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
prolog
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Use the prolog logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="M12 15.385a5.1 5.1 0 0 0 1.862 1.693L12 18.94l-1.862-1.862A5.04 5.04 0 0 0 12 15.385m4.232-4.063a1.693 1.693 0 0 0-1.693 1.693a1.693 1.693 0 0 0 1.693 1.693a1.693 1.693 0 0 0 1.693-1.693c0-.94-.762-1.693-1.693-1.693m-8.464 0a1.693 1.693 0 0 0-1.693 1.693a1.693 1.693 0 0 0 1.693 1.693a1.693 1.693 0 0 0 1.693-1.693c0-.94-.762-1.693-1.693-1.693m8.464-2.116a3.385 3.385 0 0 1 3.385 3.386a3.385 3.385 0 0 1-3.385 3.385a3.385 3.385 0 0 1-3.386-3.385a3.385 3.385 0 0 1 3.386-3.386m-8.464 0a3.385 3.385 0 0 1 3.386 3.386a3.385 3.385 0 0 1-3.386 3.385a3.385 3.385 0 0 1-3.385-3.385a3.385 3.385 0 0 1 3.385-3.386M3.74 2.69c1.49 3.132.415 5.468-.584 7.787a5.1 5.1 0 0 0-.465 2.116a5.08 5.08 0 0 0 5.078 5.078a6 6 0 0 0 .533-.042l2.506 2.505L12 21.31l1.194-1.177l2.505-2.505c.178.025.355.034.533.042a5.08 5.08 0 0 0 5.078-5.078a5.1 5.1 0 0 0-.465-2.116c-.999-2.319-2.074-4.655-.584-7.787c-2.235 1.744-5.417 3.123-8.26 3.132c-2.845-.008-6.027-1.388-8.261-3.132z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeProlog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="M12 15.385a5.1 5.1 0 0 0 1.862 1.693L12 18.94l-1.862-1.862A5.04 5.04 0 0 0 12 15.385m4.232-4.063a1.693 1.693 0 0 0-1.693 1.693a1.693 1.693 0 0 0 1.693 1.693a1.693 1.693 0 0 0 1.693-1.693c0-.94-.762-1.693-1.693-1.693m-8.464 0a1.693 1.693 0 0 0-1.693 1.693a1.693 1.693 0 0 0 1.693 1.693a1.693 1.693 0 0 0 1.693-1.693c0-.94-.762-1.693-1.693-1.693m8.464-2.116a3.385 3.385 0 0 1 3.385 3.386a3.385 3.385 0 0 1-3.385 3.385a3.385 3.385 0 0 1-3.386-3.385a3.385 3.385 0 0 1 3.386-3.386m-8.464 0a3.385 3.385 0 0 1 3.386 3.386a3.385 3.385 0 0 1-3.386 3.385a3.385 3.385 0 0 1-3.385-3.385a3.385 3.385 0 0 1 3.385-3.386M3.74 2.69c1.49 3.132.415 5.468-.584 7.787a5.1 5.1 0 0 0-.465 2.116a5.08 5.08 0 0 0 5.078 5.078a6 6 0 0 0 .533-.042l2.506 2.505L12 21.31l1.194-1.177l2.505-2.505c.178.025.355.034.533.042a5.08 5.08 0 0 0 5.078-5.078a5.1 5.1 0 0 0-.465-2.116c-.999-2.319-2.074-4.655-.584-7.787c-2.235 1.744-5.417 3.123-8.26 3.132c-2.845-.008-6.027-1.388-8.261-3.132z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="M12 15.385a5.1 5.1 0 0 0 1.862 1.693L12 18.94l-1.862-1.862A5.04 5.04 0 0 0 12 15.385m4.232-4.063a1.693 1.693 0 0 0-1.693 1.693a1.693 1.693 0 0 0 1.693 1.693a1.693 1.693 0 0 0 1.693-1.693c0-.94-.762-1.693-1.693-1.693m-8.464 0a1.693 1.693 0 0 0-1.693 1.693a1.693 1.693 0 0 0 1.693 1.693a1.693 1.693 0 0 0 1.693-1.693c0-.94-.762-1.693-1.693-1.693m8.464-2.116a3.385 3.385 0 0 1 3.385 3.386a3.385 3.385 0 0 1-3.385 3.385a3.385 3.385 0 0 1-3.386-3.385a3.385 3.385 0 0 1 3.386-3.386m-8.464 0a3.385 3.385 0 0 1 3.386 3.386a3.385 3.385 0 0 1-3.386 3.385a3.385 3.385 0 0 1-3.385-3.385a3.385 3.385 0 0 1 3.385-3.386M3.74 2.69c1.49 3.132.415 5.468-.584 7.787a5.1 5.1 0 0 0-.465 2.116a5.08 5.08 0 0 0 5.078 5.078a6 6 0 0 0 .533-.042l2.506 2.505L12 21.31l1.194-1.177l2.505-2.505c.178.025.355.034.533.042a5.08 5.08 0 0 0 5.078-5.078a5.1 5.1 0 0 0-.465-2.116c-.999-2.319-2.074-4.655-.584-7.787c-2.235 1.744-5.417 3.123-8.26 3.132c-2.845-.008-6.027-1.388-8.261-3.132z"/></svg>
</template>

CSS

.icon-prolog {
  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%22%23ef5350%22%20d%3D%22M12%2015.385a5.1%205.1%200%200%200%201.862%201.693L12%2018.94l-1.862-1.862A5.04%205.04%200%200%200%2012%2015.385m4.232-4.063a1.693%201.693%200%200%200-1.693%201.693a1.693%201.693%200%200%200%201.693%201.693a1.693%201.693%200%200%200%201.693-1.693c0-.94-.762-1.693-1.693-1.693m-8.464%200a1.693%201.693%200%200%200-1.693%201.693a1.693%201.693%200%200%200%201.693%201.693a1.693%201.693%200%200%200%201.693-1.693c0-.94-.762-1.693-1.693-1.693m8.464-2.116a3.385%203.385%200%200%201%203.385%203.386a3.385%203.385%200%200%201-3.385%203.385a3.385%203.385%200%200%201-3.386-3.385a3.385%203.385%200%200%201%203.386-3.386m-8.464%200a3.385%203.385%200%200%201%203.386%203.386a3.385%203.385%200%200%201-3.386%203.385a3.385%203.385%200%200%201-3.385-3.385a3.385%203.385%200%200%201%203.385-3.386M3.74%202.69c1.49%203.132.415%205.468-.584%207.787a5.1%205.1%200%200%200-.465%202.116a5.08%205.08%200%200%200%205.078%205.078a6%206%200%200%200%20.533-.042l2.506%202.505L12%2021.31l1.194-1.177l2.505-2.505c.178.025.355.034.533.042a5.08%205.08%200%200%200%205.078-5.078a5.1%205.1%200%200%200-.465-2.116c-.999-2.319-2.074-4.655-.584-7.787c-2.235%201.744-5.417%203.123-8.26%203.132c-2.845-.008-6.027-1.388-8.261-3.132z%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%22%23ef5350%22%20d%3D%22M12%2015.385a5.1%205.1%200%200%200%201.862%201.693L12%2018.94l-1.862-1.862A5.04%205.04%200%200%200%2012%2015.385m4.232-4.063a1.693%201.693%200%200%200-1.693%201.693a1.693%201.693%200%200%200%201.693%201.693a1.693%201.693%200%200%200%201.693-1.693c0-.94-.762-1.693-1.693-1.693m-8.464%200a1.693%201.693%200%200%200-1.693%201.693a1.693%201.693%200%200%200%201.693%201.693a1.693%201.693%200%200%200%201.693-1.693c0-.94-.762-1.693-1.693-1.693m8.464-2.116a3.385%203.385%200%200%201%203.385%203.386a3.385%203.385%200%200%201-3.385%203.385a3.385%203.385%200%200%201-3.386-3.385a3.385%203.385%200%200%201%203.386-3.386m-8.464%200a3.385%203.385%200%200%201%203.386%203.386a3.385%203.385%200%200%201-3.386%203.385a3.385%203.385%200%200%201-3.385-3.385a3.385%203.385%200%200%201%203.385-3.386M3.74%202.69c1.49%203.132.415%205.468-.584%207.787a5.1%205.1%200%200%200-.465%202.116a5.08%205.08%200%200%200%205.078%205.078a6%206%200%200%200%20.533-.042l2.506%202.505L12%2021.31l1.194-1.177l2.505-2.505c.178.025.355.034.533.042a5.08%205.08%200%200%200%205.078-5.078a5.1%205.1%200%200%200-.465-2.116c-.999-2.319-2.074-4.655-.584-7.787c-2.235%201.744-5.417%203.123-8.26%203.132c-2.845-.008-6.027-1.388-8.261-3.132z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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