file smile icon
file-smile-linear from Solar by 480 Design · Linear · Files · CC-BY-4.0 Attribution required.
- Name
- file-smile-linear
- Set
- Solar
- Style
- Linear
- Category
- Files
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More files icons from Solar
file-add-boldfile-badge-boldfile-boldfile-braces-boldfile-chart-2-boldfile-chart-boldfile-check-boldfile-cloud-boldfile-code-boldfile-cog-boldfile-corrupted-boldfile-download-boldfile-favorite-boldfile-figma-boldfile-left-boldfile-minus-boldfile-pen-boldfile-question-mark-boldfile-remove-boldfile-right-boldfile-search-boldfile-send-boldfile-signal-boldfile-sliders-bold
Use the file smile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linejoin="round" stroke-width="1.5" d="M10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22Z"/><path stroke-linejoin="round" stroke-width="1.5" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 17.5C10.8167 18.7111 13.1833 18.7111 15 17.5"/><ellipse cx="7" cy="14.5" rx=".5" ry="1"/><ellipse cx="17" cy="14.5" rx=".5" ry="1"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarFileSmileLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path strokeLinejoin="round" strokeWidth="1.5" d="M10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22Z"/><path strokeLinejoin="round" strokeWidth="1.5" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9 17.5C10.8167 18.7111 13.1833 18.7111 15 17.5"/><ellipse cx="7" cy="14.5" rx=".5" ry="1"/><ellipse cx="17" cy="14.5" rx=".5" ry="1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linejoin="round" stroke-width="1.5" d="M10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14V13.5629C22 11.8083 22 10.931 21.654 10.1541C21.308 9.3772 20.6559 8.79032 19.3517 7.61654L15.3929 4.05365C14.2651 3.03857 13.7012 2.53104 13.0092 2.26552C12.3173 2 11.5548 2 10.0298 2C6.23869 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22Z"/><path stroke-linejoin="round" stroke-width="1.5" d="M13 2.5V5C13 7.35702 13 8.53553 13.7322 9.26777C14.4645 10 15.643 10 18 10H22"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 17.5C10.8167 18.7111 13.1833 18.7111 15 17.5"/><ellipse cx="7" cy="14.5" rx=".5" ry="1"/><ellipse cx="17" cy="14.5" rx=".5" ry="1"/></g></svg> </template>
CSS
.icon-file-smile-linear {
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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014V13.5629C22%2011.8083%2022%2010.931%2021.654%2010.1541C21.308%209.3772%2020.6559%208.79032%2019.3517%207.61654L15.3929%204.05365C14.2651%203.03857%2013.7012%202.53104%2013.0092%202.26552C12.3173%202%2011.5548%202%2010.0298%202C6.23869%202%204.34315%202%203.17157%203.17157C2%204.34315%202%206.22876%202%2010V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%202.5V5C13%207.35702%2013%208.53553%2013.7322%209.26777C14.4645%2010%2015.643%2010%2018%2010H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2017.5C10.8167%2018.7111%2013.1833%2018.7111%2015%2017.5%22%2F%3E%3Cellipse%20cx%3D%227%22%20cy%3D%2214.5%22%20rx%3D%22.5%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2217%22%20cy%3D%2214.5%22%20rx%3D%22.5%22%20ry%3D%221%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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014V13.5629C22%2011.8083%2022%2010.931%2021.654%2010.1541C21.308%209.3772%2020.6559%208.79032%2019.3517%207.61654L15.3929%204.05365C14.2651%203.03857%2013.7012%202.53104%2013.0092%202.26552C12.3173%202%2011.5548%202%2010.0298%202C6.23869%202%204.34315%202%203.17157%203.17157C2%204.34315%202%206.22876%202%2010V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%202.5V5C13%207.35702%2013%208.53553%2013.7322%209.26777C14.4645%2010%2015.643%2010%2018%2010H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2017.5C10.8167%2018.7111%2013.1833%2018.7111%2015%2017.5%22%2F%3E%3Cellipse%20cx%3D%227%22%20cy%3D%2214.5%22%20rx%3D%22.5%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2217%22%20cy%3D%2214.5%22%20rx%3D%22.5%22%20ry%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/file-smile-linear.svg?color=%231a73e8&size=48