snupps logo
snupps from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- snupps
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×301
- License
- CC0
Use the snupps logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 301"><path fill="#FF6C0C" d="M256 128c0 37.709-7.799 83.86-15.116 97.93c-3.698 7.155-7.96 11.98-14.874 15.035c-5.548 2.492-15.196 5.789-22.754 7.316c-7.558 1.608-37.708 7.639-37.708 7.639v41.407c-.08 2.01-1.689 3.698-3.78 3.698c-.803 0-1.607-.321-2.17-.723L90.211 255.92s-29.91-5.79-37.467-7.558c-7.638-1.85-17.126-4.905-22.593-7.397c-6.915-3.055-11.176-7.96-14.875-15.035c-4.02-7.639-8.12-24.684-11.095-44.784l150.11 6.995a11.324 11.324 0 0 0 11.337-11.337c0-5.709-4.18-10.452-9.648-11.256L8.925 144.24C3.859 143.116.08 138.613.08 133.226C0 131.457 0 129.77 0 128c0-37.709 7.88-83.86 15.196-97.93c3.698-7.155 8.04-11.819 14.874-15.035C51.538 4.905 95.598 0 128 0c44.221 0 82.332 8.12 97.93 15.035c6.914 3.055 11.176 7.96 14.874 15.035c3.94 7.639 8.04 24.603 11.015 44.623l-150.11-6.995a11.324 11.324 0 0 0-11.337 11.337c0 5.709 4.18 10.452 9.648 11.256c0 0 146.573 21.227 146.895 21.307c4.743.965 8.442 4.985 8.924 9.89c.08 0 .161 4.904.161 6.512Z"/></svg>
React
import type { SVGProps } from "react";
export function LogosSnupps(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 301"><path fill="#FF6C0C" d="M256 128c0 37.709-7.799 83.86-15.116 97.93c-3.698 7.155-7.96 11.98-14.874 15.035c-5.548 2.492-15.196 5.789-22.754 7.316c-7.558 1.608-37.708 7.639-37.708 7.639v41.407c-.08 2.01-1.689 3.698-3.78 3.698c-.803 0-1.607-.321-2.17-.723L90.211 255.92s-29.91-5.79-37.467-7.558c-7.638-1.85-17.126-4.905-22.593-7.397c-6.915-3.055-11.176-7.96-14.875-15.035c-4.02-7.639-8.12-24.684-11.095-44.784l150.11 6.995a11.324 11.324 0 0 0 11.337-11.337c0-5.709-4.18-10.452-9.648-11.256L8.925 144.24C3.859 143.116.08 138.613.08 133.226C0 131.457 0 129.77 0 128c0-37.709 7.88-83.86 15.196-97.93c3.698-7.155 8.04-11.819 14.874-15.035C51.538 4.905 95.598 0 128 0c44.221 0 82.332 8.12 97.93 15.035c6.914 3.055 11.176 7.96 14.874 15.035c3.94 7.639 8.04 24.603 11.015 44.623l-150.11-6.995a11.324 11.324 0 0 0-11.337 11.337c0 5.709 4.18 10.452 9.648 11.256c0 0 146.573 21.227 146.895 21.307c4.743.965 8.442 4.985 8.924 9.89c.08 0 .161 4.904.161 6.512Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 301"><path fill="#FF6C0C" d="M256 128c0 37.709-7.799 83.86-15.116 97.93c-3.698 7.155-7.96 11.98-14.874 15.035c-5.548 2.492-15.196 5.789-22.754 7.316c-7.558 1.608-37.708 7.639-37.708 7.639v41.407c-.08 2.01-1.689 3.698-3.78 3.698c-.803 0-1.607-.321-2.17-.723L90.211 255.92s-29.91-5.79-37.467-7.558c-7.638-1.85-17.126-4.905-22.593-7.397c-6.915-3.055-11.176-7.96-14.875-15.035c-4.02-7.639-8.12-24.684-11.095-44.784l150.11 6.995a11.324 11.324 0 0 0 11.337-11.337c0-5.709-4.18-10.452-9.648-11.256L8.925 144.24C3.859 143.116.08 138.613.08 133.226C0 131.457 0 129.77 0 128c0-37.709 7.88-83.86 15.196-97.93c3.698-7.155 8.04-11.819 14.874-15.035C51.538 4.905 95.598 0 128 0c44.221 0 82.332 8.12 97.93 15.035c6.914 3.055 11.176 7.96 14.874 15.035c3.94 7.639 8.04 24.603 11.015 44.623l-150.11-6.995a11.324 11.324 0 0 0-11.337 11.337c0 5.709 4.18 10.452 9.648 11.256c0 0 146.573 21.227 146.895 21.307c4.743.965 8.442 4.985 8.924 9.89c.08 0 .161 4.904.161 6.512Z"/></svg> </template>
CSS
.icon-snupps {
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%20301%22%3E%3Cpath%20fill%3D%22%23FF6C0C%22%20d%3D%22M256%20128c0%2037.709-7.799%2083.86-15.116%2097.93c-3.698%207.155-7.96%2011.98-14.874%2015.035c-5.548%202.492-15.196%205.789-22.754%207.316c-7.558%201.608-37.708%207.639-37.708%207.639v41.407c-.08%202.01-1.689%203.698-3.78%203.698c-.803%200-1.607-.321-2.17-.723L90.211%20255.92s-29.91-5.79-37.467-7.558c-7.638-1.85-17.126-4.905-22.593-7.397c-6.915-3.055-11.176-7.96-14.875-15.035c-4.02-7.639-8.12-24.684-11.095-44.784l150.11%206.995a11.324%2011.324%200%200%200%2011.337-11.337c0-5.709-4.18-10.452-9.648-11.256L8.925%20144.24C3.859%20143.116.08%20138.613.08%20133.226C0%20131.457%200%20129.77%200%20128c0-37.709%207.88-83.86%2015.196-97.93c3.698-7.155%208.04-11.819%2014.874-15.035C51.538%204.905%2095.598%200%20128%200c44.221%200%2082.332%208.12%2097.93%2015.035c6.914%203.055%2011.176%207.96%2014.874%2015.035c3.94%207.639%208.04%2024.603%2011.015%2044.623l-150.11-6.995a11.324%2011.324%200%200%200-11.337%2011.337c0%205.709%204.18%2010.452%209.648%2011.256c0%200%20146.573%2021.227%20146.895%2021.307c4.743.965%208.442%204.985%208.924%209.89c.08%200%20.161%204.904.161%206.512Z%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%20301%22%3E%3Cpath%20fill%3D%22%23FF6C0C%22%20d%3D%22M256%20128c0%2037.709-7.799%2083.86-15.116%2097.93c-3.698%207.155-7.96%2011.98-14.874%2015.035c-5.548%202.492-15.196%205.789-22.754%207.316c-7.558%201.608-37.708%207.639-37.708%207.639v41.407c-.08%202.01-1.689%203.698-3.78%203.698c-.803%200-1.607-.321-2.17-.723L90.211%20255.92s-29.91-5.79-37.467-7.558c-7.638-1.85-17.126-4.905-22.593-7.397c-6.915-3.055-11.176-7.96-14.875-15.035c-4.02-7.639-8.12-24.684-11.095-44.784l150.11%206.995a11.324%2011.324%200%200%200%2011.337-11.337c0-5.709-4.18-10.452-9.648-11.256L8.925%20144.24C3.859%20143.116.08%20138.613.08%20133.226C0%20131.457%200%20129.77%200%20128c0-37.709%207.88-83.86%2015.196-97.93c3.698-7.155%208.04-11.819%2014.874-15.035C51.538%204.905%2095.598%200%20128%200c44.221%200%2082.332%208.12%2097.93%2015.035c6.914%203.055%2011.176%207.96%2014.874%2015.035c3.94%207.639%208.04%2024.603%2011.015%2044.623l-150.11-6.995a11.324%2011.324%200%200%200-11.337%2011.337c0%205.709%204.18%2010.452%209.648%2011.256c0%200%20146.573%2021.227%20146.895%2021.307c4.743.965%208.442%204.985%208.924%209.89c.08%200%20.161%204.904.161%206.512Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/snupps.svg?color=%231a73e8&size=48