twitter icon
twitter-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- twitter-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- brand-twitter-solid
1 other variant in Myna UI Icons
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 24 24"><path fill="currentColor" d="M18.517 4.903c-1.271-1.12-2.966-1.074-4.423-.526c-1.155.435-1.891 1.19-2.32 2.113c-.306.661-.446 1.389-.498 2.112C8.9 8.459 6.811 7.276 5.411 5.31a.75.75 0 0 0-.652-.313c-.307.016-.532.22-.666.481q-.046.088-.12.246a10 10 0 0 0-.354.875c-.255.73-.519 1.756-.53 2.904c-.012 1.154.233 2.446 1.007 3.676c.599.95 1.494 1.832 2.769 2.578c-1.227.672-2.447 1.052-3.836.998a.75.75 0 0 0-.39 1.407c3.105 1.7 6.555 2.323 9.602 1.435c4.96-1.449 7.853-6.09 7.873-11.001q.044-.1.137-.285q.105-.211.238-.467q.12-.23.258-.504c.364-.719.818-1.65.981-2.31a.75.75 0 0 0-1.06-.853c-.612.302-1.193.462-1.859.645z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiTwitterSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.517 4.903c-1.271-1.12-2.966-1.074-4.423-.526c-1.155.435-1.891 1.19-2.32 2.113c-.306.661-.446 1.389-.498 2.112C8.9 8.459 6.811 7.276 5.411 5.31a.75.75 0 0 0-.652-.313c-.307.016-.532.22-.666.481q-.046.088-.12.246a10 10 0 0 0-.354.875c-.255.73-.519 1.756-.53 2.904c-.012 1.154.233 2.446 1.007 3.676c.599.95 1.494 1.832 2.769 2.578c-1.227.672-2.447 1.052-3.836.998a.75.75 0 0 0-.39 1.407c3.105 1.7 6.555 2.323 9.602 1.435c4.96-1.449 7.853-6.09 7.873-11.001q.044-.1.137-.285q.105-.211.238-.467q.12-.23.258-.504c.364-.719.818-1.65.981-2.31a.75.75 0 0 0-1.06-.853c-.612.302-1.193.462-1.859.645z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.517 4.903c-1.271-1.12-2.966-1.074-4.423-.526c-1.155.435-1.891 1.19-2.32 2.113c-.306.661-.446 1.389-.498 2.112C8.9 8.459 6.811 7.276 5.411 5.31a.75.75 0 0 0-.652-.313c-.307.016-.532.22-.666.481q-.046.088-.12.246a10 10 0 0 0-.354.875c-.255.73-.519 1.756-.53 2.904c-.012 1.154.233 2.446 1.007 3.676c.599.95 1.494 1.832 2.769 2.578c-1.227.672-2.447 1.052-3.836.998a.75.75 0 0 0-.39 1.407c3.105 1.7 6.555 2.323 9.602 1.435c4.96-1.449 7.853-6.09 7.873-11.001q.044-.1.137-.285q.105-.211.238-.467q.12-.23.258-.504c.364-.719.818-1.65.981-2.31a.75.75 0 0 0-1.06-.853c-.612.302-1.193.462-1.859.645z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.517%204.903c-1.271-1.12-2.966-1.074-4.423-.526c-1.155.435-1.891%201.19-2.32%202.113c-.306.661-.446%201.389-.498%202.112C8.9%208.459%206.811%207.276%205.411%205.31a.75.75%200%200%200-.652-.313c-.307.016-.532.22-.666.481q-.046.088-.12.246a10%2010%200%200%200-.354.875c-.255.73-.519%201.756-.53%202.904c-.012%201.154.233%202.446%201.007%203.676c.599.95%201.494%201.832%202.769%202.578c-1.227.672-2.447%201.052-3.836.998a.75.75%200%200%200-.39%201.407c3.105%201.7%206.555%202.323%209.602%201.435c4.96-1.449%207.853-6.09%207.873-11.001q.044-.1.137-.285q.105-.211.238-.467q.12-.23.258-.504c.364-.719.818-1.65.981-2.31a.75.75%200%200%200-1.06-.853c-.612.302-1.193.462-1.859.645z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.517%204.903c-1.271-1.12-2.966-1.074-4.423-.526c-1.155.435-1.891%201.19-2.32%202.113c-.306.661-.446%201.389-.498%202.112C8.9%208.459%206.811%207.276%205.411%205.31a.75.75%200%200%200-.652-.313c-.307.016-.532.22-.666.481q-.046.088-.12.246a10%2010%200%200%200-.354.875c-.255.73-.519%201.756-.53%202.904c-.012%201.154.233%202.446%201.007%203.676c.599.95%201.494%201.832%202.769%202.578c-1.227.672-2.447%201.052-3.836.998a.75.75%200%200%200-.39%201.407c3.105%201.7%206.555%202.323%209.602%201.435c4.96-1.449%207.853-6.09%207.873-11.001q.044-.1.137-.285q.105-.211.238-.467q.12-.23.258-.504c.364-.719.818-1.65.981-2.31a.75.75%200%200%200-1.06-.853c-.612.302-1.193.462-1.859.645z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/twitter-solid.svg?color=%231a73e8&size=48