tor from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
tor
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the tor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 14c-1 0-3 1-3 2c0 2 3 2 3 2v-1a1 1 0 0 1-1-1a1 1 0 0 1 1-1v-1m0 5s-4-.5-4-2.5c0-3 3-3.75 4-3.75V11.5c-1 0-5 1.5-5 4.5c0 4 5 4 5 4v-1M10.07 7.03l1.19.53c.43-2.44 1.58-4.06 1.58-4.06c-.43 1.03-.71 1.88-.89 2.55C13.16 3.55 15.61 2 15.61 2a15.916 15.916 0 0 0-2.64 3.53c1.58-1.68 3.77-2.78 3.77-2.78c-2.69 1.72-3.9 4.45-4.2 5.21l.55.08c0 .52 0 1 .25 1.38C14.1 11.31 18 11.47 18 16s-4.03 6-6.17 6C9.69 22 5 21.03 5 16s4.95-5.07 5.83-7.08c.12-.38-.76-1.89-.76-1.89z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiTor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 14c-1 0-3 1-3 2c0 2 3 2 3 2v-1a1 1 0 0 1-1-1a1 1 0 0 1 1-1v-1m0 5s-4-.5-4-2.5c0-3 3-3.75 4-3.75V11.5c-1 0-5 1.5-5 4.5c0 4 5 4 5 4v-1M10.07 7.03l1.19.53c.43-2.44 1.58-4.06 1.58-4.06c-.43 1.03-.71 1.88-.89 2.55C13.16 3.55 15.61 2 15.61 2a15.916 15.916 0 0 0-2.64 3.53c1.58-1.68 3.77-2.78 3.77-2.78c-2.69 1.72-3.9 4.45-4.2 5.21l.55.08c0 .52 0 1 .25 1.38C14.1 11.31 18 11.47 18 16s-4.03 6-6.17 6C9.69 22 5 21.03 5 16s4.95-5.07 5.83-7.08c.12-.38-.76-1.89-.76-1.89z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 14c-1 0-3 1-3 2c0 2 3 2 3 2v-1a1 1 0 0 1-1-1a1 1 0 0 1 1-1v-1m0 5s-4-.5-4-2.5c0-3 3-3.75 4-3.75V11.5c-1 0-5 1.5-5 4.5c0 4 5 4 5 4v-1M10.07 7.03l1.19.53c.43-2.44 1.58-4.06 1.58-4.06c-.43 1.03-.71 1.88-.89 2.55C13.16 3.55 15.61 2 15.61 2a15.916 15.916 0 0 0-2.64 3.53c1.58-1.68 3.77-2.78 3.77-2.78c-2.69 1.72-3.9 4.45-4.2 5.21l.55.08c0 .52 0 1 .25 1.38C14.1 11.31 18 11.47 18 16s-4.03 6-6.17 6C9.69 22 5 21.03 5 16s4.95-5.07 5.83-7.08c.12-.38-.76-1.89-.76-1.89z" fill="currentColor"/></svg>
</template>

CSS

.icon-tor {
  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%20d%3D%22M12%2014c-1%200-3%201-3%202c0%202%203%202%203%202v-1a1%201%200%200%201-1-1a1%201%200%200%201%201-1v-1m0%205s-4-.5-4-2.5c0-3%203-3.75%204-3.75V11.5c-1%200-5%201.5-5%204.5c0%204%205%204%205%204v-1M10.07%207.03l1.19.53c.43-2.44%201.58-4.06%201.58-4.06c-.43%201.03-.71%201.88-.89%202.55C13.16%203.55%2015.61%202%2015.61%202a15.916%2015.916%200%200%200-2.64%203.53c1.58-1.68%203.77-2.78%203.77-2.78c-2.69%201.72-3.9%204.45-4.2%205.21l.55.08c0%20.52%200%201%20.25%201.38C14.1%2011.31%2018%2011.47%2018%2016s-4.03%206-6.17%206C9.69%2022%205%2021.03%205%2016s4.95-5.07%205.83-7.08c.12-.38-.76-1.89-.76-1.89z%22%20fill%3D%22currentColor%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%20d%3D%22M12%2014c-1%200-3%201-3%202c0%202%203%202%203%202v-1a1%201%200%200%201-1-1a1%201%200%200%201%201-1v-1m0%205s-4-.5-4-2.5c0-3%203-3.75%204-3.75V11.5c-1%200-5%201.5-5%204.5c0%204%205%204%205%204v-1M10.07%207.03l1.19.53c.43-2.44%201.58-4.06%201.58-4.06c-.43%201.03-.71%201.88-.89%202.55C13.16%203.55%2015.61%202%2015.61%202a15.916%2015.916%200%200%200-2.64%203.53c1.58-1.68%203.77-2.78%203.77-2.78c-2.69%201.72-3.9%204.45-4.2%205.21l.55.08c0%20.52%200%201%20.25%201.38C14.1%2011.31%2018%2011.47%2018%2016s-4.03%206-6.17%206C9.69%2022%205%2021.03%205%2016s4.95-5.07%205.83-7.08c.12-.38-.76-1.89-.76-1.89z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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