sim from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
sim
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All sim icons →

More devices icons from Reicon

Use the sim icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.62 2.762A8 8 0 0 0 12 2.75c-2.378 0-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176s4.086-.002 5.386-.176c1.279-.172 2.05-.5 2.62-1.069c.569-.57.896-1.34 1.068-2.619c.174-1.3.176-3.008.176-5.386c0-.353 0-.487-.012-.62a3.3 3.3 0 0 0-.749-1.807a8 8 0 0 0-.439-.457L14.884 3.95a8 8 0 0 0-.457-.44a3.3 3.3 0 0 0-1.806-.748m-.588-1.512c.311 0 .512 0 .719.018a4.8 4.8 0 0 1 2.64 1.094c.16.133.305.279.53.504l.024.023l5.19 5.19c.224.225.37.37.503.53a4.8 4.8 0 0 1 1.094 2.64c.018.207.018.408.018.72v.088c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19zm-.57 10h1.076c.67 0 1.229 0 1.681.046c.474.048.913.153 1.309.418c.3.2.558.458.758.758c.265.396.37.836.418 1.309c.046.452.046 1.011.046 1.68v.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.418 1.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046h-1.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8 2.8 0 0 1-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-.077c0-.67 0-1.229.046-1.681c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046m-1.53 1.538c-.354.036-.518.1-.626.173a1.3 1.3 0 0 0-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038 1.567c0 .718 0 1.2.038 1.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.323.033.734.037 1.317.038v-5.5c-.583 0-.994.005-1.317.038m2.818-.038v2h2.497a9 9 0 0 0-.035-.817c-.036-.355-.1-.519-.173-.627a1.3 1.3 0 0 0-.344-.345c-.109-.073-.273-.137-.628-.173c-.323-.033-.734-.037-1.317-.038m2.497 3.5H12.75v2c.583 0 .994-.005 1.317-.038c.355-.036.519-.1.627-.173a1.3 1.3 0 0 0 .345-.344c.073-.109.137-.273.173-.628a9 9 0 0 0 .035-.817" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSim(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" fillRule="evenodd" d="M12.62 2.762A8 8 0 0 0 12 2.75c-2.378 0-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176s4.086-.002 5.386-.176c1.279-.172 2.05-.5 2.62-1.069c.569-.57.896-1.34 1.068-2.619c.174-1.3.176-3.008.176-5.386c0-.353 0-.487-.012-.62a3.3 3.3 0 0 0-.749-1.807a8 8 0 0 0-.439-.457L14.884 3.95a8 8 0 0 0-.457-.44a3.3 3.3 0 0 0-1.806-.748m-.588-1.512c.311 0 .512 0 .719.018a4.8 4.8 0 0 1 2.64 1.094c.16.133.305.279.53.504l.024.023l5.19 5.19c.224.225.37.37.503.53a4.8 4.8 0 0 1 1.094 2.64c.018.207.018.408.018.72v.088c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19zm-.57 10h1.076c.67 0 1.229 0 1.681.046c.474.048.913.153 1.309.418c.3.2.558.458.758.758c.265.396.37.836.418 1.309c.046.452.046 1.011.046 1.68v.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.418 1.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046h-1.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8 2.8 0 0 1-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-.077c0-.67 0-1.229.046-1.681c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046m-1.53 1.538c-.354.036-.518.1-.626.173a1.3 1.3 0 0 0-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038 1.567c0 .718 0 1.2.038 1.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.323.033.734.037 1.317.038v-5.5c-.583 0-.994.005-1.317.038m2.818-.038v2h2.497a9 9 0 0 0-.035-.817c-.036-.355-.1-.519-.173-.627a1.3 1.3 0 0 0-.344-.345c-.109-.073-.273-.137-.628-.173c-.323-.033-.734-.037-1.317-.038m2.497 3.5H12.75v2c.583 0 .994-.005 1.317-.038c.355-.036.519-.1.627-.173a1.3 1.3 0 0 0 .345-.344c.073-.109.137-.273.173-.628a9 9 0 0 0 .035-.817" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.62 2.762A8 8 0 0 0 12 2.75c-2.378 0-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068c1.3.174 3.008.176 5.386.176s4.086-.002 5.386-.176c1.279-.172 2.05-.5 2.62-1.069c.569-.57.896-1.34 1.068-2.619c.174-1.3.176-3.008.176-5.386c0-.353 0-.487-.012-.62a3.3 3.3 0 0 0-.749-1.807a8 8 0 0 0-.439-.457L14.884 3.95a8 8 0 0 0-.457-.44a3.3 3.3 0 0 0-1.806-.748m-.588-1.512c.311 0 .512 0 .719.018a4.8 4.8 0 0 1 2.64 1.094c.16.133.305.279.53.504l.024.023l5.19 5.19c.224.225.37.37.503.53a4.8 4.8 0 0 1 1.094 2.64c.018.207.018.408.018.72v.088c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19zm-.57 10h1.076c.67 0 1.229 0 1.681.046c.474.048.913.153 1.309.418c.3.2.558.458.758.758c.265.396.37.836.418 1.309c.046.452.046 1.011.046 1.68v.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.418 1.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046h-1.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8 2.8 0 0 1-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-.077c0-.67 0-1.229.046-1.681c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046m-1.53 1.538c-.354.036-.518.1-.626.173a1.3 1.3 0 0 0-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038 1.567c0 .718 0 1.2.038 1.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.323.033.734.037 1.317.038v-5.5c-.583 0-.994.005-1.317.038m2.818-.038v2h2.497a9 9 0 0 0-.035-.817c-.036-.355-.1-.519-.173-.627a1.3 1.3 0 0 0-.344-.345c-.109-.073-.273-.137-.628-.173c-.323-.033-.734-.037-1.317-.038m2.497 3.5H12.75v2c.583 0 .994-.005 1.317-.038c.355-.036.519-.1.627-.173a1.3 1.3 0 0 0 .345-.344c.073-.109.137-.273.173-.628a9 9 0 0 0 .035-.817" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sim {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.62%202.762A8%208%200%200%200%2012%202.75c-2.378%200-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.57.569%201.34.896%202.619%201.068c1.3.174%203.008.176%205.386.176s4.086-.002%205.386-.176c1.279-.172%202.05-.5%202.62-1.069c.569-.57.896-1.34%201.068-2.619c.174-1.3.176-3.008.176-5.386c0-.353%200-.487-.012-.62a3.3%203.3%200%200%200-.749-1.807a8%208%200%200%200-.439-.457L14.884%203.95a8%208%200%200%200-.457-.44a3.3%203.3%200%200%200-1.806-.748m-.588-1.512c.311%200%20.512%200%20.719.018a4.8%204.8%200%200%201%202.64%201.094c.16.133.305.279.53.504l.024.023l5.19%205.19c.224.225.37.37.503.53a4.8%204.8%200%200%201%201.094%202.64c.018.207.018.408.018.72v.088c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19zm-.57%2010h1.076c.67%200%201.229%200%201.681.046c.474.048.913.153%201.309.418c.3.2.558.458.758.758c.265.396.37.836.418%201.309c.046.452.046%201.011.046%201.68v.077c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.418%201.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046h-1.077c-.67%200-1.229%200-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8%202.8%200%200%201-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-.077c0-.67%200-1.229.046-1.681c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37%201.308-.418c.452-.046%201.011-.046%201.68-.046m-1.53%201.538c-.354.036-.518.1-.626.173a1.3%201.3%200%200%200-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038%201.567c0%20.718%200%201.2.038%201.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.323.033.734.037%201.317.038v-5.5c-.583%200-.994.005-1.317.038m2.818-.038v2h2.497a9%209%200%200%200-.035-.817c-.036-.355-.1-.519-.173-.627a1.3%201.3%200%200%200-.344-.345c-.109-.073-.273-.137-.628-.173c-.323-.033-.734-.037-1.317-.038m2.497%203.5H12.75v2c.583%200%20.994-.005%201.317-.038c.355-.036.519-.1.627-.173a1.3%201.3%200%200%200%20.345-.344c.073-.109.137-.273.173-.628a9%209%200%200%200%20.035-.817%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.62%202.762A8%208%200%200%200%2012%202.75c-2.378%200-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.57.569%201.34.896%202.619%201.068c1.3.174%203.008.176%205.386.176s4.086-.002%205.386-.176c1.279-.172%202.05-.5%202.62-1.069c.569-.57.896-1.34%201.068-2.619c.174-1.3.176-3.008.176-5.386c0-.353%200-.487-.012-.62a3.3%203.3%200%200%200-.749-1.807a8%208%200%200%200-.439-.457L14.884%203.95a8%208%200%200%200-.457-.44a3.3%203.3%200%200%200-1.806-.748m-.588-1.512c.311%200%20.512%200%20.719.018a4.8%204.8%200%200%201%202.64%201.094c.16.133.305.279.53.504l.024.023l5.19%205.19c.224.225.37.37.503.53a4.8%204.8%200%200%201%201.094%202.64c.018.207.018.408.018.72v.088c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19zm-.57%2010h1.076c.67%200%201.229%200%201.681.046c.474.048.913.153%201.309.418c.3.2.558.458.758.758c.265.396.37.836.418%201.309c.046.452.046%201.011.046%201.68v.077c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.418%201.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046h-1.077c-.67%200-1.229%200-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8%202.8%200%200%201-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-.077c0-.67%200-1.229.046-1.681c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37%201.308-.418c.452-.046%201.011-.046%201.68-.046m-1.53%201.538c-.354.036-.518.1-.626.173a1.3%201.3%200%200%200-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038%201.567c0%20.718%200%201.2.038%201.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.323.033.734.037%201.317.038v-5.5c-.583%200-.994.005-1.317.038m2.818-.038v2h2.497a9%209%200%200%200-.035-.817c-.036-.355-.1-.519-.173-.627a1.3%201.3%200%200%200-.344-.345c-.109-.073-.273-.137-.628-.173c-.323-.033-.734-.037-1.317-.038m2.497%203.5H12.75v2c.583%200%20.994-.005%201.317-.038c.355-.036.519-.1.627-.173a1.3%201.3%200%200%200%20.345-.344c.073-.109.137-.273.173-.628a9%209%200%200%200%20.035-.817%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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