root from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
root
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the root logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.57 4.758a.4.4 0 0 0-.097 0q-2.521.045-5.047.097c-.973.016-1.946.04-2.914.051c-.168.004-.246.032-.274.223c-.367 2.309-.746 4.617-1.12 6.922c-.403 2.496-.81 4.988-1.212 7.484l-.36 2.215c-.089-.059-.105-.145-.14-.219q-1.667-3.444-3.32-6.894c-.082-.172-.145-.203-.328-.117a702 702 0 0 1-5.516 2.515a1 1 0 0 0-.11.063C3.052 21.176 7.196 24 12 24c6.625 0 12-5.371 12-12c0-2.719-.906-5.227-2.434-7.242Zm-.379-.473A11.98 11.98 0 0 0 12 0C5.371 0 0 5.371 0 12c0 1.621.324 3.168.906 4.582q.046-.014.11-.05c2.129-1.223 4.265-2.434 6.394-3.657c.192-.113.262-.086.356.113c.691 1.489 1.398 2.969 2.101 4.453c.028.055.035.125.121.164q.142-.812.278-1.613q.701-4.106 1.398-8.219c.195-1.16.399-2.316.59-3.476c.023-.14.074-.188.215-.184q2.069.047 4.144.086q2.203.046 4.407.086"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRoot(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="M21.57 4.758a.4.4 0 0 0-.097 0q-2.521.045-5.047.097c-.973.016-1.946.04-2.914.051c-.168.004-.246.032-.274.223c-.367 2.309-.746 4.617-1.12 6.922c-.403 2.496-.81 4.988-1.212 7.484l-.36 2.215c-.089-.059-.105-.145-.14-.219q-1.667-3.444-3.32-6.894c-.082-.172-.145-.203-.328-.117a702 702 0 0 1-5.516 2.515a1 1 0 0 0-.11.063C3.052 21.176 7.196 24 12 24c6.625 0 12-5.371 12-12c0-2.719-.906-5.227-2.434-7.242Zm-.379-.473A11.98 11.98 0 0 0 12 0C5.371 0 0 5.371 0 12c0 1.621.324 3.168.906 4.582q.046-.014.11-.05c2.129-1.223 4.265-2.434 6.394-3.657c.192-.113.262-.086.356.113c.691 1.489 1.398 2.969 2.101 4.453c.028.055.035.125.121.164q.142-.812.278-1.613q.701-4.106 1.398-8.219c.195-1.16.399-2.316.59-3.476c.023-.14.074-.188.215-.184q2.069.047 4.144.086q2.203.046 4.407.086"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.57 4.758a.4.4 0 0 0-.097 0q-2.521.045-5.047.097c-.973.016-1.946.04-2.914.051c-.168.004-.246.032-.274.223c-.367 2.309-.746 4.617-1.12 6.922c-.403 2.496-.81 4.988-1.212 7.484l-.36 2.215c-.089-.059-.105-.145-.14-.219q-1.667-3.444-3.32-6.894c-.082-.172-.145-.203-.328-.117a702 702 0 0 1-5.516 2.515a1 1 0 0 0-.11.063C3.052 21.176 7.196 24 12 24c6.625 0 12-5.371 12-12c0-2.719-.906-5.227-2.434-7.242Zm-.379-.473A11.98 11.98 0 0 0 12 0C5.371 0 0 5.371 0 12c0 1.621.324 3.168.906 4.582q.046-.014.11-.05c2.129-1.223 4.265-2.434 6.394-3.657c.192-.113.262-.086.356.113c.691 1.489 1.398 2.969 2.101 4.453c.028.055.035.125.121.164q.142-.812.278-1.613q.701-4.106 1.398-8.219c.195-1.16.399-2.316.59-3.476c.023-.14.074-.188.215-.184q2.069.047 4.144.086q2.203.046 4.407.086"/></svg>
</template>

CSS

.icon-root {
  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%22M21.57%204.758a.4.4%200%200%200-.097%200q-2.521.045-5.047.097c-.973.016-1.946.04-2.914.051c-.168.004-.246.032-.274.223c-.367%202.309-.746%204.617-1.12%206.922c-.403%202.496-.81%204.988-1.212%207.484l-.36%202.215c-.089-.059-.105-.145-.14-.219q-1.667-3.444-3.32-6.894c-.082-.172-.145-.203-.328-.117a702%20702%200%200%201-5.516%202.515a1%201%200%200%200-.11.063C3.052%2021.176%207.196%2024%2012%2024c6.625%200%2012-5.371%2012-12c0-2.719-.906-5.227-2.434-7.242Zm-.379-.473A11.98%2011.98%200%200%200%2012%200C5.371%200%200%205.371%200%2012c0%201.621.324%203.168.906%204.582q.046-.014.11-.05c2.129-1.223%204.265-2.434%206.394-3.657c.192-.113.262-.086.356.113c.691%201.489%201.398%202.969%202.101%204.453c.028.055.035.125.121.164q.142-.812.278-1.613q.701-4.106%201.398-8.219c.195-1.16.399-2.316.59-3.476c.023-.14.074-.188.215-.184q2.069.047%204.144.086q2.203.046%204.407.086%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%22M21.57%204.758a.4.4%200%200%200-.097%200q-2.521.045-5.047.097c-.973.016-1.946.04-2.914.051c-.168.004-.246.032-.274.223c-.367%202.309-.746%204.617-1.12%206.922c-.403%202.496-.81%204.988-1.212%207.484l-.36%202.215c-.089-.059-.105-.145-.14-.219q-1.667-3.444-3.32-6.894c-.082-.172-.145-.203-.328-.117a702%20702%200%200%201-5.516%202.515a1%201%200%200%200-.11.063C3.052%2021.176%207.196%2024%2012%2024c6.625%200%2012-5.371%2012-12c0-2.719-.906-5.227-2.434-7.242Zm-.379-.473A11.98%2011.98%200%200%200%2012%200C5.371%200%200%205.371%200%2012c0%201.621.324%203.168.906%204.582q.046-.014.11-.05c2.129-1.223%204.265-2.434%206.394-3.657c.192-.113.262-.086.356.113c.691%201.489%201.398%202.969%202.101%204.453c.028.055.035.125.121.164q.142-.812.278-1.613q.701-4.106%201.398-8.219c.195-1.16.399-2.316.59-3.476c.023-.14.074-.188.215-.184q2.069.047%204.144.086q2.203.046%204.407.086%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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