letter v emoji
letter-v from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- letter-v
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the letter v emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M8.917 10.117A2.9 2.9 0 0 1 8.7 8.97c0-1.302 1.147-2.232 2.387-2.232c1.055 0 1.706.682 2.108 1.519l4.806 12.898l4.807-12.898c.402-.837 1.053-1.519 2.107-1.519c1.24 0 2.387.93 2.387 2.232c0 .434-.06.744-.217 1.147l-6.789 17.271c-.404.992-.931 1.798-2.295 1.798s-1.891-.806-2.295-1.798z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiLetterV(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M8.917 10.117A2.9 2.9 0 0 1 8.7 8.97c0-1.302 1.147-2.232 2.387-2.232c1.055 0 1.706.682 2.108 1.519l4.806 12.898l4.807-12.898c.402-.837 1.053-1.519 2.107-1.519c1.24 0 2.387.93 2.387 2.232c0 .434-.06.744-.217 1.147l-6.789 17.271c-.404.992-.931 1.798-2.295 1.798s-1.891-.806-2.295-1.798z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M8.917 10.117A2.9 2.9 0 0 1 8.7 8.97c0-1.302 1.147-2.232 2.387-2.232c1.055 0 1.706.682 2.108 1.519l4.806 12.898l4.807-12.898c.402-.837 1.053-1.519 2.107-1.519c1.24 0 2.387.93 2.387 2.232c0 .434-.06.744-.217 1.147l-6.789 17.271c-.404.992-.931 1.798-2.295 1.798s-1.891-.806-2.295-1.798z"/></svg> </template>
CSS
.icon-letter-v {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.917%2010.117A2.9%202.9%200%200%201%208.7%208.97c0-1.302%201.147-2.232%202.387-2.232c1.055%200%201.706.682%202.108%201.519l4.806%2012.898l4.807-12.898c.402-.837%201.053-1.519%202.107-1.519c1.24%200%202.387.93%202.387%202.232c0%20.434-.06.744-.217%201.147l-6.789%2017.271c-.404.992-.931%201.798-2.295%201.798s-1.891-.806-2.295-1.798z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.917%2010.117A2.9%202.9%200%200%201%208.7%208.97c0-1.302%201.147-2.232%202.387-2.232c1.055%200%201.706.682%202.108%201.519l4.806%2012.898l4.807-12.898c.402-.837%201.053-1.519%202.107-1.519c1.24%200%202.387.93%202.387%202.232c0%20.434-.06.744-.217%201.147l-6.789%2017.271c-.404.992-.931%201.798-2.295%201.798s-1.891-.806-2.295-1.798z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/letter-v.svg?color=%231a73e8&size=48