svgdotjs logo
svgdotjs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- svgdotjs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the svgdotjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 12L12 0L0 12l12 12zm-18.569-.554l4.665-4.665c.335-.601.841-1.258 1.565-1.982a.48.48 0 0 1 .678 0a.48.48 0 0 1 0 .678c-1.254 1.254-1.786 2.24-1.836 3.093c-.035.59.174 1.1.49 1.573c.36.536.854 1.026 1.346 1.518c1.13 1.13 2.206 2.289 2.116 3.826a3.5 3.5 0 0 1-.149.808l4.002-4.002a.6.6 0 0 1-.073-.293a.627.627 0 1 1 .627.627a.6.6 0 0 1-.293-.073l-4.665 4.665c-.335.601-.841 1.258-1.565 1.982a.48.48 0 0 1-.678 0a.48.48 0 0 1 0-.678c1.254-1.254 1.786-2.24 1.836-3.093c.035-.59-.174-1.1-.49-1.573c-.36-.536-.854-1.026-1.346-1.518c-1.13-1.13-2.206-2.289-2.116-3.826q.021-.384.149-.808l-4.002 4.002a.627.627 0 0 1-.554.92a.627.627 0 0 1-.627-.627a.627.627 0 0 1 .92-.554m-.293.296c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258A.257.257 0 0 1 4.88 12c0-.143.115-.258.258-.258m13.724 0c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258a.257.257 0 0 1-.258-.258c0-.143.115-.258.258-.258"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSvgdotjs(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="M24 12L12 0L0 12l12 12zm-18.569-.554l4.665-4.665c.335-.601.841-1.258 1.565-1.982a.48.48 0 0 1 .678 0a.48.48 0 0 1 0 .678c-1.254 1.254-1.786 2.24-1.836 3.093c-.035.59.174 1.1.49 1.573c.36.536.854 1.026 1.346 1.518c1.13 1.13 2.206 2.289 2.116 3.826a3.5 3.5 0 0 1-.149.808l4.002-4.002a.6.6 0 0 1-.073-.293a.627.627 0 1 1 .627.627a.6.6 0 0 1-.293-.073l-4.665 4.665c-.335.601-.841 1.258-1.565 1.982a.48.48 0 0 1-.678 0a.48.48 0 0 1 0-.678c1.254-1.254 1.786-2.24 1.836-3.093c.035-.59-.174-1.1-.49-1.573c-.36-.536-.854-1.026-1.346-1.518c-1.13-1.13-2.206-2.289-2.116-3.826q.021-.384.149-.808l-4.002 4.002a.627.627 0 0 1-.554.92a.627.627 0 0 1-.627-.627a.627.627 0 0 1 .92-.554m-.293.296c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258A.257.257 0 0 1 4.88 12c0-.143.115-.258.258-.258m13.724 0c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258a.257.257 0 0 1-.258-.258c0-.143.115-.258.258-.258"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 12L12 0L0 12l12 12zm-18.569-.554l4.665-4.665c.335-.601.841-1.258 1.565-1.982a.48.48 0 0 1 .678 0a.48.48 0 0 1 0 .678c-1.254 1.254-1.786 2.24-1.836 3.093c-.035.59.174 1.1.49 1.573c.36.536.854 1.026 1.346 1.518c1.13 1.13 2.206 2.289 2.116 3.826a3.5 3.5 0 0 1-.149.808l4.002-4.002a.6.6 0 0 1-.073-.293a.627.627 0 1 1 .627.627a.6.6 0 0 1-.293-.073l-4.665 4.665c-.335.601-.841 1.258-1.565 1.982a.48.48 0 0 1-.678 0a.48.48 0 0 1 0-.678c1.254-1.254 1.786-2.24 1.836-3.093c.035-.59-.174-1.1-.49-1.573c-.36-.536-.854-1.026-1.346-1.518c-1.13-1.13-2.206-2.289-2.116-3.826q.021-.384.149-.808l-4.002 4.002a.627.627 0 0 1-.554.92a.627.627 0 0 1-.627-.627a.627.627 0 0 1 .92-.554m-.293.296c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258A.257.257 0 0 1 4.88 12c0-.143.115-.258.258-.258m13.724 0c.143 0 .258.115.258.258a.257.257 0 0 1-.258.258a.257.257 0 0 1-.258-.258c0-.143.115-.258.258-.258"/></svg> </template>
CSS
.icon-svgdotjs {
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%22M24%2012L12%200L0%2012l12%2012zm-18.569-.554l4.665-4.665c.335-.601.841-1.258%201.565-1.982a.48.48%200%200%201%20.678%200a.48.48%200%200%201%200%20.678c-1.254%201.254-1.786%202.24-1.836%203.093c-.035.59.174%201.1.49%201.573c.36.536.854%201.026%201.346%201.518c1.13%201.13%202.206%202.289%202.116%203.826a3.5%203.5%200%200%201-.149.808l4.002-4.002a.6.6%200%200%201-.073-.293a.627.627%200%201%201%20.627.627a.6.6%200%200%201-.293-.073l-4.665%204.665c-.335.601-.841%201.258-1.565%201.982a.48.48%200%200%201-.678%200a.48.48%200%200%201%200-.678c1.254-1.254%201.786-2.24%201.836-3.093c.035-.59-.174-1.1-.49-1.573c-.36-.536-.854-1.026-1.346-1.518c-1.13-1.13-2.206-2.289-2.116-3.826q.021-.384.149-.808l-4.002%204.002a.627.627%200%200%201-.554.92a.627.627%200%200%201-.627-.627a.627.627%200%200%201%20.92-.554m-.293.296c.143%200%20.258.115.258.258a.257.257%200%200%201-.258.258A.257.257%200%200%201%204.88%2012c0-.143.115-.258.258-.258m13.724%200c.143%200%20.258.115.258.258a.257.257%200%200%201-.258.258a.257.257%200%200%201-.258-.258c0-.143.115-.258.258-.258%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%22M24%2012L12%200L0%2012l12%2012zm-18.569-.554l4.665-4.665c.335-.601.841-1.258%201.565-1.982a.48.48%200%200%201%20.678%200a.48.48%200%200%201%200%20.678c-1.254%201.254-1.786%202.24-1.836%203.093c-.035.59.174%201.1.49%201.573c.36.536.854%201.026%201.346%201.518c1.13%201.13%202.206%202.289%202.116%203.826a3.5%203.5%200%200%201-.149.808l4.002-4.002a.6.6%200%200%201-.073-.293a.627.627%200%201%201%20.627.627a.6.6%200%200%201-.293-.073l-4.665%204.665c-.335.601-.841%201.258-1.565%201.982a.48.48%200%200%201-.678%200a.48.48%200%200%201%200-.678c1.254-1.254%201.786-2.24%201.836-3.093c.035-.59-.174-1.1-.49-1.573c-.36-.536-.854-1.026-1.346-1.518c-1.13-1.13-2.206-2.289-2.116-3.826q.021-.384.149-.808l-4.002%204.002a.627.627%200%200%201-.554.92a.627.627%200%200%201-.627-.627a.627.627%200%200%201%20.92-.554m-.293.296c.143%200%20.258.115.258.258a.257.257%200%200%201-.258.258A.257.257%200%200%201%204.88%2012c0-.143.115-.258.258-.258m13.724%200c.143%200%20.258.115.258.258a.257.257%200%200%201-.258.258a.257.257%200%200%201-.258-.258c0-.143.115-.258.258-.258%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/svgdotjs.svg?color=%231a73e8&size=48