scan logo
scan from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- scan
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
scan-outlinedAnt Design IconsscanBoxIcons v2scanCarbonscan-16-filledFluent UI System Iconsscancss.ggscanHuge IconsscanIconParkscanIconPark OutlinescanIonIconsscanLucidescanMage IconsscanMaterial SymbolsscanMaterial Symbols Lightscan-fillMingCute IconscanMyna UI IconsscanPhosphorscan-fillRemix IconscanTabler IconsscanTDesign Iconsscan-outlineTeenyicons
Use the scan logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.363 9.13a5.8 5.8 0 0 1 0 5.285l-3.376 5.948a6.11 6.11 0 0 1-4.603 2.853h-6.76a6.09 6.09 0 0 1-4.605-2.83l-3.384-6.03a5.8 5.8 0 0 1 0-5.276l3.384-5.806A5.73 5.73 0 0 1 8.623.784h6.76a5.74 5.74 0 0 1 4.605 2.49zm-14.47 5.94a2.22 2.22 0 0 0-1.542.73a5.41 5.41 0 0 0 4.43 2.44a4.305 4.305 0 0 0 4.886-3.716c.124-3.02-2.04-3.834-4.264-4.248c-1.12-.232-2.207-.382-2.207-1.427c0-.888.946-1.26 1.95-1.26a2.49 2.49 0 0 1 2.132 1.21l2.182-1.46a4.98 4.98 0 0 0-4.314-2.256c-2.298 0-4.513 1.27-4.662 3.683c0 2.821 2.04 3.759 4.048 4.066c1.319.183 2.489.43 2.489 1.535c0 1.302-1.012 1.6-2.15 1.6c-1.658 0-1.658-.88-2.92-.88"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsScan(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="M23.363 9.13a5.8 5.8 0 0 1 0 5.285l-3.376 5.948a6.11 6.11 0 0 1-4.603 2.853h-6.76a6.09 6.09 0 0 1-4.605-2.83l-3.384-6.03a5.8 5.8 0 0 1 0-5.276l3.384-5.806A5.73 5.73 0 0 1 8.623.784h6.76a5.74 5.74 0 0 1 4.605 2.49zm-14.47 5.94a2.22 2.22 0 0 0-1.542.73a5.41 5.41 0 0 0 4.43 2.44a4.305 4.305 0 0 0 4.886-3.716c.124-3.02-2.04-3.834-4.264-4.248c-1.12-.232-2.207-.382-2.207-1.427c0-.888.946-1.26 1.95-1.26a2.49 2.49 0 0 1 2.132 1.21l2.182-1.46a4.98 4.98 0 0 0-4.314-2.256c-2.298 0-4.513 1.27-4.662 3.683c0 2.821 2.04 3.759 4.048 4.066c1.319.183 2.489.43 2.489 1.535c0 1.302-1.012 1.6-2.15 1.6c-1.658 0-1.658-.88-2.92-.88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.363 9.13a5.8 5.8 0 0 1 0 5.285l-3.376 5.948a6.11 6.11 0 0 1-4.603 2.853h-6.76a6.09 6.09 0 0 1-4.605-2.83l-3.384-6.03a5.8 5.8 0 0 1 0-5.276l3.384-5.806A5.73 5.73 0 0 1 8.623.784h6.76a5.74 5.74 0 0 1 4.605 2.49zm-14.47 5.94a2.22 2.22 0 0 0-1.542.73a5.41 5.41 0 0 0 4.43 2.44a4.305 4.305 0 0 0 4.886-3.716c.124-3.02-2.04-3.834-4.264-4.248c-1.12-.232-2.207-.382-2.207-1.427c0-.888.946-1.26 1.95-1.26a2.49 2.49 0 0 1 2.132 1.21l2.182-1.46a4.98 4.98 0 0 0-4.314-2.256c-2.298 0-4.513 1.27-4.662 3.683c0 2.821 2.04 3.759 4.048 4.066c1.319.183 2.489.43 2.489 1.535c0 1.302-1.012 1.6-2.15 1.6c-1.658 0-1.658-.88-2.92-.88"/></svg> </template>
CSS
.icon-scan {
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%22M23.363%209.13a5.8%205.8%200%200%201%200%205.285l-3.376%205.948a6.11%206.11%200%200%201-4.603%202.853h-6.76a6.09%206.09%200%200%201-4.605-2.83l-3.384-6.03a5.8%205.8%200%200%201%200-5.276l3.384-5.806A5.73%205.73%200%200%201%208.623.784h6.76a5.74%205.74%200%200%201%204.605%202.49zm-14.47%205.94a2.22%202.22%200%200%200-1.542.73a5.41%205.41%200%200%200%204.43%202.44a4.305%204.305%200%200%200%204.886-3.716c.124-3.02-2.04-3.834-4.264-4.248c-1.12-.232-2.207-.382-2.207-1.427c0-.888.946-1.26%201.95-1.26a2.49%202.49%200%200%201%202.132%201.21l2.182-1.46a4.98%204.98%200%200%200-4.314-2.256c-2.298%200-4.513%201.27-4.662%203.683c0%202.821%202.04%203.759%204.048%204.066c1.319.183%202.489.43%202.489%201.535c0%201.302-1.012%201.6-2.15%201.6c-1.658%200-1.658-.88-2.92-.88%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%22M23.363%209.13a5.8%205.8%200%200%201%200%205.285l-3.376%205.948a6.11%206.11%200%200%201-4.603%202.853h-6.76a6.09%206.09%200%200%201-4.605-2.83l-3.384-6.03a5.8%205.8%200%200%201%200-5.276l3.384-5.806A5.73%205.73%200%200%201%208.623.784h6.76a5.74%205.74%200%200%201%204.605%202.49zm-14.47%205.94a2.22%202.22%200%200%200-1.542.73a5.41%205.41%200%200%200%204.43%202.44a4.305%204.305%200%200%200%204.886-3.716c.124-3.02-2.04-3.834-4.264-4.248c-1.12-.232-2.207-.382-2.207-1.427c0-.888.946-1.26%201.95-1.26a2.49%202.49%200%200%201%202.132%201.21l2.182-1.46a4.98%204.98%200%200%200-4.314-2.256c-2.298%200-4.513%201.27-4.662%203.683c0%202.821%202.04%203.759%204.048%204.066c1.319.183%202.489.43%202.489%201.535c0%201.302-1.012%201.6-2.15%201.6c-1.658%200-1.658-.88-2.92-.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/scan.svg?color=%231a73e8&size=48