torn logo
torn from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- torn
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the torn logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.902 7.542C8.03 6 11.325 3.242 15.463 4.548c4.14 1.307 5.416 5.12 5.537 6.864c-.252-1.297-1.535-4.013-4.651-4.503c1.689 1.232 4.638 4.756 2.92 8.995c-1.719 4.238-5.256 5.16-6.81 5.093c1.257-.1 3.926-1.147 4.548-4.545c-.861 1.21-3.378 3.567-6.558 3.311c-3.976-.32-6.946-3.014-7.449-6.76c.206 1.188 1.408 3.659 4.57 4.042c-1.272-.783-3.724-3.348-3.36-7.33c.458-4.98 5.096-6.647 7.153-6.715c-1.413.224-4.283 1.445-4.461 4.542M12 15.176a3.175 3.175 0 0 0 2.246-5.422a3.175 3.175 0 0 0-4.492 0A3.176 3.176 0 0 0 12 15.176" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenTorn(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" fillRule="evenodd" d="M6.902 7.542C8.03 6 11.325 3.242 15.463 4.548c4.14 1.307 5.416 5.12 5.537 6.864c-.252-1.297-1.535-4.013-4.651-4.503c1.689 1.232 4.638 4.756 2.92 8.995c-1.719 4.238-5.256 5.16-6.81 5.093c1.257-.1 3.926-1.147 4.548-4.545c-.861 1.21-3.378 3.567-6.558 3.311c-3.976-.32-6.946-3.014-7.449-6.76c.206 1.188 1.408 3.659 4.57 4.042c-1.272-.783-3.724-3.348-3.36-7.33c.458-4.98 5.096-6.647 7.153-6.715c-1.413.224-4.283 1.445-4.461 4.542M12 15.176a3.175 3.175 0 0 0 2.246-5.422a3.175 3.175 0 0 0-4.492 0A3.176 3.176 0 0 0 12 15.176" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.902 7.542C8.03 6 11.325 3.242 15.463 4.548c4.14 1.307 5.416 5.12 5.537 6.864c-.252-1.297-1.535-4.013-4.651-4.503c1.689 1.232 4.638 4.756 2.92 8.995c-1.719 4.238-5.256 5.16-6.81 5.093c1.257-.1 3.926-1.147 4.548-4.545c-.861 1.21-3.378 3.567-6.558 3.311c-3.976-.32-6.946-3.014-7.449-6.76c.206 1.188 1.408 3.659 4.57 4.042c-1.272-.783-3.724-3.348-3.36-7.33c.458-4.98 5.096-6.647 7.153-6.715c-1.413.224-4.283 1.445-4.461 4.542M12 15.176a3.175 3.175 0 0 0 2.246-5.422a3.175 3.175 0 0 0-4.492 0A3.176 3.176 0 0 0 12 15.176" clip-rule="evenodd"/></svg> </template>
CSS
.icon-torn {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.902%207.542C8.03%206%2011.325%203.242%2015.463%204.548c4.14%201.307%205.416%205.12%205.537%206.864c-.252-1.297-1.535-4.013-4.651-4.503c1.689%201.232%204.638%204.756%202.92%208.995c-1.719%204.238-5.256%205.16-6.81%205.093c1.257-.1%203.926-1.147%204.548-4.545c-.861%201.21-3.378%203.567-6.558%203.311c-3.976-.32-6.946-3.014-7.449-6.76c.206%201.188%201.408%203.659%204.57%204.042c-1.272-.783-3.724-3.348-3.36-7.33c.458-4.98%205.096-6.647%207.153-6.715c-1.413.224-4.283%201.445-4.461%204.542M12%2015.176a3.175%203.175%200%200%200%202.246-5.422a3.175%203.175%200%200%200-4.492%200A3.176%203.176%200%200%200%2012%2015.176%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.902%207.542C8.03%206%2011.325%203.242%2015.463%204.548c4.14%201.307%205.416%205.12%205.537%206.864c-.252-1.297-1.535-4.013-4.651-4.503c1.689%201.232%204.638%204.756%202.92%208.995c-1.719%204.238-5.256%205.16-6.81%205.093c1.257-.1%203.926-1.147%204.548-4.545c-.861%201.21-3.378%203.567-6.558%203.311c-3.976-.32-6.946-3.014-7.449-6.76c.206%201.188%201.408%203.659%204.57%204.042c-1.272-.783-3.724-3.348-3.36-7.33c.458-4.98%205.096-6.647%207.153-6.715c-1.413.224-4.283%201.445-4.461%204.542M12%2015.176a3.175%203.175%200%200%200%202.246-5.422a3.175%203.175%200%200%200-4.492%200A3.176%203.176%200%200%200%2012%2015.176%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/torn.svg?color=%231a73e8&size=48