wpexplorer icon
wpexplorer from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- wpexplorer
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the wpexplorer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13S23.2 3 16 3m0 2c6.1 0 11 4.9 11 11s-4.9 11-11 11S5 22.1 5 16S9.9 5 16 5m-4.8 5l-1.8 4.3l4.3 1.8l1.8-4.3zm4.8 2.6L14.6 16l3.3 1.4l.016-.035l.084.035l1.5-3.4zm4 2.1l-1.1 2.7l2.7 1.1l1.2-2.7zm-5.7 1.9l-.3.6l1.1.5l-2.5 5.3h.7l2.4-4.9l2.5 4.9h.7l-2.3-4.6l.8.3l.3-.7z"/></svg>
React
import type { SVGProps } from "react";
export function LaWpexplorer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13S23.2 3 16 3m0 2c6.1 0 11 4.9 11 11s-4.9 11-11 11S5 22.1 5 16S9.9 5 16 5m-4.8 5l-1.8 4.3l4.3 1.8l1.8-4.3zm4.8 2.6L14.6 16l3.3 1.4l.016-.035l.084.035l1.5-3.4zm4 2.1l-1.1 2.7l2.7 1.1l1.2-2.7zm-5.7 1.9l-.3.6l1.1.5l-2.5 5.3h.7l2.4-4.9l2.5 4.9h.7l-2.3-4.6l.8.3l.3-.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13S23.2 3 16 3m0 2c6.1 0 11 4.9 11 11s-4.9 11-11 11S5 22.1 5 16S9.9 5 16 5m-4.8 5l-1.8 4.3l4.3 1.8l1.8-4.3zm4.8 2.6L14.6 16l3.3 1.4l.016-.035l.084.035l1.5-3.4zm4 2.1l-1.1 2.7l2.7 1.1l1.2-2.7zm-5.7 1.9l-.3.6l1.1.5l-2.5 5.3h.7l2.4-4.9l2.5 4.9h.7l-2.3-4.6l.8.3l.3-.7z"/></svg> </template>
CSS
.icon-wpexplorer {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.8%203%203%208.8%203%2016s5.8%2013%2013%2013s13-5.8%2013-13S23.2%203%2016%203m0%202c6.1%200%2011%204.9%2011%2011s-4.9%2011-11%2011S5%2022.1%205%2016S9.9%205%2016%205m-4.8%205l-1.8%204.3l4.3%201.8l1.8-4.3zm4.8%202.6L14.6%2016l3.3%201.4l.016-.035l.084.035l1.5-3.4zm4%202.1l-1.1%202.7l2.7%201.1l1.2-2.7zm-5.7%201.9l-.3.6l1.1.5l-2.5%205.3h.7l2.4-4.9l2.5%204.9h.7l-2.3-4.6l.8.3l.3-.7z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.8%203%203%208.8%203%2016s5.8%2013%2013%2013s13-5.8%2013-13S23.2%203%2016%203m0%202c6.1%200%2011%204.9%2011%2011s-4.9%2011-11%2011S5%2022.1%205%2016S9.9%205%2016%205m-4.8%205l-1.8%204.3l4.3%201.8l1.8-4.3zm4.8%202.6L14.6%2016l3.3%201.4l.016-.035l.084.035l1.5-3.4zm4%202.1l-1.1%202.7l2.7%201.1l1.2-2.7zm-5.7%201.9l-.3.6l1.1.5l-2.5%205.3h.7l2.4-4.9l2.5%204.9h.7l-2.3-4.6l.8.3l.3-.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wpexplorer.svg?color=%231a73e8&size=48