prott logo
prott from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- prott
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×197
- License
- CC0
Use the prott logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 197"><path fill="#3e3e3e" d="M0 180.243v-37.531c0-8.761 7.732-15.807 17.277-15.807h35.326c23.679 0 29.915-22.631 29.915-34.584c0-9.178-2.897-17.767-7.903-23.649c-5.3-6.095-12.461-9.067-22.019-9.067h-35.32C7.733 59.611 0 52.547 0 43.817c0-8.712 7.732-15.806 17.277-15.806h35.326c19.923 0 37.36 7.486 49.092 21.112c9.876 11.456 15.328 26.816 15.328 43.192c0 32.072-22.558 66.191-64.427 66.191H34.517v21.73c0 8.713-7.72 15.807-17.24 15.807C7.732 196.05 0 188.955 0 180.243M194.028 27.998c-11.028 0-20.328 3.37-26.222 9.35c-.368-5.943-7.137-9.056-13.815-9.056c-7.23 0-15.01 3.584-15.01 11.445l-1.103 103.11c0 3.737 1.666 6.886 4.821 9.11c2.715 1.911 6.33 2.965 10.17 2.965c6.96 0 14.46-3.664 14.46-11.702l1.09-61.253c0-16.321 10.372-27.71 25.223-27.71c1.776 0 3.602.159 5.55.502c8.002.778 12.584-6.047 12.909-12.743c.294-6.268-3.186-12.927-11.58-13.62a53 53 0 0 0-6.493-.404zM343.76 91.126c0 17.302-6.187 33.188-17.399 44.742c-11.395 11.72-27.294 18.178-44.767 18.178s-33.37-6.458-44.766-18.178c-11.23-11.554-17.412-27.447-17.412-44.742c.012-35.987 26.749-63.128 62.197-63.128c35.436 0 62.16 25.523 62.16 63.122zm-95.084.092c0 19.532 14.46 34.817 32.912 34.817c18.46 0 32.918-15.28 32.918-34.81c0-19.728-14.458-35.198-32.918-35.198c-18.453 0-32.912 15.464-32.912 35.197zm262.976 43.266c-1.176-5.104-5.024-8.406-9.79-8.406c-.705 0-1.41.061-2.206.22c-2.793.675-5.268 1.018-7.333 1.018c-5.594 0-8.197-2.39-8.197-7.536V59.103h14.489c7.021 0 10.219-6.666 10.219-12.854c0-6.2-3.198-12.865-10.219-12.865h-14.49V11.426C484.133 3.584 476.383 0 469.172 0c-7.205 0-14.949 3.578-14.949 11.426v21.951h-54.771V11.426C399.463 3.584 391.713 0 384.5 0c-7.204 0-14.948 3.578-14.948 11.426v21.951h-8.834c-3.125 0-5.686 1.41-7.413 4.062c-1.428 2.181-2.218 5.147-2.218 8.332c0 6.617 3.308 13.332 9.63 13.332h8.823v67.955c0 16.646 10.568 26.988 27.57 26.988c7.106 0 14.875-1.777 23.096-5.257c6.292-2.757 7.928-9.349 6.789-14.305c-1.189-5.104-5.036-8.406-9.803-8.406c-.692 0-1.409.061-2.193.22c-2.806.675-5.269 1.018-7.352 1.018c-5.587 0-8.185-2.39-8.185-7.536V59.103h54.753v67.955c0 16.646 10.556 26.988 27.57 26.988c7.106 0 14.862-1.777 23.078-5.257c6.298-2.757 7.94-9.349 6.8-14.305z"/></svg>
React
import type { SVGProps } from "react";
export function LogosPrott(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 197"><path fill="#3e3e3e" d="M0 180.243v-37.531c0-8.761 7.732-15.807 17.277-15.807h35.326c23.679 0 29.915-22.631 29.915-34.584c0-9.178-2.897-17.767-7.903-23.649c-5.3-6.095-12.461-9.067-22.019-9.067h-35.32C7.733 59.611 0 52.547 0 43.817c0-8.712 7.732-15.806 17.277-15.806h35.326c19.923 0 37.36 7.486 49.092 21.112c9.876 11.456 15.328 26.816 15.328 43.192c0 32.072-22.558 66.191-64.427 66.191H34.517v21.73c0 8.713-7.72 15.807-17.24 15.807C7.732 196.05 0 188.955 0 180.243M194.028 27.998c-11.028 0-20.328 3.37-26.222 9.35c-.368-5.943-7.137-9.056-13.815-9.056c-7.23 0-15.01 3.584-15.01 11.445l-1.103 103.11c0 3.737 1.666 6.886 4.821 9.11c2.715 1.911 6.33 2.965 10.17 2.965c6.96 0 14.46-3.664 14.46-11.702l1.09-61.253c0-16.321 10.372-27.71 25.223-27.71c1.776 0 3.602.159 5.55.502c8.002.778 12.584-6.047 12.909-12.743c.294-6.268-3.186-12.927-11.58-13.62a53 53 0 0 0-6.493-.404zM343.76 91.126c0 17.302-6.187 33.188-17.399 44.742c-11.395 11.72-27.294 18.178-44.767 18.178s-33.37-6.458-44.766-18.178c-11.23-11.554-17.412-27.447-17.412-44.742c.012-35.987 26.749-63.128 62.197-63.128c35.436 0 62.16 25.523 62.16 63.122zm-95.084.092c0 19.532 14.46 34.817 32.912 34.817c18.46 0 32.918-15.28 32.918-34.81c0-19.728-14.458-35.198-32.918-35.198c-18.453 0-32.912 15.464-32.912 35.197zm262.976 43.266c-1.176-5.104-5.024-8.406-9.79-8.406c-.705 0-1.41.061-2.206.22c-2.793.675-5.268 1.018-7.333 1.018c-5.594 0-8.197-2.39-8.197-7.536V59.103h14.489c7.021 0 10.219-6.666 10.219-12.854c0-6.2-3.198-12.865-10.219-12.865h-14.49V11.426C484.133 3.584 476.383 0 469.172 0c-7.205 0-14.949 3.578-14.949 11.426v21.951h-54.771V11.426C399.463 3.584 391.713 0 384.5 0c-7.204 0-14.948 3.578-14.948 11.426v21.951h-8.834c-3.125 0-5.686 1.41-7.413 4.062c-1.428 2.181-2.218 5.147-2.218 8.332c0 6.617 3.308 13.332 9.63 13.332h8.823v67.955c0 16.646 10.568 26.988 27.57 26.988c7.106 0 14.875-1.777 23.096-5.257c6.292-2.757 7.928-9.349 6.789-14.305c-1.189-5.104-5.036-8.406-9.803-8.406c-.692 0-1.409.061-2.193.22c-2.806.675-5.269 1.018-7.352 1.018c-5.587 0-8.185-2.39-8.185-7.536V59.103h54.753v67.955c0 16.646 10.556 26.988 27.57 26.988c7.106 0 14.862-1.777 23.078-5.257c6.298-2.757 7.94-9.349 6.8-14.305z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 197"><path fill="#3e3e3e" d="M0 180.243v-37.531c0-8.761 7.732-15.807 17.277-15.807h35.326c23.679 0 29.915-22.631 29.915-34.584c0-9.178-2.897-17.767-7.903-23.649c-5.3-6.095-12.461-9.067-22.019-9.067h-35.32C7.733 59.611 0 52.547 0 43.817c0-8.712 7.732-15.806 17.277-15.806h35.326c19.923 0 37.36 7.486 49.092 21.112c9.876 11.456 15.328 26.816 15.328 43.192c0 32.072-22.558 66.191-64.427 66.191H34.517v21.73c0 8.713-7.72 15.807-17.24 15.807C7.732 196.05 0 188.955 0 180.243M194.028 27.998c-11.028 0-20.328 3.37-26.222 9.35c-.368-5.943-7.137-9.056-13.815-9.056c-7.23 0-15.01 3.584-15.01 11.445l-1.103 103.11c0 3.737 1.666 6.886 4.821 9.11c2.715 1.911 6.33 2.965 10.17 2.965c6.96 0 14.46-3.664 14.46-11.702l1.09-61.253c0-16.321 10.372-27.71 25.223-27.71c1.776 0 3.602.159 5.55.502c8.002.778 12.584-6.047 12.909-12.743c.294-6.268-3.186-12.927-11.58-13.62a53 53 0 0 0-6.493-.404zM343.76 91.126c0 17.302-6.187 33.188-17.399 44.742c-11.395 11.72-27.294 18.178-44.767 18.178s-33.37-6.458-44.766-18.178c-11.23-11.554-17.412-27.447-17.412-44.742c.012-35.987 26.749-63.128 62.197-63.128c35.436 0 62.16 25.523 62.16 63.122zm-95.084.092c0 19.532 14.46 34.817 32.912 34.817c18.46 0 32.918-15.28 32.918-34.81c0-19.728-14.458-35.198-32.918-35.198c-18.453 0-32.912 15.464-32.912 35.197zm262.976 43.266c-1.176-5.104-5.024-8.406-9.79-8.406c-.705 0-1.41.061-2.206.22c-2.793.675-5.268 1.018-7.333 1.018c-5.594 0-8.197-2.39-8.197-7.536V59.103h14.489c7.021 0 10.219-6.666 10.219-12.854c0-6.2-3.198-12.865-10.219-12.865h-14.49V11.426C484.133 3.584 476.383 0 469.172 0c-7.205 0-14.949 3.578-14.949 11.426v21.951h-54.771V11.426C399.463 3.584 391.713 0 384.5 0c-7.204 0-14.948 3.578-14.948 11.426v21.951h-8.834c-3.125 0-5.686 1.41-7.413 4.062c-1.428 2.181-2.218 5.147-2.218 8.332c0 6.617 3.308 13.332 9.63 13.332h8.823v67.955c0 16.646 10.568 26.988 27.57 26.988c7.106 0 14.875-1.777 23.096-5.257c6.292-2.757 7.928-9.349 6.789-14.305c-1.189-5.104-5.036-8.406-9.803-8.406c-.692 0-1.409.061-2.193.22c-2.806.675-5.269 1.018-7.352 1.018c-5.587 0-8.185-2.39-8.185-7.536V59.103h54.753v67.955c0 16.646 10.556 26.988 27.57 26.988c7.106 0 14.862-1.777 23.078-5.257c6.298-2.757 7.94-9.349 6.8-14.305z"/></svg> </template>
CSS
.icon-prott {
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%20512%20197%22%3E%3Cpath%20fill%3D%22%233e3e3e%22%20d%3D%22M0%20180.243v-37.531c0-8.761%207.732-15.807%2017.277-15.807h35.326c23.679%200%2029.915-22.631%2029.915-34.584c0-9.178-2.897-17.767-7.903-23.649c-5.3-6.095-12.461-9.067-22.019-9.067h-35.32C7.733%2059.611%200%2052.547%200%2043.817c0-8.712%207.732-15.806%2017.277-15.806h35.326c19.923%200%2037.36%207.486%2049.092%2021.112c9.876%2011.456%2015.328%2026.816%2015.328%2043.192c0%2032.072-22.558%2066.191-64.427%2066.191H34.517v21.73c0%208.713-7.72%2015.807-17.24%2015.807C7.732%20196.05%200%20188.955%200%20180.243M194.028%2027.998c-11.028%200-20.328%203.37-26.222%209.35c-.368-5.943-7.137-9.056-13.815-9.056c-7.23%200-15.01%203.584-15.01%2011.445l-1.103%20103.11c0%203.737%201.666%206.886%204.821%209.11c2.715%201.911%206.33%202.965%2010.17%202.965c6.96%200%2014.46-3.664%2014.46-11.702l1.09-61.253c0-16.321%2010.372-27.71%2025.223-27.71c1.776%200%203.602.159%205.55.502c8.002.778%2012.584-6.047%2012.909-12.743c.294-6.268-3.186-12.927-11.58-13.62a53%2053%200%200%200-6.493-.404zM343.76%2091.126c0%2017.302-6.187%2033.188-17.399%2044.742c-11.395%2011.72-27.294%2018.178-44.767%2018.178s-33.37-6.458-44.766-18.178c-11.23-11.554-17.412-27.447-17.412-44.742c.012-35.987%2026.749-63.128%2062.197-63.128c35.436%200%2062.16%2025.523%2062.16%2063.122zm-95.084.092c0%2019.532%2014.46%2034.817%2032.912%2034.817c18.46%200%2032.918-15.28%2032.918-34.81c0-19.728-14.458-35.198-32.918-35.198c-18.453%200-32.912%2015.464-32.912%2035.197zm262.976%2043.266c-1.176-5.104-5.024-8.406-9.79-8.406c-.705%200-1.41.061-2.206.22c-2.793.675-5.268%201.018-7.333%201.018c-5.594%200-8.197-2.39-8.197-7.536V59.103h14.489c7.021%200%2010.219-6.666%2010.219-12.854c0-6.2-3.198-12.865-10.219-12.865h-14.49V11.426C484.133%203.584%20476.383%200%20469.172%200c-7.205%200-14.949%203.578-14.949%2011.426v21.951h-54.771V11.426C399.463%203.584%20391.713%200%20384.5%200c-7.204%200-14.948%203.578-14.948%2011.426v21.951h-8.834c-3.125%200-5.686%201.41-7.413%204.062c-1.428%202.181-2.218%205.147-2.218%208.332c0%206.617%203.308%2013.332%209.63%2013.332h8.823v67.955c0%2016.646%2010.568%2026.988%2027.57%2026.988c7.106%200%2014.875-1.777%2023.096-5.257c6.292-2.757%207.928-9.349%206.789-14.305c-1.189-5.104-5.036-8.406-9.803-8.406c-.692%200-1.409.061-2.193.22c-2.806.675-5.269%201.018-7.352%201.018c-5.587%200-8.185-2.39-8.185-7.536V59.103h54.753v67.955c0%2016.646%2010.556%2026.988%2027.57%2026.988c7.106%200%2014.862-1.777%2023.078-5.257c6.298-2.757%207.94-9.349%206.8-14.305z%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%20512%20197%22%3E%3Cpath%20fill%3D%22%233e3e3e%22%20d%3D%22M0%20180.243v-37.531c0-8.761%207.732-15.807%2017.277-15.807h35.326c23.679%200%2029.915-22.631%2029.915-34.584c0-9.178-2.897-17.767-7.903-23.649c-5.3-6.095-12.461-9.067-22.019-9.067h-35.32C7.733%2059.611%200%2052.547%200%2043.817c0-8.712%207.732-15.806%2017.277-15.806h35.326c19.923%200%2037.36%207.486%2049.092%2021.112c9.876%2011.456%2015.328%2026.816%2015.328%2043.192c0%2032.072-22.558%2066.191-64.427%2066.191H34.517v21.73c0%208.713-7.72%2015.807-17.24%2015.807C7.732%20196.05%200%20188.955%200%20180.243M194.028%2027.998c-11.028%200-20.328%203.37-26.222%209.35c-.368-5.943-7.137-9.056-13.815-9.056c-7.23%200-15.01%203.584-15.01%2011.445l-1.103%20103.11c0%203.737%201.666%206.886%204.821%209.11c2.715%201.911%206.33%202.965%2010.17%202.965c6.96%200%2014.46-3.664%2014.46-11.702l1.09-61.253c0-16.321%2010.372-27.71%2025.223-27.71c1.776%200%203.602.159%205.55.502c8.002.778%2012.584-6.047%2012.909-12.743c.294-6.268-3.186-12.927-11.58-13.62a53%2053%200%200%200-6.493-.404zM343.76%2091.126c0%2017.302-6.187%2033.188-17.399%2044.742c-11.395%2011.72-27.294%2018.178-44.767%2018.178s-33.37-6.458-44.766-18.178c-11.23-11.554-17.412-27.447-17.412-44.742c.012-35.987%2026.749-63.128%2062.197-63.128c35.436%200%2062.16%2025.523%2062.16%2063.122zm-95.084.092c0%2019.532%2014.46%2034.817%2032.912%2034.817c18.46%200%2032.918-15.28%2032.918-34.81c0-19.728-14.458-35.198-32.918-35.198c-18.453%200-32.912%2015.464-32.912%2035.197zm262.976%2043.266c-1.176-5.104-5.024-8.406-9.79-8.406c-.705%200-1.41.061-2.206.22c-2.793.675-5.268%201.018-7.333%201.018c-5.594%200-8.197-2.39-8.197-7.536V59.103h14.489c7.021%200%2010.219-6.666%2010.219-12.854c0-6.2-3.198-12.865-10.219-12.865h-14.49V11.426C484.133%203.584%20476.383%200%20469.172%200c-7.205%200-14.949%203.578-14.949%2011.426v21.951h-54.771V11.426C399.463%203.584%20391.713%200%20384.5%200c-7.204%200-14.948%203.578-14.948%2011.426v21.951h-8.834c-3.125%200-5.686%201.41-7.413%204.062c-1.428%202.181-2.218%205.147-2.218%208.332c0%206.617%203.308%2013.332%209.63%2013.332h8.823v67.955c0%2016.646%2010.568%2026.988%2027.57%2026.988c7.106%200%2014.875-1.777%2023.096-5.257c6.292-2.757%207.928-9.349%206.789-14.305c-1.189-5.104-5.036-8.406-9.803-8.406c-.692%200-1.409.061-2.193.22c-2.806.675-5.269%201.018-7.352%201.018c-5.587%200-8.185-2.39-8.185-7.536V59.103h54.753v67.955c0%2016.646%2010.556%2026.988%2027.57%2026.988c7.106%200%2014.862-1.777%2023.078-5.257c6.298-2.757%207.94-9.349%206.8-14.305z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/prott.svg?color=%231a73e8&size=48