parse logo
parse from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- parse
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the parse logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#169cee" d="M149.333 159.147H86.4c-9.173 0-14.507 5.653-14.507 13.76c0 7.253 4.907 12.373 11.947 12.373c8.213 0 12.907-5.653 13.333-13.76h18.24c-.96 19.84-13.333 30.4-31.786 30.4c-17.28 0-30.187-11.733-30.187-29.227c0-18.24 13.547-30.933 33.92-30.933h62.293c21.014 0 37.014-15.467 37.014-36.267c0-21.013-14.294-35.84-34.667-35.84c-20.16 0-36.48 14.72-36.48 41.92v17.814H97.067v-17.814c0-36.053 23.146-59.413 55.253-59.413c30.613 0 52.907 21.973 52.907 53.12c.213 31.147-23.68 53.867-55.894 53.867M128 256c71.573 0 128-56.64 128-128S199.573 0 128 0S0 56.853 0 128c0 71.36 56.427 128 128 128"/></svg>
React
import type { SVGProps } from "react";
export function LogosParse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#169cee" d="M149.333 159.147H86.4c-9.173 0-14.507 5.653-14.507 13.76c0 7.253 4.907 12.373 11.947 12.373c8.213 0 12.907-5.653 13.333-13.76h18.24c-.96 19.84-13.333 30.4-31.786 30.4c-17.28 0-30.187-11.733-30.187-29.227c0-18.24 13.547-30.933 33.92-30.933h62.293c21.014 0 37.014-15.467 37.014-36.267c0-21.013-14.294-35.84-34.667-35.84c-20.16 0-36.48 14.72-36.48 41.92v17.814H97.067v-17.814c0-36.053 23.146-59.413 55.253-59.413c30.613 0 52.907 21.973 52.907 53.12c.213 31.147-23.68 53.867-55.894 53.867M128 256c71.573 0 128-56.64 128-128S199.573 0 128 0S0 56.853 0 128c0 71.36 56.427 128 128 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#169cee" d="M149.333 159.147H86.4c-9.173 0-14.507 5.653-14.507 13.76c0 7.253 4.907 12.373 11.947 12.373c8.213 0 12.907-5.653 13.333-13.76h18.24c-.96 19.84-13.333 30.4-31.786 30.4c-17.28 0-30.187-11.733-30.187-29.227c0-18.24 13.547-30.933 33.92-30.933h62.293c21.014 0 37.014-15.467 37.014-36.267c0-21.013-14.294-35.84-34.667-35.84c-20.16 0-36.48 14.72-36.48 41.92v17.814H97.067v-17.814c0-36.053 23.146-59.413 55.253-59.413c30.613 0 52.907 21.973 52.907 53.12c.213 31.147-23.68 53.867-55.894 53.867M128 256c71.573 0 128-56.64 128-128S199.573 0 128 0S0 56.853 0 128c0 71.36 56.427 128 128 128"/></svg> </template>
CSS
.icon-parse {
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%20256%22%3E%3Cpath%20fill%3D%22%23169cee%22%20d%3D%22M149.333%20159.147H86.4c-9.173%200-14.507%205.653-14.507%2013.76c0%207.253%204.907%2012.373%2011.947%2012.373c8.213%200%2012.907-5.653%2013.333-13.76h18.24c-.96%2019.84-13.333%2030.4-31.786%2030.4c-17.28%200-30.187-11.733-30.187-29.227c0-18.24%2013.547-30.933%2033.92-30.933h62.293c21.014%200%2037.014-15.467%2037.014-36.267c0-21.013-14.294-35.84-34.667-35.84c-20.16%200-36.48%2014.72-36.48%2041.92v17.814H97.067v-17.814c0-36.053%2023.146-59.413%2055.253-59.413c30.613%200%2052.907%2021.973%2052.907%2053.12c.213%2031.147-23.68%2053.867-55.894%2053.867M128%20256c71.573%200%20128-56.64%20128-128S199.573%200%20128%200S0%2056.853%200%20128c0%2071.36%2056.427%20128%20128%20128%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%20256%22%3E%3Cpath%20fill%3D%22%23169cee%22%20d%3D%22M149.333%20159.147H86.4c-9.173%200-14.507%205.653-14.507%2013.76c0%207.253%204.907%2012.373%2011.947%2012.373c8.213%200%2012.907-5.653%2013.333-13.76h18.24c-.96%2019.84-13.333%2030.4-31.786%2030.4c-17.28%200-30.187-11.733-30.187-29.227c0-18.24%2013.547-30.933%2033.92-30.933h62.293c21.014%200%2037.014-15.467%2037.014-36.267c0-21.013-14.294-35.84-34.667-35.84c-20.16%200-36.48%2014.72-36.48%2041.92v17.814H97.067v-17.814c0-36.053%2023.146-59.413%2055.253-59.413c30.613%200%2052.907%2021.973%2052.907%2053.12c.213%2031.147-23.68%2053.867-55.894%2053.867M128%20256c71.573%200%20128-56.64%20128-128S199.573%200%20128%200S0%2056.853%200%20128c0%2071.36%2056.427%20128%20128%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/parse.svg?color=%231a73e8&size=48