social wordpress icon
social-wordpress-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- social-wordpress-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
social-android-outlinesocial-angular-outlinesocial-apple-outlinesocial-bitcoin-outlinesocial-buffer-outlinesocial-chrome-outlinesocial-codepen-outlinesocial-css3-outlinesocial-designernews-outlinesocial-dribbblesocial-dropbox-outlinesocial-euro-outlinesocial-facebooksocial-foursquare-outlinesocial-github-outlinesocial-googlesocial-googleplussocial-hackernews-outlinesocial-html5-outlinesocial-instagramsocial-javascript-outlinesocial-linkedin-outlinesocial-octocatsocial-pinterest-outline
Use the social wordpress icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.9 64C150.2 64 64 150.2 64 256.1 64 361.9 150.2 448 255.9 448c8.5 0 16.8-.5 24.9-1.8 85.7-11 153.8-78.7 165.3-164.1 1.3-8.5 1.9-17.2 1.9-26C448 150.2 361.8 64 255.9 64zM83.4 256.1c0-25 5.4-48.8 15-70.2l82.3 225.5c-57.6-28-97.3-87.1-97.3-155.3zm194.9 171.2c-7.3.9-14.8 1.4-22.4 1.4-16.9 0-33.2-2.5-48.6-7.1l18.8-55h.1l32.7-95.5L312 416.5c.4.8.9 1.6 1.3 2.3-11.2 4-22.9 6.8-35 8.5zm1.5-252.2c10.4-.5 19.7-1.6 19.7-1.6 9.4-1 8.2-14.8-1.1-14.2 0 0-28 2.2-46 2.2-16.9 0-45.5-2.2-45.5-2.2-9.2-.6-10.4 13.7-1 14.2 0 0 8.7 1.1 18.1 1.6l26.9 73.7-37.8 113.3-62.9-187c10.5-.5 19.8-1.6 19.8-1.6 9.2-1 8.2-14.8-1.1-14.2 0 0-27.9 2.2-46 2.2-3.3 0-7.1-.1-11.1-.2 30.8-46.8 83.9-77.7 144.1-77.7 45 0 85.9 17.2 116.6 45.2-.8 0-1.5-.1-2.3-.1-17 0-29 14.8-29 30.7 0 14.2 8.2 26.2 16.9 40.4 6.6 11.5 14.3 26.3 14.3 47.6 0 14.8-4.4 33.4-13.1 55.7L342 360.7l-62.2-185.6zm62.9 230.2l13.7-39.7 39-112.8c9.9-24.6 13.1-44.3 13.1-61.8 0-6.3-.4-12.3-1.1-17.8 13.5 24.6 21.2 52.8 21.2 82.9 0 8-.5 15.8-1.5 23.5-7.4 53.7-39.5 99.6-84.4 125.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSocialWordpressOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.9 64C150.2 64 64 150.2 64 256.1 64 361.9 150.2 448 255.9 448c8.5 0 16.8-.5 24.9-1.8 85.7-11 153.8-78.7 165.3-164.1 1.3-8.5 1.9-17.2 1.9-26C448 150.2 361.8 64 255.9 64zM83.4 256.1c0-25 5.4-48.8 15-70.2l82.3 225.5c-57.6-28-97.3-87.1-97.3-155.3zm194.9 171.2c-7.3.9-14.8 1.4-22.4 1.4-16.9 0-33.2-2.5-48.6-7.1l18.8-55h.1l32.7-95.5L312 416.5c.4.8.9 1.6 1.3 2.3-11.2 4-22.9 6.8-35 8.5zm1.5-252.2c10.4-.5 19.7-1.6 19.7-1.6 9.4-1 8.2-14.8-1.1-14.2 0 0-28 2.2-46 2.2-16.9 0-45.5-2.2-45.5-2.2-9.2-.6-10.4 13.7-1 14.2 0 0 8.7 1.1 18.1 1.6l26.9 73.7-37.8 113.3-62.9-187c10.5-.5 19.8-1.6 19.8-1.6 9.2-1 8.2-14.8-1.1-14.2 0 0-27.9 2.2-46 2.2-3.3 0-7.1-.1-11.1-.2 30.8-46.8 83.9-77.7 144.1-77.7 45 0 85.9 17.2 116.6 45.2-.8 0-1.5-.1-2.3-.1-17 0-29 14.8-29 30.7 0 14.2 8.2 26.2 16.9 40.4 6.6 11.5 14.3 26.3 14.3 47.6 0 14.8-4.4 33.4-13.1 55.7L342 360.7l-62.2-185.6zm62.9 230.2l13.7-39.7 39-112.8c9.9-24.6 13.1-44.3 13.1-61.8 0-6.3-.4-12.3-1.1-17.8 13.5 24.6 21.2 52.8 21.2 82.9 0 8-.5 15.8-1.5 23.5-7.4 53.7-39.5 99.6-84.4 125.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.9 64C150.2 64 64 150.2 64 256.1 64 361.9 150.2 448 255.9 448c8.5 0 16.8-.5 24.9-1.8 85.7-11 153.8-78.7 165.3-164.1 1.3-8.5 1.9-17.2 1.9-26C448 150.2 361.8 64 255.9 64zM83.4 256.1c0-25 5.4-48.8 15-70.2l82.3 225.5c-57.6-28-97.3-87.1-97.3-155.3zm194.9 171.2c-7.3.9-14.8 1.4-22.4 1.4-16.9 0-33.2-2.5-48.6-7.1l18.8-55h.1l32.7-95.5L312 416.5c.4.8.9 1.6 1.3 2.3-11.2 4-22.9 6.8-35 8.5zm1.5-252.2c10.4-.5 19.7-1.6 19.7-1.6 9.4-1 8.2-14.8-1.1-14.2 0 0-28 2.2-46 2.2-16.9 0-45.5-2.2-45.5-2.2-9.2-.6-10.4 13.7-1 14.2 0 0 8.7 1.1 18.1 1.6l26.9 73.7-37.8 113.3-62.9-187c10.5-.5 19.8-1.6 19.8-1.6 9.2-1 8.2-14.8-1.1-14.2 0 0-27.9 2.2-46 2.2-3.3 0-7.1-.1-11.1-.2 30.8-46.8 83.9-77.7 144.1-77.7 45 0 85.9 17.2 116.6 45.2-.8 0-1.5-.1-2.3-.1-17 0-29 14.8-29 30.7 0 14.2 8.2 26.2 16.9 40.4 6.6 11.5 14.3 26.3 14.3 47.6 0 14.8-4.4 33.4-13.1 55.7L342 360.7l-62.2-185.6zm62.9 230.2l13.7-39.7 39-112.8c9.9-24.6 13.1-44.3 13.1-61.8 0-6.3-.4-12.3-1.1-17.8 13.5 24.6 21.2 52.8 21.2 82.9 0 8-.5 15.8-1.5 23.5-7.4 53.7-39.5 99.6-84.4 125.7z" fill="currentColor"/></svg> </template>
CSS
.icon-social-wordpress-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M255.9%2064C150.2%2064%2064%20150.2%2064%20256.1%2064%20361.9%20150.2%20448%20255.9%20448c8.5%200%2016.8-.5%2024.9-1.8%2085.7-11%20153.8-78.7%20165.3-164.1%201.3-8.5%201.9-17.2%201.9-26C448%20150.2%20361.8%2064%20255.9%2064zM83.4%20256.1c0-25%205.4-48.8%2015-70.2l82.3%20225.5c-57.6-28-97.3-87.1-97.3-155.3zm194.9%20171.2c-7.3.9-14.8%201.4-22.4%201.4-16.9%200-33.2-2.5-48.6-7.1l18.8-55h.1l32.7-95.5L312%20416.5c.4.8.9%201.6%201.3%202.3-11.2%204-22.9%206.8-35%208.5zm1.5-252.2c10.4-.5%2019.7-1.6%2019.7-1.6%209.4-1%208.2-14.8-1.1-14.2%200%200-28%202.2-46%202.2-16.9%200-45.5-2.2-45.5-2.2-9.2-.6-10.4%2013.7-1%2014.2%200%200%208.7%201.1%2018.1%201.6l26.9%2073.7-37.8%20113.3-62.9-187c10.5-.5%2019.8-1.6%2019.8-1.6%209.2-1%208.2-14.8-1.1-14.2%200%200-27.9%202.2-46%202.2-3.3%200-7.1-.1-11.1-.2%2030.8-46.8%2083.9-77.7%20144.1-77.7%2045%200%2085.9%2017.2%20116.6%2045.2-.8%200-1.5-.1-2.3-.1-17%200-29%2014.8-29%2030.7%200%2014.2%208.2%2026.2%2016.9%2040.4%206.6%2011.5%2014.3%2026.3%2014.3%2047.6%200%2014.8-4.4%2033.4-13.1%2055.7L342%20360.7l-62.2-185.6zm62.9%20230.2l13.7-39.7%2039-112.8c9.9-24.6%2013.1-44.3%2013.1-61.8%200-6.3-.4-12.3-1.1-17.8%2013.5%2024.6%2021.2%2052.8%2021.2%2082.9%200%208-.5%2015.8-1.5%2023.5-7.4%2053.7-39.5%2099.6-84.4%20125.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M255.9%2064C150.2%2064%2064%20150.2%2064%20256.1%2064%20361.9%20150.2%20448%20255.9%20448c8.5%200%2016.8-.5%2024.9-1.8%2085.7-11%20153.8-78.7%20165.3-164.1%201.3-8.5%201.9-17.2%201.9-26C448%20150.2%20361.8%2064%20255.9%2064zM83.4%20256.1c0-25%205.4-48.8%2015-70.2l82.3%20225.5c-57.6-28-97.3-87.1-97.3-155.3zm194.9%20171.2c-7.3.9-14.8%201.4-22.4%201.4-16.9%200-33.2-2.5-48.6-7.1l18.8-55h.1l32.7-95.5L312%20416.5c.4.8.9%201.6%201.3%202.3-11.2%204-22.9%206.8-35%208.5zm1.5-252.2c10.4-.5%2019.7-1.6%2019.7-1.6%209.4-1%208.2-14.8-1.1-14.2%200%200-28%202.2-46%202.2-16.9%200-45.5-2.2-45.5-2.2-9.2-.6-10.4%2013.7-1%2014.2%200%200%208.7%201.1%2018.1%201.6l26.9%2073.7-37.8%20113.3-62.9-187c10.5-.5%2019.8-1.6%2019.8-1.6%209.2-1%208.2-14.8-1.1-14.2%200%200-27.9%202.2-46%202.2-3.3%200-7.1-.1-11.1-.2%2030.8-46.8%2083.9-77.7%20144.1-77.7%2045%200%2085.9%2017.2%20116.6%2045.2-.8%200-1.5-.1-2.3-.1-17%200-29%2014.8-29%2030.7%200%2014.2%208.2%2026.2%2016.9%2040.4%206.6%2011.5%2014.3%2026.3%2014.3%2047.6%200%2014.8-4.4%2033.4-13.1%2055.7L342%20360.7l-62.2-185.6zm62.9%20230.2l13.7-39.7%2039-112.8c9.9-24.6%2013.1-44.3%2013.1-61.8%200-6.3-.4-12.3-1.1-17.8%2013.5%2024.6%2021.2%2052.8%2021.2%2082.9%200%208-.5%2015.8-1.5%2023.5-7.4%2053.7-39.5%2099.6-84.4%20125.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-wordpress-outline.svg?color=%231a73e8&size=48