soph logo
soph from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- soph
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the soph logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.957 7.614c-.585.351-1.228 1.035-1.323 1.755c-.072.518.171 1.143.432 1.593q.414.716.869 1.472c.17.278.378.701.405 1.025a1.62 1.62 0 0 1-.302 1.058c-.027.031-.05.036-.076 0a22 22 0 0 1-1.742-2.399c-.495-.791-1.17-1.988-.944-2.978c.301-1.296 1.543-2.38 2.672-2.979a.09.09 0 0 1 .09.005c.882.589 1.71 1.35 2.223 2.28c.405.73.54 1.522.414 2.377c-.014.08-.036.085-.077.013a11 11 0 0 0-2.294-3.001a3 3 0 0 0-.27-.216a.06.06 0 0 0-.077-.005"/><path fill="currentColor" d="M12.025 15.718a3.44 3.44 0 0 0 1.295-1.76a1.8 1.8 0 0 0-.216-1.444q-.42-.771-.881-1.517a5 5 0 0 1-.45-.908c-.18-.464-.108-.9.188-1.292q.028-.04.055-.004a18.4 18.4 0 0 1 1.849 2.344c.405.62.913 1.498.918 2.263c.009.945-.585 1.908-1.21 2.61a6.4 6.4 0 0 1-1.53 1.26a.08.08 0 0 1-.068.009c-.067-.023-.121-.072-.18-.113c-1.678-1.134-3.69-3.302-3.015-5.561q.053-.16.113-.005a10 10 0 0 0 1.377 2.385a8.8 8.8 0 0 0 1.696 1.733q.029.02.059 0"/><path fill="currentColor" d="M7.03 10.601a8.2 8.2 0 0 0 .585 2.93a7.42 7.42 0 0 0 3.347 3.775c.1.054.09.076-.018.063a4.5 4.5 0 0 1-1.714-.531a6.03 6.03 0 0 1-2.925-3.51c-.315-1.017-.45-2.083-.585-3.132a5 5 0 0 0-.153-.76a.03.03 0 0 1 .018-.014q1.405-.013 2.75.324a.1.1 0 0 1 .054.036q.02.029.022.059v.945a.05.05 0 0 1-.018.036a.05.05 0 0 1-.045.01a5.6 5.6 0 0 0-1.314-.249l-.004.01zm9.903-.018c-.444.025-.883.11-1.305.252c-.004 0-.009 0-.013-.009l-.01-.009l-.004-.018v-.994q0-.056.045-.063a11.4 11.4 0 0 1 2.745-.315a.05.05 0 0 1 .032.031v.023q-.075.257-.108.495c-.225 1.426-.338 2.956-1 4.265c-.742 1.476-2.218 2.718-3.833 3.07a2.5 2.5 0 0 1-.472.058q-.108 0-.014-.045c2.52-1.4 3.847-3.78 3.973-6.705a.03.03 0 0 0-.009-.027l-.013-.004h-.014z"/><path fill="currentColor" d="M4.87 14.612q.149.203.33.386c.75.801 1.705 1.485 2.69 1.99q1.079.551 2.205.733q.211.033-.005.053c-.238.023-.468.046-.68.059c-1.574.13-3.045-.504-4.242-1.53a37 37 0 0 1-1.283-1.147a6 6 0 0 0-.877-.675a.054.054 0 0 1 .009-.067a8.6 8.6 0 0 1 2.34-1.35c.031-.014.05 0 .058.031q.163.559.432 1.076a.05.05 0 0 1-.013.036a5.3 5.3 0 0 0-.968.382a.03.03 0 0 0 .005.022m14.237.013c.018-.027.014-.045-.013-.063a5.4 5.4 0 0 0-.923-.347q-.048-.013-.022-.053a5.8 5.8 0 0 0 .44-1.103l.012-.002q.006 0 .011.002a8.3 8.3 0 0 1 2.385 1.372a.05.05 0 0 1-.004.04l-.014.014c-.693.437-1.26 1.026-1.872 1.575c-1.264 1.139-2.767 1.881-4.463 1.777c-.27-.017-.531-.044-.788-.071c-.063-.01-.063-.018 0-.032c.428-.094.869-.18 1.26-.328a9.86 9.86 0 0 0 3.726-2.462q.141-.149.27-.324z"/></svg>
React
import type { SVGProps } from "react";
export function TokenSoph(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="M11.957 7.614c-.585.351-1.228 1.035-1.323 1.755c-.072.518.171 1.143.432 1.593q.414.716.869 1.472c.17.278.378.701.405 1.025a1.62 1.62 0 0 1-.302 1.058c-.027.031-.05.036-.076 0a22 22 0 0 1-1.742-2.399c-.495-.791-1.17-1.988-.944-2.978c.301-1.296 1.543-2.38 2.672-2.979a.09.09 0 0 1 .09.005c.882.589 1.71 1.35 2.223 2.28c.405.73.54 1.522.414 2.377c-.014.08-.036.085-.077.013a11 11 0 0 0-2.294-3.001a3 3 0 0 0-.27-.216a.06.06 0 0 0-.077-.005"/><path fill="currentColor" d="M12.025 15.718a3.44 3.44 0 0 0 1.295-1.76a1.8 1.8 0 0 0-.216-1.444q-.42-.771-.881-1.517a5 5 0 0 1-.45-.908c-.18-.464-.108-.9.188-1.292q.028-.04.055-.004a18.4 18.4 0 0 1 1.849 2.344c.405.62.913 1.498.918 2.263c.009.945-.585 1.908-1.21 2.61a6.4 6.4 0 0 1-1.53 1.26a.08.08 0 0 1-.068.009c-.067-.023-.121-.072-.18-.113c-1.678-1.134-3.69-3.302-3.015-5.561q.053-.16.113-.005a10 10 0 0 0 1.377 2.385a8.8 8.8 0 0 0 1.696 1.733q.029.02.059 0"/><path fill="currentColor" d="M7.03 10.601a8.2 8.2 0 0 0 .585 2.93a7.42 7.42 0 0 0 3.347 3.775c.1.054.09.076-.018.063a4.5 4.5 0 0 1-1.714-.531a6.03 6.03 0 0 1-2.925-3.51c-.315-1.017-.45-2.083-.585-3.132a5 5 0 0 0-.153-.76a.03.03 0 0 1 .018-.014q1.405-.013 2.75.324a.1.1 0 0 1 .054.036q.02.029.022.059v.945a.05.05 0 0 1-.018.036a.05.05 0 0 1-.045.01a5.6 5.6 0 0 0-1.314-.249l-.004.01zm9.903-.018c-.444.025-.883.11-1.305.252c-.004 0-.009 0-.013-.009l-.01-.009l-.004-.018v-.994q0-.056.045-.063a11.4 11.4 0 0 1 2.745-.315a.05.05 0 0 1 .032.031v.023q-.075.257-.108.495c-.225 1.426-.338 2.956-1 4.265c-.742 1.476-2.218 2.718-3.833 3.07a2.5 2.5 0 0 1-.472.058q-.108 0-.014-.045c2.52-1.4 3.847-3.78 3.973-6.705a.03.03 0 0 0-.009-.027l-.013-.004h-.014z"/><path fill="currentColor" d="M4.87 14.612q.149.203.33.386c.75.801 1.705 1.485 2.69 1.99q1.079.551 2.205.733q.211.033-.005.053c-.238.023-.468.046-.68.059c-1.574.13-3.045-.504-4.242-1.53a37 37 0 0 1-1.283-1.147a6 6 0 0 0-.877-.675a.054.054 0 0 1 .009-.067a8.6 8.6 0 0 1 2.34-1.35c.031-.014.05 0 .058.031q.163.559.432 1.076a.05.05 0 0 1-.013.036a5.3 5.3 0 0 0-.968.382a.03.03 0 0 0 .005.022m14.237.013c.018-.027.014-.045-.013-.063a5.4 5.4 0 0 0-.923-.347q-.048-.013-.022-.053a5.8 5.8 0 0 0 .44-1.103l.012-.002q.006 0 .011.002a8.3 8.3 0 0 1 2.385 1.372a.05.05 0 0 1-.004.04l-.014.014c-.693.437-1.26 1.026-1.872 1.575c-1.264 1.139-2.767 1.881-4.463 1.777c-.27-.017-.531-.044-.788-.071c-.063-.01-.063-.018 0-.032c.428-.094.869-.18 1.26-.328a9.86 9.86 0 0 0 3.726-2.462q.141-.149.27-.324z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.957 7.614c-.585.351-1.228 1.035-1.323 1.755c-.072.518.171 1.143.432 1.593q.414.716.869 1.472c.17.278.378.701.405 1.025a1.62 1.62 0 0 1-.302 1.058c-.027.031-.05.036-.076 0a22 22 0 0 1-1.742-2.399c-.495-.791-1.17-1.988-.944-2.978c.301-1.296 1.543-2.38 2.672-2.979a.09.09 0 0 1 .09.005c.882.589 1.71 1.35 2.223 2.28c.405.73.54 1.522.414 2.377c-.014.08-.036.085-.077.013a11 11 0 0 0-2.294-3.001a3 3 0 0 0-.27-.216a.06.06 0 0 0-.077-.005"/><path fill="currentColor" d="M12.025 15.718a3.44 3.44 0 0 0 1.295-1.76a1.8 1.8 0 0 0-.216-1.444q-.42-.771-.881-1.517a5 5 0 0 1-.45-.908c-.18-.464-.108-.9.188-1.292q.028-.04.055-.004a18.4 18.4 0 0 1 1.849 2.344c.405.62.913 1.498.918 2.263c.009.945-.585 1.908-1.21 2.61a6.4 6.4 0 0 1-1.53 1.26a.08.08 0 0 1-.068.009c-.067-.023-.121-.072-.18-.113c-1.678-1.134-3.69-3.302-3.015-5.561q.053-.16.113-.005a10 10 0 0 0 1.377 2.385a8.8 8.8 0 0 0 1.696 1.733q.029.02.059 0"/><path fill="currentColor" d="M7.03 10.601a8.2 8.2 0 0 0 .585 2.93a7.42 7.42 0 0 0 3.347 3.775c.1.054.09.076-.018.063a4.5 4.5 0 0 1-1.714-.531a6.03 6.03 0 0 1-2.925-3.51c-.315-1.017-.45-2.083-.585-3.132a5 5 0 0 0-.153-.76a.03.03 0 0 1 .018-.014q1.405-.013 2.75.324a.1.1 0 0 1 .054.036q.02.029.022.059v.945a.05.05 0 0 1-.018.036a.05.05 0 0 1-.045.01a5.6 5.6 0 0 0-1.314-.249l-.004.01zm9.903-.018c-.444.025-.883.11-1.305.252c-.004 0-.009 0-.013-.009l-.01-.009l-.004-.018v-.994q0-.056.045-.063a11.4 11.4 0 0 1 2.745-.315a.05.05 0 0 1 .032.031v.023q-.075.257-.108.495c-.225 1.426-.338 2.956-1 4.265c-.742 1.476-2.218 2.718-3.833 3.07a2.5 2.5 0 0 1-.472.058q-.108 0-.014-.045c2.52-1.4 3.847-3.78 3.973-6.705a.03.03 0 0 0-.009-.027l-.013-.004h-.014z"/><path fill="currentColor" d="M4.87 14.612q.149.203.33.386c.75.801 1.705 1.485 2.69 1.99q1.079.551 2.205.733q.211.033-.005.053c-.238.023-.468.046-.68.059c-1.574.13-3.045-.504-4.242-1.53a37 37 0 0 1-1.283-1.147a6 6 0 0 0-.877-.675a.054.054 0 0 1 .009-.067a8.6 8.6 0 0 1 2.34-1.35c.031-.014.05 0 .058.031q.163.559.432 1.076a.05.05 0 0 1-.013.036a5.3 5.3 0 0 0-.968.382a.03.03 0 0 0 .005.022m14.237.013c.018-.027.014-.045-.013-.063a5.4 5.4 0 0 0-.923-.347q-.048-.013-.022-.053a5.8 5.8 0 0 0 .44-1.103l.012-.002q.006 0 .011.002a8.3 8.3 0 0 1 2.385 1.372a.05.05 0 0 1-.004.04l-.014.014c-.693.437-1.26 1.026-1.872 1.575c-1.264 1.139-2.767 1.881-4.463 1.777c-.27-.017-.531-.044-.788-.071c-.063-.01-.063-.018 0-.032c.428-.094.869-.18 1.26-.328a9.86 9.86 0 0 0 3.726-2.462q.141-.149.27-.324z"/></svg> </template>
CSS
.icon-soph {
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%22M11.957%207.614c-.585.351-1.228%201.035-1.323%201.755c-.072.518.171%201.143.432%201.593q.414.716.869%201.472c.17.278.378.701.405%201.025a1.62%201.62%200%200%201-.302%201.058c-.027.031-.05.036-.076%200a22%2022%200%200%201-1.742-2.399c-.495-.791-1.17-1.988-.944-2.978c.301-1.296%201.543-2.38%202.672-2.979a.09.09%200%200%201%20.09.005c.882.589%201.71%201.35%202.223%202.28c.405.73.54%201.522.414%202.377c-.014.08-.036.085-.077.013a11%2011%200%200%200-2.294-3.001a3%203%200%200%200-.27-.216a.06.06%200%200%200-.077-.005%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.025%2015.718a3.44%203.44%200%200%200%201.295-1.76a1.8%201.8%200%200%200-.216-1.444q-.42-.771-.881-1.517a5%205%200%200%201-.45-.908c-.18-.464-.108-.9.188-1.292q.028-.04.055-.004a18.4%2018.4%200%200%201%201.849%202.344c.405.62.913%201.498.918%202.263c.009.945-.585%201.908-1.21%202.61a6.4%206.4%200%200%201-1.53%201.26a.08.08%200%200%201-.068.009c-.067-.023-.121-.072-.18-.113c-1.678-1.134-3.69-3.302-3.015-5.561q.053-.16.113-.005a10%2010%200%200%200%201.377%202.385a8.8%208.8%200%200%200%201.696%201.733q.029.02.059%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.03%2010.601a8.2%208.2%200%200%200%20.585%202.93a7.42%207.42%200%200%200%203.347%203.775c.1.054.09.076-.018.063a4.5%204.5%200%200%201-1.714-.531a6.03%206.03%200%200%201-2.925-3.51c-.315-1.017-.45-2.083-.585-3.132a5%205%200%200%200-.153-.76a.03.03%200%200%201%20.018-.014q1.405-.013%202.75.324a.1.1%200%200%201%20.054.036q.02.029.022.059v.945a.05.05%200%200%201-.018.036a.05.05%200%200%201-.045.01a5.6%205.6%200%200%200-1.314-.249l-.004.01zm9.903-.018c-.444.025-.883.11-1.305.252c-.004%200-.009%200-.013-.009l-.01-.009l-.004-.018v-.994q0-.056.045-.063a11.4%2011.4%200%200%201%202.745-.315a.05.05%200%200%201%20.032.031v.023q-.075.257-.108.495c-.225%201.426-.338%202.956-1%204.265c-.742%201.476-2.218%202.718-3.833%203.07a2.5%202.5%200%200%201-.472.058q-.108%200-.014-.045c2.52-1.4%203.847-3.78%203.973-6.705a.03.03%200%200%200-.009-.027l-.013-.004h-.014z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.87%2014.612q.149.203.33.386c.75.801%201.705%201.485%202.69%201.99q1.079.551%202.205.733q.211.033-.005.053c-.238.023-.468.046-.68.059c-1.574.13-3.045-.504-4.242-1.53a37%2037%200%200%201-1.283-1.147a6%206%200%200%200-.877-.675a.054.054%200%200%201%20.009-.067a8.6%208.6%200%200%201%202.34-1.35c.031-.014.05%200%20.058.031q.163.559.432%201.076a.05.05%200%200%201-.013.036a5.3%205.3%200%200%200-.968.382a.03.03%200%200%200%20.005.022m14.237.013c.018-.027.014-.045-.013-.063a5.4%205.4%200%200%200-.923-.347q-.048-.013-.022-.053a5.8%205.8%200%200%200%20.44-1.103l.012-.002q.006%200%20.011.002a8.3%208.3%200%200%201%202.385%201.372a.05.05%200%200%201-.004.04l-.014.014c-.693.437-1.26%201.026-1.872%201.575c-1.264%201.139-2.767%201.881-4.463%201.777c-.27-.017-.531-.044-.788-.071c-.063-.01-.063-.018%200-.032c.428-.094.869-.18%201.26-.328a9.86%209.86%200%200%200%203.726-2.462q.141-.149.27-.324z%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%22M11.957%207.614c-.585.351-1.228%201.035-1.323%201.755c-.072.518.171%201.143.432%201.593q.414.716.869%201.472c.17.278.378.701.405%201.025a1.62%201.62%200%200%201-.302%201.058c-.027.031-.05.036-.076%200a22%2022%200%200%201-1.742-2.399c-.495-.791-1.17-1.988-.944-2.978c.301-1.296%201.543-2.38%202.672-2.979a.09.09%200%200%201%20.09.005c.882.589%201.71%201.35%202.223%202.28c.405.73.54%201.522.414%202.377c-.014.08-.036.085-.077.013a11%2011%200%200%200-2.294-3.001a3%203%200%200%200-.27-.216a.06.06%200%200%200-.077-.005%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.025%2015.718a3.44%203.44%200%200%200%201.295-1.76a1.8%201.8%200%200%200-.216-1.444q-.42-.771-.881-1.517a5%205%200%200%201-.45-.908c-.18-.464-.108-.9.188-1.292q.028-.04.055-.004a18.4%2018.4%200%200%201%201.849%202.344c.405.62.913%201.498.918%202.263c.009.945-.585%201.908-1.21%202.61a6.4%206.4%200%200%201-1.53%201.26a.08.08%200%200%201-.068.009c-.067-.023-.121-.072-.18-.113c-1.678-1.134-3.69-3.302-3.015-5.561q.053-.16.113-.005a10%2010%200%200%200%201.377%202.385a8.8%208.8%200%200%200%201.696%201.733q.029.02.059%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.03%2010.601a8.2%208.2%200%200%200%20.585%202.93a7.42%207.42%200%200%200%203.347%203.775c.1.054.09.076-.018.063a4.5%204.5%200%200%201-1.714-.531a6.03%206.03%200%200%201-2.925-3.51c-.315-1.017-.45-2.083-.585-3.132a5%205%200%200%200-.153-.76a.03.03%200%200%201%20.018-.014q1.405-.013%202.75.324a.1.1%200%200%201%20.054.036q.02.029.022.059v.945a.05.05%200%200%201-.018.036a.05.05%200%200%201-.045.01a5.6%205.6%200%200%200-1.314-.249l-.004.01zm9.903-.018c-.444.025-.883.11-1.305.252c-.004%200-.009%200-.013-.009l-.01-.009l-.004-.018v-.994q0-.056.045-.063a11.4%2011.4%200%200%201%202.745-.315a.05.05%200%200%201%20.032.031v.023q-.075.257-.108.495c-.225%201.426-.338%202.956-1%204.265c-.742%201.476-2.218%202.718-3.833%203.07a2.5%202.5%200%200%201-.472.058q-.108%200-.014-.045c2.52-1.4%203.847-3.78%203.973-6.705a.03.03%200%200%200-.009-.027l-.013-.004h-.014z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.87%2014.612q.149.203.33.386c.75.801%201.705%201.485%202.69%201.99q1.079.551%202.205.733q.211.033-.005.053c-.238.023-.468.046-.68.059c-1.574.13-3.045-.504-4.242-1.53a37%2037%200%200%201-1.283-1.147a6%206%200%200%200-.877-.675a.054.054%200%200%201%20.009-.067a8.6%208.6%200%200%201%202.34-1.35c.031-.014.05%200%20.058.031q.163.559.432%201.076a.05.05%200%200%201-.013.036a5.3%205.3%200%200%200-.968.382a.03.03%200%200%200%20.005.022m14.237.013c.018-.027.014-.045-.013-.063a5.4%205.4%200%200%200-.923-.347q-.048-.013-.022-.053a5.8%205.8%200%200%200%20.44-1.103l.012-.002q.006%200%20.011.002a8.3%208.3%200%200%201%202.385%201.372a.05.05%200%200%201-.004.04l-.014.014c-.693.437-1.26%201.026-1.872%201.575c-1.264%201.139-2.767%201.881-4.463%201.777c-.27-.017-.531-.044-.788-.071c-.063-.01-.063-.018%200-.032c.428-.094.869-.18%201.26-.328a9.86%209.86%200%200%200%203.726-2.462q.141-.149.27-.324z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/soph.svg?color=%231a73e8&size=48