scan smiley icon

scan-smiley-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
scan-smiley-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the scan smiley icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 40v36a6 6 0 0 1-12 0V46h-30a6 6 0 0 1 0-12h36a6 6 0 0 1 6 6m-6 134a6 6 0 0 0-6 6v30h-30a6 6 0 0 0 0 12h36a6 6 0 0 0 6-6v-36a6 6 0 0 0-6-6M76 210H46v-30a6 6 0 0 0-12 0v36a6 6 0 0 0 6 6h36a6 6 0 0 0 0-12M40 82a6 6 0 0 0 6-6V46h30a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6m88 116a70 70 0 1 1 70-70a70.08 70.08 0 0 1-70 70m58-70a58 58 0 1 0-58 58a58.07 58.07 0 0 0 58-58m-72-12a10 10 0 1 0-10 10a10 10 0 0 0 10-10m38-10a10 10 0 1 0 10 10a10 10 0 0 0-10-10m-4 41.5c-4.2 3.71-12.81 6.5-20 6.5s-15.83-2.79-20-6.5a6 6 0 0 0-7.94 9c7.44 6.56 19.41 9.5 28 9.5s20.53-2.94 28-9.5a6 6 0 1 0-7.94-9Z"/></svg>

React

import type { SVGProps } from "react";

export function PhScanSmileyLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 40v36a6 6 0 0 1-12 0V46h-30a6 6 0 0 1 0-12h36a6 6 0 0 1 6 6m-6 134a6 6 0 0 0-6 6v30h-30a6 6 0 0 0 0 12h36a6 6 0 0 0 6-6v-36a6 6 0 0 0-6-6M76 210H46v-30a6 6 0 0 0-12 0v36a6 6 0 0 0 6 6h36a6 6 0 0 0 0-12M40 82a6 6 0 0 0 6-6V46h30a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6m88 116a70 70 0 1 1 70-70a70.08 70.08 0 0 1-70 70m58-70a58 58 0 1 0-58 58a58.07 58.07 0 0 0 58-58m-72-12a10 10 0 1 0-10 10a10 10 0 0 0 10-10m38-10a10 10 0 1 0 10 10a10 10 0 0 0-10-10m-4 41.5c-4.2 3.71-12.81 6.5-20 6.5s-15.83-2.79-20-6.5a6 6 0 0 0-7.94 9c7.44 6.56 19.41 9.5 28 9.5s20.53-2.94 28-9.5a6 6 0 1 0-7.94-9Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 40v36a6 6 0 0 1-12 0V46h-30a6 6 0 0 1 0-12h36a6 6 0 0 1 6 6m-6 134a6 6 0 0 0-6 6v30h-30a6 6 0 0 0 0 12h36a6 6 0 0 0 6-6v-36a6 6 0 0 0-6-6M76 210H46v-30a6 6 0 0 0-12 0v36a6 6 0 0 0 6 6h36a6 6 0 0 0 0-12M40 82a6 6 0 0 0 6-6V46h30a6 6 0 0 0 0-12H40a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6m88 116a70 70 0 1 1 70-70a70.08 70.08 0 0 1-70 70m58-70a58 58 0 1 0-58 58a58.07 58.07 0 0 0 58-58m-72-12a10 10 0 1 0-10 10a10 10 0 0 0 10-10m38-10a10 10 0 1 0 10 10a10 10 0 0 0-10-10m-4 41.5c-4.2 3.71-12.81 6.5-20 6.5s-15.83-2.79-20-6.5a6 6 0 0 0-7.94 9c7.44 6.56 19.41 9.5 28 9.5s20.53-2.94 28-9.5a6 6 0 1 0-7.94-9Z"/></svg>
</template>

CSS

.icon-scan-smiley-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M222%2040v36a6%206%200%200%201-12%200V46h-30a6%206%200%200%201%200-12h36a6%206%200%200%201%206%206m-6%20134a6%206%200%200%200-6%206v30h-30a6%206%200%200%200%200%2012h36a6%206%200%200%200%206-6v-36a6%206%200%200%200-6-6M76%20210H46v-30a6%206%200%200%200-12%200v36a6%206%200%200%200%206%206h36a6%206%200%200%200%200-12M40%2082a6%206%200%200%200%206-6V46h30a6%206%200%200%200%200-12H40a6%206%200%200%200-6%206v36a6%206%200%200%200%206%206m88%20116a70%2070%200%201%201%2070-70a70.08%2070.08%200%200%201-70%2070m58-70a58%2058%200%201%200-58%2058a58.07%2058.07%200%200%200%2058-58m-72-12a10%2010%200%201%200-10%2010a10%2010%200%200%200%2010-10m38-10a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m-4%2041.5c-4.2%203.71-12.81%206.5-20%206.5s-15.83-2.79-20-6.5a6%206%200%200%200-7.94%209c7.44%206.56%2019.41%209.5%2028%209.5s20.53-2.94%2028-9.5a6%206%200%201%200-7.94-9Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M222%2040v36a6%206%200%200%201-12%200V46h-30a6%206%200%200%201%200-12h36a6%206%200%200%201%206%206m-6%20134a6%206%200%200%200-6%206v30h-30a6%206%200%200%200%200%2012h36a6%206%200%200%200%206-6v-36a6%206%200%200%200-6-6M76%20210H46v-30a6%206%200%200%200-12%200v36a6%206%200%200%200%206%206h36a6%206%200%200%200%200-12M40%2082a6%206%200%200%200%206-6V46h30a6%206%200%200%200%200-12H40a6%206%200%200%200-6%206v36a6%206%200%200%200%206%206m88%20116a70%2070%200%201%201%2070-70a70.08%2070.08%200%200%201-70%2070m58-70a58%2058%200%201%200-58%2058a58.07%2058.07%200%200%200%2058-58m-72-12a10%2010%200%201%200-10%2010a10%2010%200%200%200%2010-10m38-10a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m-4%2041.5c-4.2%203.71-12.81%206.5-20%206.5s-15.83-2.79-20-6.5a6%206%200%200%200-7.94%209c7.44%206.56%2019.41%209.5%2028%209.5s20.53-2.94%2028-9.5a6%206%200%201%200-7.94-9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scan-smiley-light.svg?color=%231a73e8&size=48