terra classic logo

terra-classic from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
terra-classic
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the terra classic logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.74 16.816c.493 1.832 2.262 3.23 3.156 3.172c.031-.002 3.39-.63 5.227-3.715c1.431-2.4.944-4.717-1.002-4.768c-.7.052-8.321 1.82-7.381 5.31m7.201-11.77l-.002-.001l.003-.002a8.51 8.51 0 0 0-9-1.304a5 5 0 0 0-.542.266q-.181.095-.356.197l.028.01a3.9 3.9 0 0 0-.9.856c-2.451 3.252 5.764 5.615 10.156 5.622c2.02 1.458 2.587-4.1.613-5.643" opacity=".4"/><path fill="currentColor" d="M9.437 5.113C8.31 6.816 4.55 8.016 3.931 7.829l-.004-.008l.078-.154A9.07 9.07 0 0 1 7.403 4.05a2.65 2.65 0 0 1 1.243-.332c1.674.032.8 1.382.791 1.396M8.512 17.15c.082.535-.002 2.649-.11 2.827c-.094.006-.29.018-.856-.301a9.04 9.04 0 0 1-3.95-4.623a9.1 9.1 0 0 1-.043-6.36c.65.867 1.4 1.65 2.039 2.526c.607.833 1.444 2.192 1.614 2.482c1.057 1.803 1.225 2.915 1.305 3.449M21 11.82a9 9 0 0 1-.626 3.32c-1.06 1.145-8.208-1.671-8.278-1.703c-.978-.429-3.953-1.74-4.221-3.796c-.386-2.957 5.59-5.019 8.216-5.098c.315.004 1.273.015 1.832.471a9 9 0 0 1 2.274 3.068c.53 1.174.805 2.45.803 3.739m-4.837 8.017c-.78.365-1.637.1-1.415-.662c.428-1.464 4.164-2.964 4.99-3.045c.101-.01.144.06.1.139a9.1 9.1 0 0 1-3.675 3.568"/></svg>

React

import type { SVGProps } from "react";

