nerd icon
nerd from Unicons by Iconscout · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- nerd
- Set
- Unicons
- Style
- Line
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More emoji icons from Unicons
Use the nerd icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.41 8.65v-.06a10 10 0 0 0-18.78-.06a1 1 0 0 0-.08.24A9.9 9.9 0 0 0 2 12a10 10 0 1 0 19.41-3.35M12 4a8 8 0 0 1 6.92 4h-1.2a3 3 0 0 0-4.62.22A3.2 3.2 0 0 0 12 8a3.2 3.2 0 0 0-1.1.22A3 3 0 0 0 6.28 8h-1.2A8 8 0 0 1 12 4m4.5 6a1 1 0 1 1-1-1a1 1 0 0 1 1 1m-7 0a1 1 0 1 1-1-1a1 1 0 0 1 1 1M12 20a8 8 0 0 1-8-8a8.2 8.2 0 0 1 .26-2H5.5a3 3 0 0 0 6 .18a1 1 0 0 1 1 0a3 3 0 0 0 6-.18h1.24a8.2 8.2 0 0 1 .26 2a8 8 0 0 1-8 8m2.36-5.77a3.76 3.76 0 0 1-4.72 0a1 1 0 0 0-1.28 1.54a5.68 5.68 0 0 0 7.28 0a1 1 0 1 0-1.28-1.54"/></svg>
React
import type { SVGProps } from "react";
export function UilNerd(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="M21.41 8.65v-.06a10 10 0 0 0-18.78-.06a1 1 0 0 0-.08.24A9.9 9.9 0 0 0 2 12a10 10 0 1 0 19.41-3.35M12 4a8 8 0 0 1 6.92 4h-1.2a3 3 0 0 0-4.62.22A3.2 3.2 0 0 0 12 8a3.2 3.2 0 0 0-1.1.22A3 3 0 0 0 6.28 8h-1.2A8 8 0 0 1 12 4m4.5 6a1 1 0 1 1-1-1a1 1 0 0 1 1 1m-7 0a1 1 0 1 1-1-1a1 1 0 0 1 1 1M12 20a8 8 0 0 1-8-8a8.2 8.2 0 0 1 .26-2H5.5a3 3 0 0 0 6 .18a1 1 0 0 1 1 0a3 3 0 0 0 6-.18h1.24a8.2 8.2 0 0 1 .26 2a8 8 0 0 1-8 8m2.36-5.77a3.76 3.76 0 0 1-4.72 0a1 1 0 0 0-1.28 1.54a5.68 5.68 0 0 0 7.28 0a1 1 0 1 0-1.28-1.54"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.41 8.65v-.06a10 10 0 0 0-18.78-.06a1 1 0 0 0-.08.24A9.9 9.9 0 0 0 2 12a10 10 0 1 0 19.41-3.35M12 4a8 8 0 0 1 6.92 4h-1.2a3 3 0 0 0-4.62.22A3.2 3.2 0 0 0 12 8a3.2 3.2 0 0 0-1.1.22A3 3 0 0 0 6.28 8h-1.2A8 8 0 0 1 12 4m4.5 6a1 1 0 1 1-1-1a1 1 0 0 1 1 1m-7 0a1 1 0 1 1-1-1a1 1 0 0 1 1 1M12 20a8 8 0 0 1-8-8a8.2 8.2 0 0 1 .26-2H5.5a3 3 0 0 0 6 .18a1 1 0 0 1 1 0a3 3 0 0 0 6-.18h1.24a8.2 8.2 0 0 1 .26 2a8 8 0 0 1-8 8m2.36-5.77a3.76 3.76 0 0 1-4.72 0a1 1 0 0 0-1.28 1.54a5.68 5.68 0 0 0 7.28 0a1 1 0 1 0-1.28-1.54"/></svg> </template>
CSS
.icon-nerd {
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%22M21.41%208.65v-.06a10%2010%200%200%200-18.78-.06a1%201%200%200%200-.08.24A9.9%209.9%200%200%200%202%2012a10%2010%200%201%200%2019.41-3.35M12%204a8%208%200%200%201%206.92%204h-1.2a3%203%200%200%200-4.62.22A3.2%203.2%200%200%200%2012%208a3.2%203.2%200%200%200-1.1.22A3%203%200%200%200%206.28%208h-1.2A8%208%200%200%201%2012%204m4.5%206a1%201%200%201%201-1-1a1%201%200%200%201%201%201m-7%200a1%201%200%201%201-1-1a1%201%200%200%201%201%201M12%2020a8%208%200%200%201-8-8a8.2%208.2%200%200%201%20.26-2H5.5a3%203%200%200%200%206%20.18a1%201%200%200%201%201%200a3%203%200%200%200%206-.18h1.24a8.2%208.2%200%200%201%20.26%202a8%208%200%200%201-8%208m2.36-5.77a3.76%203.76%200%200%201-4.72%200a1%201%200%200%200-1.28%201.54a5.68%205.68%200%200%200%207.28%200a1%201%200%201%200-1.28-1.54%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%22M21.41%208.65v-.06a10%2010%200%200%200-18.78-.06a1%201%200%200%200-.08.24A9.9%209.9%200%200%200%202%2012a10%2010%200%201%200%2019.41-3.35M12%204a8%208%200%200%201%206.92%204h-1.2a3%203%200%200%200-4.62.22A3.2%203.2%200%200%200%2012%208a3.2%203.2%200%200%200-1.1.22A3%203%200%200%200%206.28%208h-1.2A8%208%200%200%201%2012%204m4.5%206a1%201%200%201%201-1-1a1%201%200%200%201%201%201m-7%200a1%201%200%201%201-1-1a1%201%200%200%201%201%201M12%2020a8%208%200%200%201-8-8a8.2%208.2%200%200%201%20.26-2H5.5a3%203%200%200%200%206%20.18a1%201%200%200%201%201%200a3%203%200%200%200%206-.18h1.24a8.2%208.2%200%200%201%20.26%202a8%208%200%200%201-8%208m2.36-5.77a3.76%203.76%200%200%201-4.72%200a1%201%200%200%200-1.28%201.54a5.68%205.68%200%200%200%207.28%200a1%201%200%201%200-1.28-1.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/nerd.svg?color=%231a73e8&size=48