wpbeginner icon
wpbeginner from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- wpbeginner
- 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 wpbeginner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.4 4 4 8.5 4 14c0 1.7.5 3.3 1.4 4.8c-.9.8-1.4 2-1.4 3.2c0 2.8 2.7 5 6 5c2.5 0 4.6-1.2 5.5-3h1c.9 1.8 3 3 5.5 3c3.3 0 6-2.2 6-5c0-1.2-.5-2.4-1.4-3.2c.9-1.4 1.4-3 1.4-4.8c0-5.5-5.4-10-12-10m0 2c5.5 0 10 3.6 10 8c0 .31-.026.611-.07.91c-.006.044-.017.086-.024.13a7 7 0 0 1-.18.786l-.03.106a8 8 0 0 1-.264.697c-.425.95-1.074 1.82-1.932 2.57c1.476.492 2.463 1.567 2.494 2.744C25.962 23.525 24.18 24.9 22 24.9c-1.6 0-3.1-.8-3.7-1.9l-.6-1h-3.4l-.6 1.1c-.6 1.1-2.1 1.9-3.7 1.9c-2.2 0-4-1.4-4-3c0-.197.03-.38.08-.553l.008-.025c.14-.463.418-.83.635-1.117c.435-.472 1.045-.862 1.777-1.106a8 8 0 0 1-1.39-1.586L7.1 17.6a7.2 7.2 0 0 1-.81-1.721l-.005-.012a6 6 0 0 1-.193-.832q-.012-.062-.022-.125A6 6 0 0 1 6 14c0-4.4 4.5-8 10-8m-6 6v3h2v-3zm3 0v3h8v-3zm-2 4.2v1.4c2.5 2.4 6.3 3 9 1.7V18c-2.9 1.1-6.4.5-9-1.8"/></svg>
React
import type { SVGProps } from "react";
export function LaWpbeginner(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 4C9.4 4 4 8.5 4 14c0 1.7.5 3.3 1.4 4.8c-.9.8-1.4 2-1.4 3.2c0 2.8 2.7 5 6 5c2.5 0 4.6-1.2 5.5-3h1c.9 1.8 3 3 5.5 3c3.3 0 6-2.2 6-5c0-1.2-.5-2.4-1.4-3.2c.9-1.4 1.4-3 1.4-4.8c0-5.5-5.4-10-12-10m0 2c5.5 0 10 3.6 10 8c0 .31-.026.611-.07.91c-.006.044-.017.086-.024.13a7 7 0 0 1-.18.786l-.03.106a8 8 0 0 1-.264.697c-.425.95-1.074 1.82-1.932 2.57c1.476.492 2.463 1.567 2.494 2.744C25.962 23.525 24.18 24.9 22 24.9c-1.6 0-3.1-.8-3.7-1.9l-.6-1h-3.4l-.6 1.1c-.6 1.1-2.1 1.9-3.7 1.9c-2.2 0-4-1.4-4-3c0-.197.03-.38.08-.553l.008-.025c.14-.463.418-.83.635-1.117c.435-.472 1.045-.862 1.777-1.106a8 8 0 0 1-1.39-1.586L7.1 17.6a7.2 7.2 0 0 1-.81-1.721l-.005-.012a6 6 0 0 1-.193-.832q-.012-.062-.022-.125A6 6 0 0 1 6 14c0-4.4 4.5-8 10-8m-6 6v3h2v-3zm3 0v3h8v-3zm-2 4.2v1.4c2.5 2.4 6.3 3 9 1.7V18c-2.9 1.1-6.4.5-9-1.8"/></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 4C9.4 4 4 8.5 4 14c0 1.7.5 3.3 1.4 4.8c-.9.8-1.4 2-1.4 3.2c0 2.8 2.7 5 6 5c2.5 0 4.6-1.2 5.5-3h1c.9 1.8 3 3 5.5 3c3.3 0 6-2.2 6-5c0-1.2-.5-2.4-1.4-3.2c.9-1.4 1.4-3 1.4-4.8c0-5.5-5.4-10-12-10m0 2c5.5 0 10 3.6 10 8c0 .31-.026.611-.07.91c-.006.044-.017.086-.024.13a7 7 0 0 1-.18.786l-.03.106a8 8 0 0 1-.264.697c-.425.95-1.074 1.82-1.932 2.57c1.476.492 2.463 1.567 2.494 2.744C25.962 23.525 24.18 24.9 22 24.9c-1.6 0-3.1-.8-3.7-1.9l-.6-1h-3.4l-.6 1.1c-.6 1.1-2.1 1.9-3.7 1.9c-2.2 0-4-1.4-4-3c0-.197.03-.38.08-.553l.008-.025c.14-.463.418-.83.635-1.117c.435-.472 1.045-.862 1.777-1.106a8 8 0 0 1-1.39-1.586L7.1 17.6a7.2 7.2 0 0 1-.81-1.721l-.005-.012a6 6 0 0 1-.193-.832q-.012-.062-.022-.125A6 6 0 0 1 6 14c0-4.4 4.5-8 10-8m-6 6v3h2v-3zm3 0v3h8v-3zm-2 4.2v1.4c2.5 2.4 6.3 3 9 1.7V18c-2.9 1.1-6.4.5-9-1.8"/></svg> </template>
CSS
.icon-wpbeginner {
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%204C9.4%204%204%208.5%204%2014c0%201.7.5%203.3%201.4%204.8c-.9.8-1.4%202-1.4%203.2c0%202.8%202.7%205%206%205c2.5%200%204.6-1.2%205.5-3h1c.9%201.8%203%203%205.5%203c3.3%200%206-2.2%206-5c0-1.2-.5-2.4-1.4-3.2c.9-1.4%201.4-3%201.4-4.8c0-5.5-5.4-10-12-10m0%202c5.5%200%2010%203.6%2010%208c0%20.31-.026.611-.07.91c-.006.044-.017.086-.024.13a7%207%200%200%201-.18.786l-.03.106a8%208%200%200%201-.264.697c-.425.95-1.074%201.82-1.932%202.57c1.476.492%202.463%201.567%202.494%202.744C25.962%2023.525%2024.18%2024.9%2022%2024.9c-1.6%200-3.1-.8-3.7-1.9l-.6-1h-3.4l-.6%201.1c-.6%201.1-2.1%201.9-3.7%201.9c-2.2%200-4-1.4-4-3c0-.197.03-.38.08-.553l.008-.025c.14-.463.418-.83.635-1.117c.435-.472%201.045-.862%201.777-1.106a8%208%200%200%201-1.39-1.586L7.1%2017.6a7.2%207.2%200%200%201-.81-1.721l-.005-.012a6%206%200%200%201-.193-.832q-.012-.062-.022-.125A6%206%200%200%201%206%2014c0-4.4%204.5-8%2010-8m-6%206v3h2v-3zm3%200v3h8v-3zm-2%204.2v1.4c2.5%202.4%206.3%203%209%201.7V18c-2.9%201.1-6.4.5-9-1.8%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%204C9.4%204%204%208.5%204%2014c0%201.7.5%203.3%201.4%204.8c-.9.8-1.4%202-1.4%203.2c0%202.8%202.7%205%206%205c2.5%200%204.6-1.2%205.5-3h1c.9%201.8%203%203%205.5%203c3.3%200%206-2.2%206-5c0-1.2-.5-2.4-1.4-3.2c.9-1.4%201.4-3%201.4-4.8c0-5.5-5.4-10-12-10m0%202c5.5%200%2010%203.6%2010%208c0%20.31-.026.611-.07.91c-.006.044-.017.086-.024.13a7%207%200%200%201-.18.786l-.03.106a8%208%200%200%201-.264.697c-.425.95-1.074%201.82-1.932%202.57c1.476.492%202.463%201.567%202.494%202.744C25.962%2023.525%2024.18%2024.9%2022%2024.9c-1.6%200-3.1-.8-3.7-1.9l-.6-1h-3.4l-.6%201.1c-.6%201.1-2.1%201.9-3.7%201.9c-2.2%200-4-1.4-4-3c0-.197.03-.38.08-.553l.008-.025c.14-.463.418-.83.635-1.117c.435-.472%201.045-.862%201.777-1.106a8%208%200%200%201-1.39-1.586L7.1%2017.6a7.2%207.2%200%200%201-.81-1.721l-.005-.012a6%206%200%200%201-.193-.832q-.012-.062-.022-.125A6%206%200%200%201%206%2014c0-4.4%204.5-8%2010-8m-6%206v3h2v-3zm3%200v3h8v-3zm-2%204.2v1.4c2.5%202.4%206.3%203%209%201.7V18c-2.9%201.1-6.4.5-9-1.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wpbeginner.svg?color=%231a73e8&size=48