export function TokenTerraClassic(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="M10.74 16.816c.493 1.832 2.262 3.23 3.156 3.172c.031-.002 3.39-.63 5.227-3.715c1.431-2.4.944-4.717-1.002-4.768c-.7.052-8.321 1.82-7.381 5.31m7.201-11.77l-.002-.001l.003-.002a8.51 8.51 0 0 0-9-1.304a5 5 0 0 0-.542.266q-.181.095-.356.197l.028.01a3.9 3.9 0 0 0-.9.856c-2.451 3.252 5.764 5.615 10.156 5.622c2.02 1.458 2.587-4.1.613-5.643" opacity=".4"/><path fill="currentColor" d="M9.437 5.113C8.31 6.816 4.55 8.016 3.931 7.829l-.004-.008l.078-.154A9.07 9.07 0 0 1 7.403 4.05a2.65 2.65 0 0 1 1.243-.332c1.674.032.8 1.382.791 1.396M8.512 17.15c.082.535-.002 2.649-.11 2.827c-.094.006-.29.018-.856-.301a9.04 9.04 0 0 1-3.95-4.623a9.1 9.1 0 0 1-.043-6.36c.65.867 1.4 1.65 2.039 2.526c.607.833 1.444 2.192 1.614 2.482c1.057 1.803 1.225 2.915 1.305 3.449M21 11.82a9 9 0 0 1-.626 3.32c-1.06 1.145-8.208-1.671-8.278-1.703c-.978-.429-3.953-1.74-4.221-3.796c-.386-2.957 5.59-5.019 8.216-5.098c.315.004 1.273.015 1.832.471a9 9 0 0 1 2.274 3.068c.53 1.174.805 2.45.803 3.739m-4.837 8.017c-.78.365-1.637.1-1.415-.662c.428-1.464 4.164-2.964 4.99-3.045c.101-.01.144.06.1.139a9.1 9.1 0 0 1-3.675 3.568"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.74 16.816c.493 1.832 2.262 3.23 3.156 3.172c.031-.002 3.39-.63 5.227-3.715c1.431-2.4.944-4.717-1.002-4.768c-.7.052-8.321 1.82-7.381 5.31m7.201-11.77l-.002-.001l.003-.002a8.51 8.51 0 0 0-9-1.304a5 5 0 0 0-.542.266q-.181.095-.356.197l.028.01a3.9 3.9 0 0 0-.9.856c-2.451 3.252 5.764 5.615 10.156 5.622c2.02 1.458 2.587-4.1.613-5.643" opacity=".4"/><path fill="currentColor" d="M9.437 5.113C8.31 6.816 4.55 8.016 3.931 7.829l-.004-.008l.078-.154A9.07 9.07 0 0 1 7.403 4.05a2.65 2.65 0 0 1 1.243-.332c1.674.032.8 1.382.791 1.396M8.512 17.15c.082.535-.002 2.649-.11 2.827c-.094.006-.29.018-.856-.301a9.04 9.04 0 0 1-3.95-4.623a9.1 9.1 0 0 1-.043-6.36c.65.867 1.4 1.65 2.039 2.526c.607.833 1.444 2.192 1.614 2.482c1.057 1.803 1.225 2.915 1.305 3.449M21 11.82a9 9 0 0 1-.626 3.32c-1.06 1.145-8.208-1.671-8.278-1.703c-.978-.429-3.953-1.74-4.221-3.796c-.386-2.957 5.59-5.019 8.216-5.098c.315.004 1.273.015 1.832.471a9 9 0 0 1 2.274 3.068c.53 1.174.805 2.45.803 3.739m-4.837 8.017c-.78.365-1.637.1-1.415-.662c.428-1.464 4.164-2.964 4.99-3.045c.101-.01.144.06.1.139a9.1 9.1 0 0 1-3.675 3.568"/></svg>
</template>

CSS

.icon-terra-classic {
  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%22M10.74%2016.816c.493%201.832%202.262%203.23%203.156%203.172c.031-.002%203.39-.63%205.227-3.715c1.431-2.4.944-4.717-1.002-4.768c-.7.052-8.321%201.82-7.381%205.31m7.201-11.77l-.002-.001l.003-.002a8.51%208.51%200%200%200-9-1.304a5%205%200%200%200-.542.266q-.181.095-.356.197l.028.01a3.9%203.9%200%200%200-.9.856c-2.451%203.252%205.764%205.615%2010.156%205.622c2.02%201.458%202.587-4.1.613-5.643%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.437%205.113C8.31%206.816%204.55%208.016%203.931%207.829l-.004-.008l.078-.154A9.07%209.07%200%200%201%207.403%204.05a2.65%202.65%200%200%201%201.243-.332c1.674.032.8%201.382.791%201.396M8.512%2017.15c.082.535-.002%202.649-.11%202.827c-.094.006-.29.018-.856-.301a9.04%209.04%200%200%201-3.95-4.623a9.1%209.1%200%200%201-.043-6.36c.65.867%201.4%201.65%202.039%202.526c.607.833%201.444%202.192%201.614%202.482c1.057%201.803%201.225%202.915%201.305%203.449M21%2011.82a9%209%200%200%201-.626%203.32c-1.06%201.145-8.208-1.671-8.278-1.703c-.978-.429-3.953-1.74-4.221-3.796c-.386-2.957%205.59-5.019%208.216-5.098c.315.004%201.273.015%201.832.471a9%209%200%200%201%202.274%203.068c.53%201.174.805%202.45.803%203.739m-4.837%208.017c-.78.365-1.637.1-1.415-.662c.428-1.464%204.164-2.964%204.99-3.045c.101-.01.144.06.1.139a9.1%209.1%200%200%201-3.675%203.568%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%22M10.74%2016.816c.493%201.832%202.262%203.23%203.156%203.172c.031-.002%203.39-.63%205.227-3.715c1.431-2.4.944-4.717-1.002-4.768c-.7.052-8.321%201.82-7.381%205.31m7.201-11.77l-.002-.001l.003-.002a8.51%208.51%200%200%200-9-1.304a5%205%200%200%200-.542.266q-.181.095-.356.197l.028.01a3.9%203.9%200%200%200-.9.856c-2.451%203.252%205.764%205.615%2010.156%205.622c2.02%201.458%202.587-4.1.613-5.643%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.437%205.113C8.31%206.816%204.55%208.016%203.931%207.829l-.004-.008l.078-.154A9.07%209.07%200%200%201%207.403%204.05a2.65%202.65%200%200%201%201.243-.332c1.674.032.8%201.382.791%201.396M8.512%2017.15c.082.535-.002%202.649-.11%202.827c-.094.006-.29.018-.856-.301a9.04%209.04%200%200%201-3.95-4.623a9.1%209.1%200%200%201-.043-6.36c.65.867%201.4%201.65%202.039%202.526c.607.833%201.444%202.192%201.614%202.482c1.057%201.803%201.225%202.915%201.305%203.449M21%2011.82a9%209%200%200%201-.626%203.32c-1.06%201.145-8.208-1.671-8.278-1.703c-.978-.429-3.953-1.74-4.221-3.796c-.386-2.957%205.59-5.019%208.216-5.098c.315.004%201.273.015%201.832.471a9%209%200%200%201%202.274%203.068c.53%201.174.805%202.45.803%203.739m-4.837%208.017c-.78.365-1.637.1-1.415-.662c.428-1.464%204.164-2.964%204.99-3.045c.101-.01.144.06.1.139a9.1%209.1%200%200%201-3.675%203.568%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/terra-classic.svg?color=%231a73e8&size=48