srm logo
srm from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- srm
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the srm logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.823c-2.581 0-4.674-2.217-4.674-4.95c0-2.66 4.22-7.352 4.395-7.537l.21-.258l.209.258c.174.185 4.5 4.877 4.5 7.536c.035 2.734-2.058 4.95-4.64 4.95m-.035-11.785c-.383.443-1.15 1.33-1.918 2.438c-1.36 1.921-2.093 3.436-2.093 4.396c0 2.365 1.814 4.285 4.046 4.285s4.047-1.92 4.047-4.285c0-.96-.733-2.475-2.128-4.396c-.768-1.071-1.57-1.995-1.954-2.438"/><path fill="currentColor" d="M12 19.413c-3.418 0-6.174-2.919-6.174-6.54c0-3.509 4.64-8.422 4.849-8.644a.35.35 0 0 1 .453 0a.405.405 0 0 1 0 .48c-.07.037-4.674 4.914-4.674 8.165S8.93 18.747 12 18.747s5.547-2.622 5.547-5.873c0-1.33-.803-3.178-2.337-5.32a31 31 0 0 0-2.372-2.919c-.14-.11-.14-.332 0-.48c.104-.148.313-.148.453 0c.21.222 4.919 5.209 4.919 8.719c-.035 3.62-2.791 6.539-6.21 6.539"/><path fill="currentColor" d="M12 21c-4.116 0-7.5-3.584-7.5-7.943c0-1.81.872-4.027 2.547-6.613A31.5 31.5 0 0 1 9.593 3.12c.105-.147.314-.147.454 0c.14.112.14.333 0 .48c0 0-1.256 1.368-2.477 3.252c-1.605 2.438-2.442 4.581-2.442 6.244c0 4.026 3.105 7.277 6.872 7.277s6.872-3.325 6.872-7.315c0-1.662-.837-3.805-2.442-6.243c-1.22-1.847-2.476-3.214-2.476-3.25a.405.405 0 0 1 0-.48a.35.35 0 0 1 .453 0c.175.257 5.093 5.65 5.093 9.974C19.5 17.415 16.151 21 12 21"/></svg>
React
import type { SVGProps } from "react";
export function TokenSrm(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 17.823c-2.581 0-4.674-2.217-4.674-4.95c0-2.66 4.22-7.352 4.395-7.537l.21-.258l.209.258c.174.185 4.5 4.877 4.5 7.536c.035 2.734-2.058 4.95-4.64 4.95m-.035-11.785c-.383.443-1.15 1.33-1.918 2.438c-1.36 1.921-2.093 3.436-2.093 4.396c0 2.365 1.814 4.285 4.046 4.285s4.047-1.92 4.047-4.285c0-.96-.733-2.475-2.128-4.396c-.768-1.071-1.57-1.995-1.954-2.438"/><path fill="currentColor" d="M12 19.413c-3.418 0-6.174-2.919-6.174-6.54c0-3.509 4.64-8.422 4.849-8.644a.35.35 0 0 1 .453 0a.405.405 0 0 1 0 .48c-.07.037-4.674 4.914-4.674 8.165S8.93 18.747 12 18.747s5.547-2.622 5.547-5.873c0-1.33-.803-3.178-2.337-5.32a31 31 0 0 0-2.372-2.919c-.14-.11-.14-.332 0-.48c.104-.148.313-.148.453 0c.21.222 4.919 5.209 4.919 8.719c-.035 3.62-2.791 6.539-6.21 6.539"/><path fill="currentColor" d="M12 21c-4.116 0-7.5-3.584-7.5-7.943c0-1.81.872-4.027 2.547-6.613A31.5 31.5 0 0 1 9.593 3.12c.105-.147.314-.147.454 0c.14.112.14.333 0 .48c0 0-1.256 1.368-2.477 3.252c-1.605 2.438-2.442 4.581-2.442 6.244c0 4.026 3.105 7.277 6.872 7.277s6.872-3.325 6.872-7.315c0-1.662-.837-3.805-2.442-6.243c-1.22-1.847-2.476-3.214-2.476-3.25a.405.405 0 0 1 0-.48a.35.35 0 0 1 .453 0c.175.257 5.093 5.65 5.093 9.974C19.5 17.415 16.151 21 12 21"/></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 17.823c-2.581 0-4.674-2.217-4.674-4.95c0-2.66 4.22-7.352 4.395-7.537l.21-.258l.209.258c.174.185 4.5 4.877 4.5 7.536c.035 2.734-2.058 4.95-4.64 4.95m-.035-11.785c-.383.443-1.15 1.33-1.918 2.438c-1.36 1.921-2.093 3.436-2.093 4.396c0 2.365 1.814 4.285 4.046 4.285s4.047-1.92 4.047-4.285c0-.96-.733-2.475-2.128-4.396c-.768-1.071-1.57-1.995-1.954-2.438"/><path fill="currentColor" d="M12 19.413c-3.418 0-6.174-2.919-6.174-6.54c0-3.509 4.64-8.422 4.849-8.644a.35.35 0 0 1 .453 0a.405.405 0 0 1 0 .48c-.07.037-4.674 4.914-4.674 8.165S8.93 18.747 12 18.747s5.547-2.622 5.547-5.873c0-1.33-.803-3.178-2.337-5.32a31 31 0 0 0-2.372-2.919c-.14-.11-.14-.332 0-.48c.104-.148.313-.148.453 0c.21.222 4.919 5.209 4.919 8.719c-.035 3.62-2.791 6.539-6.21 6.539"/><path fill="currentColor" d="M12 21c-4.116 0-7.5-3.584-7.5-7.943c0-1.81.872-4.027 2.547-6.613A31.5 31.5 0 0 1 9.593 3.12c.105-.147.314-.147.454 0c.14.112.14.333 0 .48c0 0-1.256 1.368-2.477 3.252c-1.605 2.438-2.442 4.581-2.442 6.244c0 4.026 3.105 7.277 6.872 7.277s6.872-3.325 6.872-7.315c0-1.662-.837-3.805-2.442-6.243c-1.22-1.847-2.476-3.214-2.476-3.25a.405.405 0 0 1 0-.48a.35.35 0 0 1 .453 0c.175.257 5.093 5.65 5.093 9.974C19.5 17.415 16.151 21 12 21"/></svg> </template>
CSS
.icon-srm {
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%2017.823c-2.581%200-4.674-2.217-4.674-4.95c0-2.66%204.22-7.352%204.395-7.537l.21-.258l.209.258c.174.185%204.5%204.877%204.5%207.536c.035%202.734-2.058%204.95-4.64%204.95m-.035-11.785c-.383.443-1.15%201.33-1.918%202.438c-1.36%201.921-2.093%203.436-2.093%204.396c0%202.365%201.814%204.285%204.046%204.285s4.047-1.92%204.047-4.285c0-.96-.733-2.475-2.128-4.396c-.768-1.071-1.57-1.995-1.954-2.438%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.413c-3.418%200-6.174-2.919-6.174-6.54c0-3.509%204.64-8.422%204.849-8.644a.35.35%200%200%201%20.453%200a.405.405%200%200%201%200%20.48c-.07.037-4.674%204.914-4.674%208.165S8.93%2018.747%2012%2018.747s5.547-2.622%205.547-5.873c0-1.33-.803-3.178-2.337-5.32a31%2031%200%200%200-2.372-2.919c-.14-.11-.14-.332%200-.48c.104-.148.313-.148.453%200c.21.222%204.919%205.209%204.919%208.719c-.035%203.62-2.791%206.539-6.21%206.539%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021c-4.116%200-7.5-3.584-7.5-7.943c0-1.81.872-4.027%202.547-6.613A31.5%2031.5%200%200%201%209.593%203.12c.105-.147.314-.147.454%200c.14.112.14.333%200%20.48c0%200-1.256%201.368-2.477%203.252c-1.605%202.438-2.442%204.581-2.442%206.244c0%204.026%203.105%207.277%206.872%207.277s6.872-3.325%206.872-7.315c0-1.662-.837-3.805-2.442-6.243c-1.22-1.847-2.476-3.214-2.476-3.25a.405.405%200%200%201%200-.48a.35.35%200%200%201%20.453%200c.175.257%205.093%205.65%205.093%209.974C19.5%2017.415%2016.151%2021%2012%2021%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%2017.823c-2.581%200-4.674-2.217-4.674-4.95c0-2.66%204.22-7.352%204.395-7.537l.21-.258l.209.258c.174.185%204.5%204.877%204.5%207.536c.035%202.734-2.058%204.95-4.64%204.95m-.035-11.785c-.383.443-1.15%201.33-1.918%202.438c-1.36%201.921-2.093%203.436-2.093%204.396c0%202.365%201.814%204.285%204.046%204.285s4.047-1.92%204.047-4.285c0-.96-.733-2.475-2.128-4.396c-.768-1.071-1.57-1.995-1.954-2.438%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.413c-3.418%200-6.174-2.919-6.174-6.54c0-3.509%204.64-8.422%204.849-8.644a.35.35%200%200%201%20.453%200a.405.405%200%200%201%200%20.48c-.07.037-4.674%204.914-4.674%208.165S8.93%2018.747%2012%2018.747s5.547-2.622%205.547-5.873c0-1.33-.803-3.178-2.337-5.32a31%2031%200%200%200-2.372-2.919c-.14-.11-.14-.332%200-.48c.104-.148.313-.148.453%200c.21.222%204.919%205.209%204.919%208.719c-.035%203.62-2.791%206.539-6.21%206.539%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021c-4.116%200-7.5-3.584-7.5-7.943c0-1.81.872-4.027%202.547-6.613A31.5%2031.5%200%200%201%209.593%203.12c.105-.147.314-.147.454%200c.14.112.14.333%200%20.48c0%200-1.256%201.368-2.477%203.252c-1.605%202.438-2.442%204.581-2.442%206.244c0%204.026%203.105%207.277%206.872%207.277s6.872-3.325%206.872-7.315c0-1.662-.837-3.805-2.442-6.243c-1.22-1.847-2.476-3.214-2.476-3.25a.405.405%200%200%201%200-.48a.35.35%200%200%201%20.453%200c.175.257%205.093%205.65%205.093%209.974C19.5%2017.415%2016.151%2021%2012%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/srm.svg?color=%231a73e8&size=48