wordpress simple icon
wordpress-simple from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- wordpress-simple
- 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 wordpress simple 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.828 3 3 8.828 3 16s5.828 13 13 13s13-5.828 13-13S23.172 3 16 3m0 2.168c2.825 0 5.382 1.079 7.307 2.838c-.042-.001-.083-.012-.135-.012c-1.062 0-1.754.93-1.754 1.928c0 .899.453 1.648 1.006 2.547c.41.715.889 1.646.889 2.978c0 .932-.348 2.004-.825 3.51l-1.07 3.607l-4.066-12.527a24 24 0 0 0 1.234-.098c.585-.065.52-.931-.065-.898c0 0-1.754.14-2.892.14c-1.061 0-2.85-.14-2.85-.14c-.585-.033-.65.866-.064.898c0 0 .552.065 1.137.098l1.824 5.508l-2.364 7.107L9.215 10.04a23 23 0 0 0 1.246-.098c.585-.065.51-.931-.065-.898c0 0-1.681.133-2.82.139A10.8 10.8 0 0 1 16 5.168m9.512 5.633A10.8 10.8 0 0 1 26.832 16a10.8 10.8 0 0 1-5.383 9.36l3.305-9.565c.617-1.538.822-2.774.822-3.879c0-.401-.02-.76-.062-1.105zm-19.309.584l5.063 14.355A10.8 10.8 0 0 1 5.168 16c0-1.655.377-3.215 1.035-4.615m9.98 5.558l3.338 9.131a.6.6 0 0 0 .075.139a10.9 10.9 0 0 1-3.596.619a11 11 0 0 1-3.066-.443l3.25-9.446zm-3.622 9.328"/></svg>
React
import type { SVGProps } from "react";
export function LaWordpressSimple(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.828 3 3 8.828 3 16s5.828 13 13 13s13-5.828 13-13S23.172 3 16 3m0 2.168c2.825 0 5.382 1.079 7.307 2.838c-.042-.001-.083-.012-.135-.012c-1.062 0-1.754.93-1.754 1.928c0 .899.453 1.648 1.006 2.547c.41.715.889 1.646.889 2.978c0 .932-.348 2.004-.825 3.51l-1.07 3.607l-4.066-12.527a24 24 0 0 0 1.234-.098c.585-.065.52-.931-.065-.898c0 0-1.754.14-2.892.14c-1.061 0-2.85-.14-2.85-.14c-.585-.033-.65.866-.064.898c0 0 .552.065 1.137.098l1.824 5.508l-2.364 7.107L9.215 10.04a23 23 0 0 0 1.246-.098c.585-.065.51-.931-.065-.898c0 0-1.681.133-2.82.139A10.8 10.8 0 0 1 16 5.168m9.512 5.633A10.8 10.8 0 0 1 26.832 16a10.8 10.8 0 0 1-5.383 9.36l3.305-9.565c.617-1.538.822-2.774.822-3.879c0-.401-.02-.76-.062-1.105zm-19.309.584l5.063 14.355A10.8 10.8 0 0 1 5.168 16c0-1.655.377-3.215 1.035-4.615m9.98 5.558l3.338 9.131a.6.6 0 0 0 .075.139a10.9 10.9 0 0 1-3.596.619a11 11 0 0 1-3.066-.443l3.25-9.446zm-3.622 9.328"/></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.828 3 3 8.828 3 16s5.828 13 13 13s13-5.828 13-13S23.172 3 16 3m0 2.168c2.825 0 5.382 1.079 7.307 2.838c-.042-.001-.083-.012-.135-.012c-1.062 0-1.754.93-1.754 1.928c0 .899.453 1.648 1.006 2.547c.41.715.889 1.646.889 2.978c0 .932-.348 2.004-.825 3.51l-1.07 3.607l-4.066-12.527a24 24 0 0 0 1.234-.098c.585-.065.52-.931-.065-.898c0 0-1.754.14-2.892.14c-1.061 0-2.85-.14-2.85-.14c-.585-.033-.65.866-.064.898c0 0 .552.065 1.137.098l1.824 5.508l-2.364 7.107L9.215 10.04a23 23 0 0 0 1.246-.098c.585-.065.51-.931-.065-.898c0 0-1.681.133-2.82.139A10.8 10.8 0 0 1 16 5.168m9.512 5.633A10.8 10.8 0 0 1 26.832 16a10.8 10.8 0 0 1-5.383 9.36l3.305-9.565c.617-1.538.822-2.774.822-3.879c0-.401-.02-.76-.062-1.105zm-19.309.584l5.063 14.355A10.8 10.8 0 0 1 5.168 16c0-1.655.377-3.215 1.035-4.615m9.98 5.558l3.338 9.131a.6.6 0 0 0 .075.139a10.9 10.9 0 0 1-3.596.619a11 11 0 0 1-3.066-.443l3.25-9.446zm-3.622 9.328"/></svg> </template>
CSS
.icon-wordpress-simple {
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.828%203%203%208.828%203%2016s5.828%2013%2013%2013s13-5.828%2013-13S23.172%203%2016%203m0%202.168c2.825%200%205.382%201.079%207.307%202.838c-.042-.001-.083-.012-.135-.012c-1.062%200-1.754.93-1.754%201.928c0%20.899.453%201.648%201.006%202.547c.41.715.889%201.646.889%202.978c0%20.932-.348%202.004-.825%203.51l-1.07%203.607l-4.066-12.527a24%2024%200%200%200%201.234-.098c.585-.065.52-.931-.065-.898c0%200-1.754.14-2.892.14c-1.061%200-2.85-.14-2.85-.14c-.585-.033-.65.866-.064.898c0%200%20.552.065%201.137.098l1.824%205.508l-2.364%207.107L9.215%2010.04a23%2023%200%200%200%201.246-.098c.585-.065.51-.931-.065-.898c0%200-1.681.133-2.82.139A10.8%2010.8%200%200%201%2016%205.168m9.512%205.633A10.8%2010.8%200%200%201%2026.832%2016a10.8%2010.8%200%200%201-5.383%209.36l3.305-9.565c.617-1.538.822-2.774.822-3.879c0-.401-.02-.76-.062-1.105zm-19.309.584l5.063%2014.355A10.8%2010.8%200%200%201%205.168%2016c0-1.655.377-3.215%201.035-4.615m9.98%205.558l3.338%209.131a.6.6%200%200%200%20.075.139a10.9%2010.9%200%200%201-3.596.619a11%2011%200%200%201-3.066-.443l3.25-9.446zm-3.622%209.328%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.828%203%203%208.828%203%2016s5.828%2013%2013%2013s13-5.828%2013-13S23.172%203%2016%203m0%202.168c2.825%200%205.382%201.079%207.307%202.838c-.042-.001-.083-.012-.135-.012c-1.062%200-1.754.93-1.754%201.928c0%20.899.453%201.648%201.006%202.547c.41.715.889%201.646.889%202.978c0%20.932-.348%202.004-.825%203.51l-1.07%203.607l-4.066-12.527a24%2024%200%200%200%201.234-.098c.585-.065.52-.931-.065-.898c0%200-1.754.14-2.892.14c-1.061%200-2.85-.14-2.85-.14c-.585-.033-.65.866-.064.898c0%200%20.552.065%201.137.098l1.824%205.508l-2.364%207.107L9.215%2010.04a23%2023%200%200%200%201.246-.098c.585-.065.51-.931-.065-.898c0%200-1.681.133-2.82.139A10.8%2010.8%200%200%201%2016%205.168m9.512%205.633A10.8%2010.8%200%200%201%2026.832%2016a10.8%2010.8%200%200%201-5.383%209.36l3.305-9.565c.617-1.538.822-2.774.822-3.879c0-.401-.02-.76-.062-1.105zm-19.309.584l5.063%2014.355A10.8%2010.8%200%200%201%205.168%2016c0-1.655.377-3.215%201.035-4.615m9.98%205.558l3.338%209.131a.6.6%200%200%200%20.075.139a10.9%2010.9%200%200%201-3.596.619a11%2011%200%200%201-3.066-.443l3.25-9.446zm-3.622%209.328%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wordpress-simple.svg?color=%231a73e8&size=48