animedotjs logo
animedotjs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- animedotjs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the animedotjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .001a11.95 11.95 0 0 1 7.62 2.729H24l-.748 5.09A12 12 0 0 1 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0Zm.727 5.2q-2.986 0-4.584.299T5.806 6.552q-.741.753-.948 2.233l-.052.39h4.323l.014-.078q.078-.441.325-.688c.376-.376 1.36-.48 2.74-.48c.697 0 1.4-.017 2.09.09q.534.091.793.377q.26.285.26.909c-.043.607-.118 1.212-.182 1.818h-.078q-.468-.623-1.507-.896c-.945-.248-2.015-.273-3.402-.273q-2.364 0-3.636.312q-1.272.31-1.87 1.064t-.805 2.208c-.074.518-.152 1.034-.156 1.558q0 1.118.52 1.766q.519.65 1.675.936q1.155.285 3.155.285c.963 0 1.93 0 2.883-.156q.857-.156 1.377-.493q.518-.338 1.064-.961h.052l-.233 1.402H18.7l.935-6.596q.18-1.377.181-2.052c0-.598-.053-.975-.135-1.352l-2.624.001l.338-2.295a6 6 0 0 0-.215-.056c-1.212-.288-2.615-.324-4.454-.324Zm-.805 7.298q1.247 0 1.883.078t.87.273t.234.558c0 .055-.037.992-.416 1.39q-.26.272-.935.39c-.564.097-1.313.116-2.337.116q-1.17 0-1.805-.078q-.637-.077-.922-.299a.73.73 0 0 1-.286-.61c.053-.624.13-1.014.39-1.285q.26-.273.948-.403c.585-.11 1.345-.13 2.376-.13m11.111-8.928h-4.497l-.511 3.475h4.497z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAnimedotjs(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 .001a11.95 11.95 0 0 1 7.62 2.729H24l-.748 5.09A12 12 0 0 1 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0Zm.727 5.2q-2.986 0-4.584.299T5.806 6.552q-.741.753-.948 2.233l-.052.39h4.323l.014-.078q.078-.441.325-.688c.376-.376 1.36-.48 2.74-.48c.697 0 1.4-.017 2.09.09q.534.091.793.377q.26.285.26.909c-.043.607-.118 1.212-.182 1.818h-.078q-.468-.623-1.507-.896c-.945-.248-2.015-.273-3.402-.273q-2.364 0-3.636.312q-1.272.31-1.87 1.064t-.805 2.208c-.074.518-.152 1.034-.156 1.558q0 1.118.52 1.766q.519.65 1.675.936q1.155.285 3.155.285c.963 0 1.93 0 2.883-.156q.857-.156 1.377-.493q.518-.338 1.064-.961h.052l-.233 1.402H18.7l.935-6.596q.18-1.377.181-2.052c0-.598-.053-.975-.135-1.352l-2.624.001l.338-2.295a6 6 0 0 0-.215-.056c-1.212-.288-2.615-.324-4.454-.324Zm-.805 7.298q1.247 0 1.883.078t.87.273t.234.558c0 .055-.037.992-.416 1.39q-.26.272-.935.39c-.564.097-1.313.116-2.337.116q-1.17 0-1.805-.078q-.637-.077-.922-.299a.73.73 0 0 1-.286-.61c.053-.624.13-1.014.39-1.285q.26-.273.948-.403c.585-.11 1.345-.13 2.376-.13m11.111-8.928h-4.497l-.511 3.475h4.497z"/></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 .001a11.95 11.95 0 0 1 7.62 2.729H24l-.748 5.09A12 12 0 0 1 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0Zm.727 5.2q-2.986 0-4.584.299T5.806 6.552q-.741.753-.948 2.233l-.052.39h4.323l.014-.078q.078-.441.325-.688c.376-.376 1.36-.48 2.74-.48c.697 0 1.4-.017 2.09.09q.534.091.793.377q.26.285.26.909c-.043.607-.118 1.212-.182 1.818h-.078q-.468-.623-1.507-.896c-.945-.248-2.015-.273-3.402-.273q-2.364 0-3.636.312q-1.272.31-1.87 1.064t-.805 2.208c-.074.518-.152 1.034-.156 1.558q0 1.118.52 1.766q.519.65 1.675.936q1.155.285 3.155.285c.963 0 1.93 0 2.883-.156q.857-.156 1.377-.493q.518-.338 1.064-.961h.052l-.233 1.402H18.7l.935-6.596q.18-1.377.181-2.052c0-.598-.053-.975-.135-1.352l-2.624.001l.338-2.295a6 6 0 0 0-.215-.056c-1.212-.288-2.615-.324-4.454-.324Zm-.805 7.298q1.247 0 1.883.078t.87.273t.234.558c0 .055-.037.992-.416 1.39q-.26.272-.935.39c-.564.097-1.313.116-2.337.116q-1.17 0-1.805-.078q-.637-.077-.922-.299a.73.73 0 0 1-.286-.61c.053-.624.13-1.014.39-1.285q.26-.273.948-.403c.585-.11 1.345-.13 2.376-.13m11.111-8.928h-4.497l-.511 3.475h4.497z"/></svg> </template>
CSS
.icon-animedotjs {
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%20.001a11.95%2011.95%200%200%201%207.62%202.729H24l-.748%205.09A12%2012%200%200%201%2024%2012c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200Zm.727%205.2q-2.986%200-4.584.299T5.806%206.552q-.741.753-.948%202.233l-.052.39h4.323l.014-.078q.078-.441.325-.688c.376-.376%201.36-.48%202.74-.48c.697%200%201.4-.017%202.09.09q.534.091.793.377q.26.285.26.909c-.043.607-.118%201.212-.182%201.818h-.078q-.468-.623-1.507-.896c-.945-.248-2.015-.273-3.402-.273q-2.364%200-3.636.312q-1.272.31-1.87%201.064t-.805%202.208c-.074.518-.152%201.034-.156%201.558q0%201.118.52%201.766q.519.65%201.675.936q1.155.285%203.155.285c.963%200%201.93%200%202.883-.156q.857-.156%201.377-.493q.518-.338%201.064-.961h.052l-.233%201.402H18.7l.935-6.596q.18-1.377.181-2.052c0-.598-.053-.975-.135-1.352l-2.624.001l.338-2.295a6%206%200%200%200-.215-.056c-1.212-.288-2.615-.324-4.454-.324Zm-.805%207.298q1.247%200%201.883.078t.87.273t.234.558c0%20.055-.037.992-.416%201.39q-.26.272-.935.39c-.564.097-1.313.116-2.337.116q-1.17%200-1.805-.078q-.637-.077-.922-.299a.73.73%200%200%201-.286-.61c.053-.624.13-1.014.39-1.285q.26-.273.948-.403c.585-.11%201.345-.13%202.376-.13m11.111-8.928h-4.497l-.511%203.475h4.497z%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%20.001a11.95%2011.95%200%200%201%207.62%202.729H24l-.748%205.09A12%2012%200%200%201%2024%2012c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200Zm.727%205.2q-2.986%200-4.584.299T5.806%206.552q-.741.753-.948%202.233l-.052.39h4.323l.014-.078q.078-.441.325-.688c.376-.376%201.36-.48%202.74-.48c.697%200%201.4-.017%202.09.09q.534.091.793.377q.26.285.26.909c-.043.607-.118%201.212-.182%201.818h-.078q-.468-.623-1.507-.896c-.945-.248-2.015-.273-3.402-.273q-2.364%200-3.636.312q-1.272.31-1.87%201.064t-.805%202.208c-.074.518-.152%201.034-.156%201.558q0%201.118.52%201.766q.519.65%201.675.936q1.155.285%203.155.285c.963%200%201.93%200%202.883-.156q.857-.156%201.377-.493q.518-.338%201.064-.961h.052l-.233%201.402H18.7l.935-6.596q.18-1.377.181-2.052c0-.598-.053-.975-.135-1.352l-2.624.001l.338-2.295a6%206%200%200%200-.215-.056c-1.212-.288-2.615-.324-4.454-.324Zm-.805%207.298q1.247%200%201.883.078t.87.273t.234.558c0%20.055-.037.992-.416%201.39q-.26.272-.935.39c-.564.097-1.313.116-2.337.116q-1.17%200-1.805-.078q-.637-.077-.922-.299a.73.73%200%200%201-.286-.61c.053-.624.13-1.014.39-1.285q.26-.273.948-.403c.585-.11%201.345-.13%202.376-.13m11.111-8.928h-4.497l-.511%203.475h4.497z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/animedotjs.svg?color=%231a73e8&size=48