sim3-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.

Name
sim3-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the sim3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.172 20.828C4.343 22 6.229 22 10 22s5.657 0 6.828-1.172S18 17.771 18 14a3.86 3.86 0 0 0-1.136-2.731l-4.133-4.133A3.86 3.86 0 0 0 10 6C6.229 6 4.343 6 3.172 7.172S2 10.229 2 14s0 5.657 1.172 6.828M11 14c.943 0 1.414 0 1.707.293S13 15.057 13 16h-2.5v-2zm-1.5 5H9c-.943 0-1.414 0-1.707-.293S7 17.943 7 17v-1c0-.943 0-1.414.293-1.707S8.057 14 9 14h.5zm1.5 0h-.5v-2H13c0 .943 0 1.414-.293 1.707S11.943 19 11 19" clip-rule="evenodd"/><path d="M6.093 6.093c.123-1.352.41-2.253 1.079-2.921C8.343 2 10.229 2 14 2a3.86 3.86 0 0 1 2.731 1.136l4.133 4.133A3.86 3.86 0 0 1 22 10c0 3.771 0 5.657-1.172 6.828c-.668.669-1.57.956-2.92 1.08C18 16.89 18 15.618 18 14a3.86 3.86 0 0 0-1.136-2.731l-4.133-4.133A3.86 3.86 0 0 0 10.001 6c-1.62 0-2.892 0-3.908.093" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSim3Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M3.172 20.828C4.343 22 6.229 22 10 22s5.657 0 6.828-1.172S18 17.771 18 14a3.86 3.86 0 0 0-1.136-2.731l-4.133-4.133A3.86 3.86 0 0 0 10 6C6.229 6 4.343 6 3.172 7.172S2 10.229 2 14s0 5.657 1.172 6.828M11 14c.943 0 1.414 0 1.707.293S13 15.057 13 16h-2.5v-2zm-1.5 5H9c-.943 0-1.414 0-1.707-.293S7 17.943 7 17v-1c0-.943 0-1.414.293-1.707S8.057 14 9 14h.5zm1.5 0h-.5v-2H13c0 .943 0 1.414-.293 1.707S11.943 19 11 19" clipRule="evenodd"/><path d="M6.093 6.093c.123-1.352.41-2.253 1.079-2.921C8.343 2 10.229 2 14 2a3.86 3.86 0 0 1 2.731 1.136l4.133 4.133A3.86 3.86 0 0 1 22 10c0 3.771 0 5.657-1.172 6.828c-.668.669-1.57.956-2.92 1.08C18 16.89 18 15.618 18 14a3.86 3.86 0 0 0-1.136-2.731l-4.133-4.133A3.86 3.86 0 0 0 10.001 6c-1.62 0-2.892 0-3.908.093" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3.172 20.828C4.343 22 6.229 22 10 22s5.657 0 6.828-1.172S18 17.771 18 14a3.86 3.86 0 0 0-1.136-2.731l-4.133-4.133A3.86 3.86 0 0 0 10 6C6.229 6 4.343 6 3.172 7.172S2 10.229 2 14s0 5.657 1.172 6.828M11 14c.943 0 1.414 0 1.707.293S13 15.057 13 16h-2.5v-2zm-1.5 5H9c-.943 0-1.414 0-1.707-.293S7 17.943 7 17v-1c0-.943 0-1.414.293-1.707S8.057 14 9 14h.5zm1.5 0h-.5v-2H13c0 .943 0 1.414-.293 1.707S11.943 19 11 19" clip-rule="evenodd"/><path d="M6.093 6.093c.123-1.352.41-2.253 1.079-2.921C8.343 2 10.229 2 14 2a3.86 3.86 0 0 1 2.731 1.136l4.133 4.133A3.86 3.86 0 0 1 22 10c0 3.771 0 5.657-1.172 6.828c-.668.669-1.57.956-2.92 1.08C18 16.89 18 15.618 18 14a3.86 3.86 0 0 0-1.136-2.731l-4.133-4.133A3.86 3.86 0 0 0 10.001 6c-1.62 0-2.892 0-3.908.093" opacity=".5"/></g></svg>
</template>

CSS

.icon-sim3-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%2020.828C4.343%2022%206.229%2022%2010%2022s5.657%200%206.828-1.172S18%2017.771%2018%2014a3.86%203.86%200%200%200-1.136-2.731l-4.133-4.133A3.86%203.86%200%200%200%2010%206C6.229%206%204.343%206%203.172%207.172S2%2010.229%202%2014s0%205.657%201.172%206.828M11%2014c.943%200%201.414%200%201.707.293S13%2015.057%2013%2016h-2.5v-2zm-1.5%205H9c-.943%200-1.414%200-1.707-.293S7%2017.943%207%2017v-1c0-.943%200-1.414.293-1.707S8.057%2014%209%2014h.5zm1.5%200h-.5v-2H13c0%20.943%200%201.414-.293%201.707S11.943%2019%2011%2019%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.093%206.093c.123-1.352.41-2.253%201.079-2.921C8.343%202%2010.229%202%2014%202a3.86%203.86%200%200%201%202.731%201.136l4.133%204.133A3.86%203.86%200%200%201%2022%2010c0%203.771%200%205.657-1.172%206.828c-.668.669-1.57.956-2.92%201.08C18%2016.89%2018%2015.618%2018%2014a3.86%203.86%200%200%200-1.136-2.731l-4.133-4.133A3.86%203.86%200%200%200%2010.001%206c-1.62%200-2.892%200-3.908.093%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%2020.828C4.343%2022%206.229%2022%2010%2022s5.657%200%206.828-1.172S18%2017.771%2018%2014a3.86%203.86%200%200%200-1.136-2.731l-4.133-4.133A3.86%203.86%200%200%200%2010%206C6.229%206%204.343%206%203.172%207.172S2%2010.229%202%2014s0%205.657%201.172%206.828M11%2014c.943%200%201.414%200%201.707.293S13%2015.057%2013%2016h-2.5v-2zm-1.5%205H9c-.943%200-1.414%200-1.707-.293S7%2017.943%207%2017v-1c0-.943%200-1.414.293-1.707S8.057%2014%209%2014h.5zm1.5%200h-.5v-2H13c0%20.943%200%201.414-.293%201.707S11.943%2019%2011%2019%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.093%206.093c.123-1.352.41-2.253%201.079-2.921C8.343%202%2010.229%202%2014%202a3.86%203.86%200%200%201%202.731%201.136l4.133%204.133A3.86%203.86%200%200%201%2022%2010c0%203.771%200%205.657-1.172%206.828c-.668.669-1.57.956-2.92%201.08C18%2016.89%2018%2015.618%2018%2014a3.86%203.86%200%200%200-1.136-2.731l-4.133-4.133A3.86%203.86%200%200%200%2010.001%206c-1.62%200-2.892%200-3.908.093%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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