spond logo
spond from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- spond
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the spond logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m-1.403 2.281a3.77 3.77 0 0 0-.17 2.847c.61 1.79 2.336 2.772 4.069 3.213c2.633.672 4.715 1.388 5.892 2.502c1.037.982 1.435 2.416.803 4.618c-.17.59-.486 1.124-.802 1.643c-.125-.706-.424-1.411-.924-2.094c-3.269-4.462-10.438-3.57-13.174-7.307c-.803-1.096-.747-2.236.092-3.288c.979-1.226 2.69-1.917 4.214-2.134m3.163.11q.207-.015.43.036a9.84 9.84 0 0 1 7.076 6.318c-1.514-1.132-3.655-1.86-6.233-2.517c-1.528-.39-2.3-1.087-2.542-1.798c-.326-.956.308-1.98 1.27-2.04zM3.611 6.895c.125.706.424 1.412.924 2.094c3.269 4.462 10.438 3.57 13.174 7.307c.803 1.095.747 2.236-.092 3.288c-.979 1.226-2.69 1.916-4.214 2.133c.427-.89.489-1.91.17-2.846c-.61-1.79-2.336-2.772-4.069-3.213c-2.633-.672-4.715-1.388-5.892-2.502c-1.037-.982-1.435-2.416-.803-4.618c.17-.59.486-1.124.802-1.643m-.877 8.36c1.514 1.13 3.655 1.858 6.233 2.516c1.528.39 2.3 1.087 2.542 1.798c.336.985-.347 2.042-1.357 2.042q-.166 0-.342-.039a9.84 9.84 0 0 1-7.076-6.318z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSpond(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="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m-1.403 2.281a3.77 3.77 0 0 0-.17 2.847c.61 1.79 2.336 2.772 4.069 3.213c2.633.672 4.715 1.388 5.892 2.502c1.037.982 1.435 2.416.803 4.618c-.17.59-.486 1.124-.802 1.643c-.125-.706-.424-1.411-.924-2.094c-3.269-4.462-10.438-3.57-13.174-7.307c-.803-1.096-.747-2.236.092-3.288c.979-1.226 2.69-1.917 4.214-2.134m3.163.11q.207-.015.43.036a9.84 9.84 0 0 1 7.076 6.318c-1.514-1.132-3.655-1.86-6.233-2.517c-1.528-.39-2.3-1.087-2.542-1.798c-.326-.956.308-1.98 1.27-2.04zM3.611 6.895c.125.706.424 1.412.924 2.094c3.269 4.462 10.438 3.57 13.174 7.307c.803 1.095.747 2.236-.092 3.288c-.979 1.226-2.69 1.916-4.214 2.133c.427-.89.489-1.91.17-2.846c-.61-1.79-2.336-2.772-4.069-3.213c-2.633-.672-4.715-1.388-5.892-2.502c-1.037-.982-1.435-2.416-.803-4.618c.17-.59.486-1.124.802-1.643m-.877 8.36c1.514 1.13 3.655 1.858 6.233 2.516c1.528.39 2.3 1.087 2.542 1.798c.336.985-.347 2.042-1.357 2.042q-.166 0-.342-.039a9.84 9.84 0 0 1-7.076-6.318z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m-1.403 2.281a3.77 3.77 0 0 0-.17 2.847c.61 1.79 2.336 2.772 4.069 3.213c2.633.672 4.715 1.388 5.892 2.502c1.037.982 1.435 2.416.803 4.618c-.17.59-.486 1.124-.802 1.643c-.125-.706-.424-1.411-.924-2.094c-3.269-4.462-10.438-3.57-13.174-7.307c-.803-1.096-.747-2.236.092-3.288c.979-1.226 2.69-1.917 4.214-2.134m3.163.11q.207-.015.43.036a9.84 9.84 0 0 1 7.076 6.318c-1.514-1.132-3.655-1.86-6.233-2.517c-1.528-.39-2.3-1.087-2.542-1.798c-.326-.956.308-1.98 1.27-2.04zM3.611 6.895c.125.706.424 1.412.924 2.094c3.269 4.462 10.438 3.57 13.174 7.307c.803 1.095.747 2.236-.092 3.288c-.979 1.226-2.69 1.916-4.214 2.133c.427-.89.489-1.91.17-2.846c-.61-1.79-2.336-2.772-4.069-3.213c-2.633-.672-4.715-1.388-5.892-2.502c-1.037-.982-1.435-2.416-.803-4.618c.17-.59.486-1.124.802-1.643m-.877 8.36c1.514 1.13 3.655 1.858 6.233 2.516c1.528.39 2.3 1.087 2.542 1.798c.336.985-.347 2.042-1.357 2.042q-.166 0-.342-.039a9.84 9.84 0 0 1-7.076-6.318z"/></svg> </template>
CSS
.icon-spond {
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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m-1.403%202.281a3.77%203.77%200%200%200-.17%202.847c.61%201.79%202.336%202.772%204.069%203.213c2.633.672%204.715%201.388%205.892%202.502c1.037.982%201.435%202.416.803%204.618c-.17.59-.486%201.124-.802%201.643c-.125-.706-.424-1.411-.924-2.094c-3.269-4.462-10.438-3.57-13.174-7.307c-.803-1.096-.747-2.236.092-3.288c.979-1.226%202.69-1.917%204.214-2.134m3.163.11q.207-.015.43.036a9.84%209.84%200%200%201%207.076%206.318c-1.514-1.132-3.655-1.86-6.233-2.517c-1.528-.39-2.3-1.087-2.542-1.798c-.326-.956.308-1.98%201.27-2.04zM3.611%206.895c.125.706.424%201.412.924%202.094c3.269%204.462%2010.438%203.57%2013.174%207.307c.803%201.095.747%202.236-.092%203.288c-.979%201.226-2.69%201.916-4.214%202.133c.427-.89.489-1.91.17-2.846c-.61-1.79-2.336-2.772-4.069-3.213c-2.633-.672-4.715-1.388-5.892-2.502c-1.037-.982-1.435-2.416-.803-4.618c.17-.59.486-1.124.802-1.643m-.877%208.36c1.514%201.13%203.655%201.858%206.233%202.516c1.528.39%202.3%201.087%202.542%201.798c.336.985-.347%202.042-1.357%202.042q-.166%200-.342-.039a9.84%209.84%200%200%201-7.076-6.318z%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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m-1.403%202.281a3.77%203.77%200%200%200-.17%202.847c.61%201.79%202.336%202.772%204.069%203.213c2.633.672%204.715%201.388%205.892%202.502c1.037.982%201.435%202.416.803%204.618c-.17.59-.486%201.124-.802%201.643c-.125-.706-.424-1.411-.924-2.094c-3.269-4.462-10.438-3.57-13.174-7.307c-.803-1.096-.747-2.236.092-3.288c.979-1.226%202.69-1.917%204.214-2.134m3.163.11q.207-.015.43.036a9.84%209.84%200%200%201%207.076%206.318c-1.514-1.132-3.655-1.86-6.233-2.517c-1.528-.39-2.3-1.087-2.542-1.798c-.326-.956.308-1.98%201.27-2.04zM3.611%206.895c.125.706.424%201.412.924%202.094c3.269%204.462%2010.438%203.57%2013.174%207.307c.803%201.095.747%202.236-.092%203.288c-.979%201.226-2.69%201.916-4.214%202.133c.427-.89.489-1.91.17-2.846c-.61-1.79-2.336-2.772-4.069-3.213c-2.633-.672-4.715-1.388-5.892-2.502c-1.037-.982-1.435-2.416-.803-4.618c.17-.59.486-1.124.802-1.643m-.877%208.36c1.514%201.13%203.655%201.858%206.233%202.516c1.528.39%202.3%201.087%202.542%201.798c.336.985-.347%202.042-1.357%202.042q-.166%200-.342-.039a9.84%209.84%200%200%201-7.076-6.318z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/spond.svg?color=%231a73e8&size=48