sitepoint logo
sitepoint from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- sitepoint
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×307
- License
- CC0
The same logo in other sets
Use the sitepoint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 307"><g fill="none" fill-rule="evenodd"><path fill="#07508b" d="m249.63 171.958l-22.595-21.6l-71.426-65.624l-30.791 29.24c-2.815 3.83-2.624 9 .574 12.581l28.15 24.243l-.097.038l30.256 28.915c3.58 3.983 3.485 9.881-.268 13.71l-81.575 77.516l37.092 35.406l110.68-105.166c8.484-8.08 8.503-21.179 0-29.298z"/><path fill="#e57b25" d="m6.343 134.464l22.596 21.543l71.464 65.623l30.772-29.24a9.965 9.965 0 0 0-.574-12.581l-28.15-24.281l.096-.058l-30.274-28.895c-3.543-3.964-3.447-9.881.287-13.692l81.575-77.553L117.043 0L6.363 105.166c-8.484 8.08-8.484 21.198 0 29.298z"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosSitepoint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 307"><g fill="none" fillRule="evenodd"><path fill="#07508b" d="m249.63 171.958l-22.595-21.6l-71.426-65.624l-30.791 29.24c-2.815 3.83-2.624 9 .574 12.581l28.15 24.243l-.097.038l30.256 28.915c3.58 3.983 3.485 9.881-.268 13.71l-81.575 77.516l37.092 35.406l110.68-105.166c8.484-8.08 8.503-21.179 0-29.298z"/><path fill="#e57b25" d="m6.343 134.464l22.596 21.543l71.464 65.623l30.772-29.24a9.965 9.965 0 0 0-.574-12.581l-28.15-24.281l.096-.058l-30.274-28.895c-3.543-3.964-3.447-9.881.287-13.692l81.575-77.553L117.043 0L6.363 105.166c-8.484 8.08-8.484 21.198 0 29.298z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 307"><g fill="none" fill-rule="evenodd"><path fill="#07508b" d="m249.63 171.958l-22.595-21.6l-71.426-65.624l-30.791 29.24c-2.815 3.83-2.624 9 .574 12.581l28.15 24.243l-.097.038l30.256 28.915c3.58 3.983 3.485 9.881-.268 13.71l-81.575 77.516l37.092 35.406l110.68-105.166c8.484-8.08 8.503-21.179 0-29.298z"/><path fill="#e57b25" d="m6.343 134.464l22.596 21.543l71.464 65.623l30.772-29.24a9.965 9.965 0 0 0-.574-12.581l-28.15-24.281l.096-.058l-30.274-28.895c-3.543-3.964-3.447-9.881.287-13.692l81.575-77.553L117.043 0L6.363 105.166c-8.484 8.08-8.484 21.198 0 29.298z"/></g></svg> </template>
CSS
.icon-sitepoint {
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%20307%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%2307508b%22%20d%3D%22m249.63%20171.958l-22.595-21.6l-71.426-65.624l-30.791%2029.24c-2.815%203.83-2.624%209%20.574%2012.581l28.15%2024.243l-.097.038l30.256%2028.915c3.58%203.983%203.485%209.881-.268%2013.71l-81.575%2077.516l37.092%2035.406l110.68-105.166c8.484-8.08%208.503-21.179%200-29.298z%22%2F%3E%3Cpath%20fill%3D%22%23e57b25%22%20d%3D%22m6.343%20134.464l22.596%2021.543l71.464%2065.623l30.772-29.24a9.965%209.965%200%200%200-.574-12.581l-28.15-24.281l.096-.058l-30.274-28.895c-3.543-3.964-3.447-9.881.287-13.692l81.575-77.553L117.043%200L6.363%20105.166c-8.484%208.08-8.484%2021.198%200%2029.298z%22%2F%3E%3C%2Fg%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%20307%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%2307508b%22%20d%3D%22m249.63%20171.958l-22.595-21.6l-71.426-65.624l-30.791%2029.24c-2.815%203.83-2.624%209%20.574%2012.581l28.15%2024.243l-.097.038l30.256%2028.915c3.58%203.983%203.485%209.881-.268%2013.71l-81.575%2077.516l37.092%2035.406l110.68-105.166c8.484-8.08%208.503-21.179%200-29.298z%22%2F%3E%3Cpath%20fill%3D%22%23e57b25%22%20d%3D%22m6.343%20134.464l22.596%2021.543l71.464%2065.623l30.772-29.24a9.965%209.965%200%200%200-.574-12.581l-28.15-24.281l.096-.058l-30.274-28.895c-3.543-3.964-3.447-9.881.287-13.692l81.575-77.553L117.043%200L6.363%20105.166c-8.484%208.08-8.484%2021.198%200%2029.298z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/sitepoint.svg?color=%231a73e8&size=48