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

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

Use the showwcase logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.554 2.938q.84-.155 1.695-.22c.128-.01.218-.031.273-.121c.094-.153.26-.211.492-.228c.624-.047 1.243-.05 1.869-.007c.301.02.503.097.618.295c.046.078.124.107.242.116q.368.026.733.076c.316.042.629.096.957.15a2 2 0 0 0-.244-.512c-.379-.605-.986-1.018-1.89-1.185c-.679-.126-1.366-.114-2.054-.075c-.43.025-.842.11-1.226.259c-.8.307-1.193.831-1.466 1.452Zm-8.079.553c.272.103.527.245.757.423c.503.385.849.843 1.17 1.313c.356.522.637 1.067.901 1.62c.053-.033.057-.07.068-.108c.135-.437.293-.869.496-1.292c.36-.75.841-1.444 1.718-1.953c.088-.051.08-.087.015-.147a5.4 5.4 0 0 0-.927-.706a1.8 1.8 0 0 0-.955-.24c-.793.013-1.515.2-2.199.475c-.394.158-.76.343-1.044.615m7.245-.165c-1.072.24-1.899.706-2.473 1.406c-.458.557-.708 1.173-.936 1.793a15 15 0 0 0-.55 1.969a53 53 0 0 0-.589 3.215q-.183 1.175-.34 2.354c-.15 1.115-.285 2.23-.295 3.352c-.01.985.021 1.966.44 2.916c.274.623.746 1.135 1.54 1.477c.823.353 1.724.544 2.647.688c1.366.213 2.755.283 4.148.3c1.498.016 2.994-.01 4.48-.167c1.09-.115 2.157-.29 3.168-.62c.92-.3 1.59-.768 1.955-1.463c.362-.69.486-1.408.528-2.136c.095-1.644-.124-3.277-.354-4.91a83 83 0 0 0-.573-3.588c-.135-.73-.28-1.459-.468-2.182c-.22-.84-.48-1.672-.931-2.466c-.55-.967-1.473-1.65-2.876-1.944c-3.4-.71-7.039-.326-8.521.006m14.169 9.746c0 .095.005.19.038.283l.111.766c-.016.048-.008.094.024.156c.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137c.065-.11.08-.228.12-.342c.244-.69.41-1.392.566-2.095c.173-.773.321-1.55.512-2.32a9.9 9.9 0 0 0 .296-2.862c-.017-.356-.04-.714-.172-1.083c-.11.062-.206.108-.29.165c-.386.26-.66.582-.906.915c-.699.95-1.153 1.967-1.577 2.993c-.021.052-.009.102.003.154c.22.93.38 1.867.53 2.804q.157.978.31 1.956zM.067 4.334c-.07.204-.066.412-.067.62c-.002.941.139 1.874.308 2.807c.147.81.352 1.613.551 2.417q.287 1.17.6 2.335c.2.739.272 1.487.348 2.236c.005.054-.007.113.045.168c.01-.016.023-.027.025-.039q.204-1.646.469-3.282c.172-1.064.337-2.129.58-3.186c.032-.138.07-.272 0-.417c-.141-.284-.247-.576-.382-.861c-.357-.754-.737-1.502-1.306-2.189c-.23-.278-.47-.555-.84-.754c-.083-.052-.174-.145-.274-.112c-.084.027-.053.141-.07.217c-.002.013.008.027.013.04m22.248-1.497a7.2 7.2 0 0 0-2.429-.4a1.25 1.25 0 0 0-.673.197c-.343.22-.58.494-.784.787c-.042.06.003.084.056.116q.35.209.646.49c.676.643 1.022 1.392 1.307 2.16c.087.234.164.47.256.734c.28-.574.55-1.12.903-1.64c.43-.632.893-1.249 1.699-1.682c.063-.033.13-.056.195-.085c.084-.022.033-.044 0-.066c-.016-.048-.06-.082-.111-.112a.43.43 0 0 0-.19-.131a2.4 2.4 0 0 0-.596-.28c-.09-.035-.171-.083-.28-.088z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsShowwcase(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="M8.554 2.938q.84-.155 1.695-.22c.128-.01.218-.031.273-.121c.094-.153.26-.211.492-.228c.624-.047 1.243-.05 1.869-.007c.301.02.503.097.618.295c.046.078.124.107.242.116q.368.026.733.076c.316.042.629.096.957.15a2 2 0 0 0-.244-.512c-.379-.605-.986-1.018-1.89-1.185c-.679-.126-1.366-.114-2.054-.075c-.43.025-.842.11-1.226.259c-.8.307-1.193.831-1.466 1.452Zm-8.079.553c.272.103.527.245.757.423c.503.385.849.843 1.17 1.313c.356.522.637 1.067.901 1.62c.053-.033.057-.07.068-.108c.135-.437.293-.869.496-1.292c.36-.75.841-1.444 1.718-1.953c.088-.051.08-.087.015-.147a5.4 5.4 0 0 0-.927-.706a1.8 1.8 0 0 0-.955-.24c-.793.013-1.515.2-2.199.475c-.394.158-.76.343-1.044.615m7.245-.165c-1.072.24-1.899.706-2.473 1.406c-.458.557-.708 1.173-.936 1.793a15 15 0 0 0-.55 1.969a53 53 0 0 0-.589 3.215q-.183 1.175-.34 2.354c-.15 1.115-.285 2.23-.295 3.352c-.01.985.021 1.966.44 2.916c.274.623.746 1.135 1.54 1.477c.823.353 1.724.544 2.647.688c1.366.213 2.755.283 4.148.3c1.498.016 2.994-.01 4.48-.167c1.09-.115 2.157-.29 3.168-.62c.92-.3 1.59-.768 1.955-1.463c.362-.69.486-1.408.528-2.136c.095-1.644-.124-3.277-.354-4.91a83 83 0 0 0-.573-3.588c-.135-.73-.28-1.459-.468-2.182c-.22-.84-.48-1.672-.931-2.466c-.55-.967-1.473-1.65-2.876-1.944c-3.4-.71-7.039-.326-8.521.006m14.169 9.746c0 .095.005.19.038.283l.111.766c-.016.048-.008.094.024.156c.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137c.065-.11.08-.228.12-.342c.244-.69.41-1.392.566-2.095c.173-.773.321-1.55.512-2.32a9.9 9.9 0 0 0 .296-2.862c-.017-.356-.04-.714-.172-1.083c-.11.062-.206.108-.29.165c-.386.26-.66.582-.906.915c-.699.95-1.153 1.967-1.577 2.993c-.021.052-.009.102.003.154c.22.93.38 1.867.53 2.804q.157.978.31 1.956zM.067 4.334c-.07.204-.066.412-.067.62c-.002.941.139 1.874.308 2.807c.147.81.352 1.613.551 2.417q.287 1.17.6 2.335c.2.739.272 1.487.348 2.236c.005.054-.007.113.045.168c.01-.016.023-.027.025-.039q.204-1.646.469-3.282c.172-1.064.337-2.129.58-3.186c.032-.138.07-.272 0-.417c-.141-.284-.247-.576-.382-.861c-.357-.754-.737-1.502-1.306-2.189c-.23-.278-.47-.555-.84-.754c-.083-.052-.174-.145-.274-.112c-.084.027-.053.141-.07.217c-.002.013.008.027.013.04m22.248-1.497a7.2 7.2 0 0 0-2.429-.4a1.25 1.25 0 0 0-.673.197c-.343.22-.58.494-.784.787c-.042.06.003.084.056.116q.35.209.646.49c.676.643 1.022 1.392 1.307 2.16c.087.234.164.47.256.734c.28-.574.55-1.12.903-1.64c.43-.632.893-1.249 1.699-1.682c.063-.033.13-.056.195-.085c.084-.022.033-.044 0-.066c-.016-.048-.06-.082-.111-.112a.43.43 0 0 0-.19-.131a2.4 2.4 0 0 0-.596-.28c-.09-.035-.171-.083-.28-.088z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.554 2.938q.84-.155 1.695-.22c.128-.01.218-.031.273-.121c.094-.153.26-.211.492-.228c.624-.047 1.243-.05 1.869-.007c.301.02.503.097.618.295c.046.078.124.107.242.116q.368.026.733.076c.316.042.629.096.957.15a2 2 0 0 0-.244-.512c-.379-.605-.986-1.018-1.89-1.185c-.679-.126-1.366-.114-2.054-.075c-.43.025-.842.11-1.226.259c-.8.307-1.193.831-1.466 1.452Zm-8.079.553c.272.103.527.245.757.423c.503.385.849.843 1.17 1.313c.356.522.637 1.067.901 1.62c.053-.033.057-.07.068-.108c.135-.437.293-.869.496-1.292c.36-.75.841-1.444 1.718-1.953c.088-.051.08-.087.015-.147a5.4 5.4 0 0 0-.927-.706a1.8 1.8 0 0 0-.955-.24c-.793.013-1.515.2-2.199.475c-.394.158-.76.343-1.044.615m7.245-.165c-1.072.24-1.899.706-2.473 1.406c-.458.557-.708 1.173-.936 1.793a15 15 0 0 0-.55 1.969a53 53 0 0 0-.589 3.215q-.183 1.175-.34 2.354c-.15 1.115-.285 2.23-.295 3.352c-.01.985.021 1.966.44 2.916c.274.623.746 1.135 1.54 1.477c.823.353 1.724.544 2.647.688c1.366.213 2.755.283 4.148.3c1.498.016 2.994-.01 4.48-.167c1.09-.115 2.157-.29 3.168-.62c.92-.3 1.59-.768 1.955-1.463c.362-.69.486-1.408.528-2.136c.095-1.644-.124-3.277-.354-4.91a83 83 0 0 0-.573-3.588c-.135-.73-.28-1.459-.468-2.182c-.22-.84-.48-1.672-.931-2.466c-.55-.967-1.473-1.65-2.876-1.944c-3.4-.71-7.039-.326-8.521.006m14.169 9.746c0 .095.005.19.038.283l.111.766c-.016.048-.008.094.024.156c.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137c.065-.11.08-.228.12-.342c.244-.69.41-1.392.566-2.095c.173-.773.321-1.55.512-2.32a9.9 9.9 0 0 0 .296-2.862c-.017-.356-.04-.714-.172-1.083c-.11.062-.206.108-.29.165c-.386.26-.66.582-.906.915c-.699.95-1.153 1.967-1.577 2.993c-.021.052-.009.102.003.154c.22.93.38 1.867.53 2.804q.157.978.31 1.956zM.067 4.334c-.07.204-.066.412-.067.62c-.002.941.139 1.874.308 2.807c.147.81.352 1.613.551 2.417q.287 1.17.6 2.335c.2.739.272 1.487.348 2.236c.005.054-.007.113.045.168c.01-.016.023-.027.025-.039q.204-1.646.469-3.282c.172-1.064.337-2.129.58-3.186c.032-.138.07-.272 0-.417c-.141-.284-.247-.576-.382-.861c-.357-.754-.737-1.502-1.306-2.189c-.23-.278-.47-.555-.84-.754c-.083-.052-.174-.145-.274-.112c-.084.027-.053.141-.07.217c-.002.013.008.027.013.04m22.248-1.497a7.2 7.2 0 0 0-2.429-.4a1.25 1.25 0 0 0-.673.197c-.343.22-.58.494-.784.787c-.042.06.003.084.056.116q.35.209.646.49c.676.643 1.022 1.392 1.307 2.16c.087.234.164.47.256.734c.28-.574.55-1.12.903-1.64c.43-.632.893-1.249 1.699-1.682c.063-.033.13-.056.195-.085c.084-.022.033-.044 0-.066c-.016-.048-.06-.082-.111-.112a.43.43 0 0 0-.19-.131a2.4 2.4 0 0 0-.596-.28c-.09-.035-.171-.083-.28-.088z"/></svg>
</template>

CSS

.icon-showwcase {
  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%22M8.554%202.938q.84-.155%201.695-.22c.128-.01.218-.031.273-.121c.094-.153.26-.211.492-.228c.624-.047%201.243-.05%201.869-.007c.301.02.503.097.618.295c.046.078.124.107.242.116q.368.026.733.076c.316.042.629.096.957.15a2%202%200%200%200-.244-.512c-.379-.605-.986-1.018-1.89-1.185c-.679-.126-1.366-.114-2.054-.075c-.43.025-.842.11-1.226.259c-.8.307-1.193.831-1.466%201.452Zm-8.079.553c.272.103.527.245.757.423c.503.385.849.843%201.17%201.313c.356.522.637%201.067.901%201.62c.053-.033.057-.07.068-.108c.135-.437.293-.869.496-1.292c.36-.75.841-1.444%201.718-1.953c.088-.051.08-.087.015-.147a5.4%205.4%200%200%200-.927-.706a1.8%201.8%200%200%200-.955-.24c-.793.013-1.515.2-2.199.475c-.394.158-.76.343-1.044.615m7.245-.165c-1.072.24-1.899.706-2.473%201.406c-.458.557-.708%201.173-.936%201.793a15%2015%200%200%200-.55%201.969a53%2053%200%200%200-.589%203.215q-.183%201.175-.34%202.354c-.15%201.115-.285%202.23-.295%203.352c-.01.985.021%201.966.44%202.916c.274.623.746%201.135%201.54%201.477c.823.353%201.724.544%202.647.688c1.366.213%202.755.283%204.148.3c1.498.016%202.994-.01%204.48-.167c1.09-.115%202.157-.29%203.168-.62c.92-.3%201.59-.768%201.955-1.463c.362-.69.486-1.408.528-2.136c.095-1.644-.124-3.277-.354-4.91a83%2083%200%200%200-.573-3.588c-.135-.73-.28-1.459-.468-2.182c-.22-.84-.48-1.672-.931-2.466c-.55-.967-1.473-1.65-2.876-1.944c-3.4-.71-7.039-.326-8.521.006m14.169%209.746c0%20.095.005.19.038.283l.111.766c-.016.048-.008.094.024.156c.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137c.065-.11.08-.228.12-.342c.244-.69.41-1.392.566-2.095c.173-.773.321-1.55.512-2.32a9.9%209.9%200%200%200%20.296-2.862c-.017-.356-.04-.714-.172-1.083c-.11.062-.206.108-.29.165c-.386.26-.66.582-.906.915c-.699.95-1.153%201.967-1.577%202.993c-.021.052-.009.102.003.154c.22.93.38%201.867.53%202.804q.157.978.31%201.956zM.067%204.334c-.07.204-.066.412-.067.62c-.002.941.139%201.874.308%202.807c.147.81.352%201.613.551%202.417q.287%201.17.6%202.335c.2.739.272%201.487.348%202.236c.005.054-.007.113.045.168c.01-.016.023-.027.025-.039q.204-1.646.469-3.282c.172-1.064.337-2.129.58-3.186c.032-.138.07-.272%200-.417c-.141-.284-.247-.576-.382-.861c-.357-.754-.737-1.502-1.306-2.189c-.23-.278-.47-.555-.84-.754c-.083-.052-.174-.145-.274-.112c-.084.027-.053.141-.07.217c-.002.013.008.027.013.04m22.248-1.497a7.2%207.2%200%200%200-2.429-.4a1.25%201.25%200%200%200-.673.197c-.343.22-.58.494-.784.787c-.042.06.003.084.056.116q.35.209.646.49c.676.643%201.022%201.392%201.307%202.16c.087.234.164.47.256.734c.28-.574.55-1.12.903-1.64c.43-.632.893-1.249%201.699-1.682c.063-.033.13-.056.195-.085c.084-.022.033-.044%200-.066c-.016-.048-.06-.082-.111-.112a.43.43%200%200%200-.19-.131a2.4%202.4%200%200%200-.596-.28c-.09-.035-.171-.083-.28-.088z%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%22M8.554%202.938q.84-.155%201.695-.22c.128-.01.218-.031.273-.121c.094-.153.26-.211.492-.228c.624-.047%201.243-.05%201.869-.007c.301.02.503.097.618.295c.046.078.124.107.242.116q.368.026.733.076c.316.042.629.096.957.15a2%202%200%200%200-.244-.512c-.379-.605-.986-1.018-1.89-1.185c-.679-.126-1.366-.114-2.054-.075c-.43.025-.842.11-1.226.259c-.8.307-1.193.831-1.466%201.452Zm-8.079.553c.272.103.527.245.757.423c.503.385.849.843%201.17%201.313c.356.522.637%201.067.901%201.62c.053-.033.057-.07.068-.108c.135-.437.293-.869.496-1.292c.36-.75.841-1.444%201.718-1.953c.088-.051.08-.087.015-.147a5.4%205.4%200%200%200-.927-.706a1.8%201.8%200%200%200-.955-.24c-.793.013-1.515.2-2.199.475c-.394.158-.76.343-1.044.615m7.245-.165c-1.072.24-1.899.706-2.473%201.406c-.458.557-.708%201.173-.936%201.793a15%2015%200%200%200-.55%201.969a53%2053%200%200%200-.589%203.215q-.183%201.175-.34%202.354c-.15%201.115-.285%202.23-.295%203.352c-.01.985.021%201.966.44%202.916c.274.623.746%201.135%201.54%201.477c.823.353%201.724.544%202.647.688c1.366.213%202.755.283%204.148.3c1.498.016%202.994-.01%204.48-.167c1.09-.115%202.157-.29%203.168-.62c.92-.3%201.59-.768%201.955-1.463c.362-.69.486-1.408.528-2.136c.095-1.644-.124-3.277-.354-4.91a83%2083%200%200%200-.573-3.588c-.135-.73-.28-1.459-.468-2.182c-.22-.84-.48-1.672-.931-2.466c-.55-.967-1.473-1.65-2.876-1.944c-3.4-.71-7.039-.326-8.521.006m14.169%209.746c0%20.095.005.19.038.283l.111.766c-.016.048-.008.094.024.156c.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137c.065-.11.08-.228.12-.342c.244-.69.41-1.392.566-2.095c.173-.773.321-1.55.512-2.32a9.9%209.9%200%200%200%20.296-2.862c-.017-.356-.04-.714-.172-1.083c-.11.062-.206.108-.29.165c-.386.26-.66.582-.906.915c-.699.95-1.153%201.967-1.577%202.993c-.021.052-.009.102.003.154c.22.93.38%201.867.53%202.804q.157.978.31%201.956zM.067%204.334c-.07.204-.066.412-.067.62c-.002.941.139%201.874.308%202.807c.147.81.352%201.613.551%202.417q.287%201.17.6%202.335c.2.739.272%201.487.348%202.236c.005.054-.007.113.045.168c.01-.016.023-.027.025-.039q.204-1.646.469-3.282c.172-1.064.337-2.129.58-3.186c.032-.138.07-.272%200-.417c-.141-.284-.247-.576-.382-.861c-.357-.754-.737-1.502-1.306-2.189c-.23-.278-.47-.555-.84-.754c-.083-.052-.174-.145-.274-.112c-.084.027-.053.141-.07.217c-.002.013.008.027.013.04m22.248-1.497a7.2%207.2%200%200%200-2.429-.4a1.25%201.25%200%200%200-.673.197c-.343.22-.58.494-.784.787c-.042.06.003.084.056.116q.35.209.646.49c.676.643%201.022%201.392%201.307%202.16c.087.234.164.47.256.734c.28-.574.55-1.12.903-1.64c.43-.632.893-1.249%201.699-1.682c.063-.033.13-.056.195-.085c.084-.022.033-.044%200-.066c-.016-.048-.06-.082-.111-.112a.43.43%200%200%200-.19-.131a2.4%202.4%200%200%200-.596-.28c-.09-.035-.171-.083-.28-.088z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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