try icon
try from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- try
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
Use the try icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 96c17.7 0 32 14.3 32 32v43.6l121.4-34.7c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L288 221.6v46.1L409.4 233c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L288 317.7v162.5h72c53 0 96-43 96-96c0-17.7 14.3-32 32-32s32 14.3 32 32c0 88.4-71.6 160-160 160H256c-17.7 0-32-14.3-32-32V336l-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11V240l-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11v-61.9c0-17.7 14.3-32 32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 96c17.7 0 32 14.3 32 32v43.6l121.4-34.7c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L288 221.6v46.1L409.4 233c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L288 317.7v162.5h72c53 0 96-43 96-96c0-17.7 14.3-32 32-32s32 14.3 32 32c0 88.4-71.6 160-160 160H256c-17.7 0-32-14.3-32-32V336l-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11V240l-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11v-61.9c0-17.7 14.3-32 32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 96c17.7 0 32 14.3 32 32v43.6l121.4-34.7c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L288 221.6v46.1L409.4 233c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L288 317.7v162.5h72c53 0 96-43 96-96c0-17.7 14.3-32 32-32s32 14.3 32 32c0 88.4-71.6 160-160 160H256c-17.7 0-32-14.3-32-32V336l-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11V240l-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11v-61.9c0-17.7 14.3-32 32-32z"/></svg> </template>
CSS
.icon-try {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2096c17.7%200%2032%2014.3%2032%2032v43.6l121.4-34.7c12.7-3.6%2026%203.7%2029.7%2016.5s-3.7%2026-16.5%2029.7L288%20221.6v46.1L409.4%20233c12.7-3.6%2026%203.7%2029.7%2016.5s-3.7%2026-16.5%2029.7L288%20317.7v162.5h72c53%200%2096-43%2096-96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032c0%2088.4-71.6%20160-160%20160H256c-17.7%200-32-14.3-32-32V336l-25.4%207.3c-12.7%203.6-26-3.7-29.7-16.5s3.7-26%2016.5-29.7l38.6-11V240l-25.4%207.3c-12.7%203.6-26-3.7-29.7-16.5s3.7-26%2016.5-29.7l38.6-11v-61.9c0-17.7%2014.3-32%2032-32z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2096c17.7%200%2032%2014.3%2032%2032v43.6l121.4-34.7c12.7-3.6%2026%203.7%2029.7%2016.5s-3.7%2026-16.5%2029.7L288%20221.6v46.1L409.4%20233c12.7-3.6%2026%203.7%2029.7%2016.5s-3.7%2026-16.5%2029.7L288%20317.7v162.5h72c53%200%2096-43%2096-96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032c0%2088.4-71.6%20160-160%20160H256c-17.7%200-32-14.3-32-32V336l-25.4%207.3c-12.7%203.6-26-3.7-29.7-16.5s3.7-26%2016.5-29.7l38.6-11V240l-25.4%207.3c-12.7%203.6-26-3.7-29.7-16.5s3.7-26%2016.5-29.7l38.6-11v-61.9c0-17.7%2014.3-32%2032-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/try.svg?color=%231a73e8&size=48