Answers for "html icone"

8

html icons

<!-- Unicons -->
https://iconscout.com/unicons/explore/line
https://iconscout.com/unicons/getting-started/line
<!-- Heroicons -->
https://heroicons.com/
<!-- Font Awesome -->
https://fontawesome.com/v5.15/icons?d=gallery&p=1
<script src="https://kit.fontawesome.com/8aec3381bb.js" crossorigin="anonymous"></script>
Posted by: Guest on October-28-2021
4

html icon

<link rel="shortcut icon" href="path to icon/name of icon.ico" type="image/x-icon" />
Posted by: Guest on February-20-2021
0

how to add icons in html

<html>
<head>

     <script src="https://kit.fontawesome.com/yourcode.js"></script>

   <!--Get your code at fontawesome.com-->
</head>
<body>
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language