sitepoint logo
sitepoint from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sitepoint
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
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 24 24"><path fill="currentColor" d="m2.471 10.533l1.771 1.688l5.598 5.141l2.4-2.291a.804.804 0 0 0-.046-.985L9.99 12.184l.01-.005l-2.371-2.266a.79.79 0 0 1 .021-1.079l6.39-6.076L11.146 0L2.475 8.238a1.57 1.57 0 0 0 0 2.295zm19.056 2.937l-1.77-1.691l-5.595-5.142l-2.411 2.291a.77.77 0 0 0 .045.985l2.205 1.891h-.006l2.369 2.265a.77.77 0 0 1-.029 1.064l-6.391 6.075L12.855 24l8.67-8.238a1.57 1.57 0 0 0 0-2.295z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSitepoint(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="m2.471 10.533l1.771 1.688l5.598 5.141l2.4-2.291a.804.804 0 0 0-.046-.985L9.99 12.184l.01-.005l-2.371-2.266a.79.79 0 0 1 .021-1.079l6.39-6.076L11.146 0L2.475 8.238a1.57 1.57 0 0 0 0 2.295zm19.056 2.937l-1.77-1.691l-5.595-5.142l-2.411 2.291a.77.77 0 0 0 .045.985l2.205 1.891h-.006l2.369 2.265a.77.77 0 0 1-.029 1.064l-6.391 6.075L12.855 24l8.67-8.238a1.57 1.57 0 0 0 0-2.295z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.471 10.533l1.771 1.688l5.598 5.141l2.4-2.291a.804.804 0 0 0-.046-.985L9.99 12.184l.01-.005l-2.371-2.266a.79.79 0 0 1 .021-1.079l6.39-6.076L11.146 0L2.475 8.238a1.57 1.57 0 0 0 0 2.295zm19.056 2.937l-1.77-1.691l-5.595-5.142l-2.411 2.291a.77.77 0 0 0 .045.985l2.205 1.891h-.006l2.369 2.265a.77.77 0 0 1-.029 1.064l-6.391 6.075L12.855 24l8.67-8.238a1.57 1.57 0 0 0 0-2.295z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.471%2010.533l1.771%201.688l5.598%205.141l2.4-2.291a.804.804%200%200%200-.046-.985L9.99%2012.184l.01-.005l-2.371-2.266a.79.79%200%200%201%20.021-1.079l6.39-6.076L11.146%200L2.475%208.238a1.57%201.57%200%200%200%200%202.295zm19.056%202.937l-1.77-1.691l-5.595-5.142l-2.411%202.291a.77.77%200%200%200%20.045.985l2.205%201.891h-.006l2.369%202.265a.77.77%200%200%201-.029%201.064l-6.391%206.075L12.855%2024l8.67-8.238a1.57%201.57%200%200%200%200-2.295z%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%22m2.471%2010.533l1.771%201.688l5.598%205.141l2.4-2.291a.804.804%200%200%200-.046-.985L9.99%2012.184l.01-.005l-2.371-2.266a.79.79%200%200%201%20.021-1.079l6.39-6.076L11.146%200L2.475%208.238a1.57%201.57%200%200%200%200%202.295zm19.056%202.937l-1.77-1.691l-5.595-5.142l-2.411%202.291a.77.77%200%200%200%20.045.985l2.205%201.891h-.006l2.369%202.265a.77.77%200%200%201-.029%201.064l-6.391%206.075L12.855%2024l8.67-8.238a1.57%201.57%200%200%200%200-2.295z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sitepoint.svg?color=%231a73e8&size=48