Google Blogger Built-in Icons
Blogger Theme Template development is use Built-in icon in your theme. Use svg in <use xlink:href=""></use> tag
txt
https://www.example.blogspot.com//responsive/sprite_v1_6.css.svghtml
<svg fill="currentcolor">
<use
xlink:href="https://www.example.blogspot.com/responsive/sprite_v1_6.css.svg#ic_24_email_dark"
></use>
</svg>html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_24_facebook_dark"></use>
</svg>Google Plus
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_24_googlePlus_dark"></use>
</svg>html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_24_facebook_dark"></use>
</svg>Link
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_24_link_dark"></use>
</svg>html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_24_pinterest_dark"></use>
</svg>html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_24_twitter_dark"></use>
</svg>Add Box
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_add_box_black_24dp"></use>
</svg>Arrow Back
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_arrow_back_black_24dp"
></use>
</svg>Arrow Forward
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_arrow_forward_black_24dp"
></use>
</svg>Chat Bubble
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_check_box_black_24dp"
></use>
</svg>Check Box Outline
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_check_box_outline_blank_black_24dp"
></use>
</svg>Chevron Left
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_chevron_left_black_24dp"
></use>
</svg>Chevron Right
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_chevron_right_black_24dp"
></use>
</svg>Close
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_close_black_24dp"></use>
</svg>Expand Less
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_expand_less_black_24dp"
></use>
</svg>Expand More
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_expand_more_black_24dp"
></use>
</svg>Menu
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_menu_black_24dp"></use>
</svg>Mode Comment
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_mode_comment_black_24dp"
></use>
</svg>More horiz
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_more_horiz_black_24dp"
></use>
</svg>More Vert
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_more_vert_black_24dp"
></use>
</svg>Person
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_person_black_24dp"></use>
</svg>Blogger
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_post_blogger_black_24dp"
></use>
</svg>RSS Feed
html
<svg fill="currentcolor">
<use
xlink:href="/responsive/sprite_v1_6.css.svg#ic_rss_feed_black_24dp"
></use>
</svg>Search
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_search_black_24dp"></use>
</svg>Share
html
<svg fill="currentcolor">
<use xlink:href="/responsive/sprite_v1_6.css.svg#ic_share_black_24dp"></use>
</svg>| Name | Icon | href |
html | ||
html | ||
| Google Plus | html | |
html | ||
| Link | html | |
html | ||
html | ||
| Add Box | html | |
| Arrow Back | html | |
| Arrow Forward | html | |
| Chat Bubble | html | |
| Check Box Outline | html | |
| Chevron Left | html | |
| Chevron Right | html | |
| Expand Less | html | |
| Expand More | html | |
| Close | html | |
| Menu | html | |
| Mode Comment | html | |
| More horiz | html | |
| More Vert | html | |
| Person | html | |
| Blogger | html | |
| RSS Feed | html | |
| Search | html | |
| Share | html |

Join the Discussion