twitter icon
twitter-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- twitter-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
twitter-fillAkar Iconstwitter-outlinedAnt Design IconstwitterBootstrap IconstwitterBoxicons BrandstwitterCoreUI BrandstwitterCodiconstwitterDevicontwitter-fillEva IconstwitterFont Awesome 6 BrandstwitterFont Awesome BrandstwitterFeather Iconstwitter-solidFlowbite Iconstwittercss.ggtwitterHuge IconstwitterIconParktwitterIconPark OutlinetwitterIconPark SolidtwitterIconPark TwoTonetwitterIconoirtwitterJam IconstwitterLine AwesometwitterMaterial Line IconstwitterSVG LogostwitterLucide
Use the twitter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M14.977 1.467a.5.5 0 0 0-.87-.301a2.56 2.56 0 0 1-1.226.763A3.44 3.44 0 0 0 10.526 1a3.54 3.54 0 0 0-3.537 3.541v.44C3.998 4.75 2.4 2.477 1.967 1.325a.5.5 0 0 0-.916-.048C.004 3.373-.157 5.407.604 7.139C1.27 8.656 2.61 9.864 4.51 10.665C3.647 11.276 2.194 12 .5 12a.5.5 0 0 0-.278.916C1.847 14 3.55 14 5.132 14h.048c4.861 0 8.8-3.946 8.8-8.812v-.479c.363-.37.646-.747.82-1.236c.193-.546.232-1.178.177-2.006"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsTwitterSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M14.977 1.467a.5.5 0 0 0-.87-.301a2.56 2.56 0 0 1-1.226.763A3.44 3.44 0 0 0 10.526 1a3.54 3.54 0 0 0-3.537 3.541v.44C3.998 4.75 2.4 2.477 1.967 1.325a.5.5 0 0 0-.916-.048C.004 3.373-.157 5.407.604 7.139C1.27 8.656 2.61 9.864 4.51 10.665C3.647 11.276 2.194 12 .5 12a.5.5 0 0 0-.278.916C1.847 14 3.55 14 5.132 14h.048c4.861 0 8.8-3.946 8.8-8.812v-.479c.363-.37.646-.747.82-1.236c.193-.546.232-1.178.177-2.006"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M14.977 1.467a.5.5 0 0 0-.87-.301a2.56 2.56 0 0 1-1.226.763A3.44 3.44 0 0 0 10.526 1a3.54 3.54 0 0 0-3.537 3.541v.44C3.998 4.75 2.4 2.477 1.967 1.325a.5.5 0 0 0-.916-.048C.004 3.373-.157 5.407.604 7.139C1.27 8.656 2.61 9.864 4.51 10.665C3.647 11.276 2.194 12 .5 12a.5.5 0 0 0-.278.916C1.847 14 3.55 14 5.132 14h.048c4.861 0 8.8-3.946 8.8-8.812v-.479c.363-.37.646-.747.82-1.236c.193-.546.232-1.178.177-2.006"/></svg> </template>
CSS
.icon-twitter-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.977%201.467a.5.5%200%200%200-.87-.301a2.56%202.56%200%200%201-1.226.763A3.44%203.44%200%200%200%2010.526%201a3.54%203.54%200%200%200-3.537%203.541v.44C3.998%204.75%202.4%202.477%201.967%201.325a.5.5%200%200%200-.916-.048C.004%203.373-.157%205.407.604%207.139C1.27%208.656%202.61%209.864%204.51%2010.665C3.647%2011.276%202.194%2012%20.5%2012a.5.5%200%200%200-.278.916C1.847%2014%203.55%2014%205.132%2014h.048c4.861%200%208.8-3.946%208.8-8.812v-.479c.363-.37.646-.747.82-1.236c.193-.546.232-1.178.177-2.006%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.977%201.467a.5.5%200%200%200-.87-.301a2.56%202.56%200%200%201-1.226.763A3.44%203.44%200%200%200%2010.526%201a3.54%203.54%200%200%200-3.537%203.541v.44C3.998%204.75%202.4%202.477%201.967%201.325a.5.5%200%200%200-.916-.048C.004%203.373-.157%205.407.604%207.139C1.27%208.656%202.61%209.864%204.51%2010.665C3.647%2011.276%202.194%2012%20.5%2012a.5.5%200%200%200-.278.916C1.847%2014%203.55%2014%205.132%2014h.048c4.861%200%208.8-3.946%208.8-8.812v-.479c.363-.37.646-.747.82-1.236c.193-.546.232-1.178.177-2.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/twitter-solid.svg?color=%231a73e8&size=48