accusoft logo
accusoft from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- accusoft
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same logo in other sets
Use the accusoft logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9c-7 10 1.6 6.8 15.7 1.7c.8 0 114.5-36.6 114.5-36.6c.5-.6-.1-.1.6-.6c-.4-5.1-.8-26.2-1-27.7c-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3m160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3c3.2-1.2 115.4-47.6 117.8-48.9c8-4.3-1.7-16.7-7.2-23.4c-2.1-2.5-205.1-245.6-207.2-248.3c-9.7-12.2-14.3-12.9-38.4-12.8c-10.2 0-106.8.5-116.5.6c-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1m152.7 1.6c-2.3-.3-24.6-4.7-38-7.2c0 0-115 50.4-117.5 51.6c-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3c-3.1.2-9.6.8-14.4 2.9c-4.9 2.1-145.2 52.8-150.2 54.7c-5.1 2-11.4 3.6-11.1 7.6c.2 2.5 2 2.6 4.6 3.5c2.7.8 300.9 67.6 308 69.1c15.6 3.3 38.5 10.5 53.6 1.7c2.1-1.2 123.8-76.4 125.8-77.8c5.4-4 4.3-6.8-1.7-8.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsAccusoft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9c-7 10 1.6 6.8 15.7 1.7c.8 0 114.5-36.6 114.5-36.6c.5-.6-.1-.1.6-.6c-.4-5.1-.8-26.2-1-27.7c-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3m160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3c3.2-1.2 115.4-47.6 117.8-48.9c8-4.3-1.7-16.7-7.2-23.4c-2.1-2.5-205.1-245.6-207.2-248.3c-9.7-12.2-14.3-12.9-38.4-12.8c-10.2 0-106.8.5-116.5.6c-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1m152.7 1.6c-2.3-.3-24.6-4.7-38-7.2c0 0-115 50.4-117.5 51.6c-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3c-3.1.2-9.6.8-14.4 2.9c-4.9 2.1-145.2 52.8-150.2 54.7c-5.1 2-11.4 3.6-11.1 7.6c.2 2.5 2 2.6 4.6 3.5c2.7.8 300.9 67.6 308 69.1c15.6 3.3 38.5 10.5 53.6 1.7c2.1-1.2 123.8-76.4 125.8-77.8c5.4-4 4.3-6.8-1.7-8.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9c-7 10 1.6 6.8 15.7 1.7c.8 0 114.5-36.6 114.5-36.6c.5-.6-.1-.1.6-.6c-.4-5.1-.8-26.2-1-27.7c-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3m160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3c3.2-1.2 115.4-47.6 117.8-48.9c8-4.3-1.7-16.7-7.2-23.4c-2.1-2.5-205.1-245.6-207.2-248.3c-9.7-12.2-14.3-12.9-38.4-12.8c-10.2 0-106.8.5-116.5.6c-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1m152.7 1.6c-2.3-.3-24.6-4.7-38-7.2c0 0-115 50.4-117.5 51.6c-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3c-3.1.2-9.6.8-14.4 2.9c-4.9 2.1-145.2 52.8-150.2 54.7c-5.1 2-11.4 3.6-11.1 7.6c.2 2.5 2 2.6 4.6 3.5c2.7.8 300.9 67.6 308 69.1c15.6 3.3 38.5 10.5 53.6 1.7c2.1-1.2 123.8-76.4 125.8-77.8c5.4-4 4.3-6.8-1.7-8.2"/></svg> </template>
CSS
.icon-accusoft {
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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M322.1%20252v-1l-51.2-65.8s-12%201.6-25%2015.1c-9%209.3-242.1%20239.1-243.4%20240.9c-7%2010%201.6%206.8%2015.7%201.7c.8%200%20114.5-36.6%20114.5-36.6c.5-.6-.1-.1.6-.6c-.4-5.1-.8-26.2-1-27.7c-.6-5.2%202.2-6.9%207-8.9l92.6-33.8c.6-.8%2088.5-81.7%2090.2-83.3m160.1%20120.1c13.3%2016.1%2020.7%2013.3%2030.8%209.3c3.2-1.2%20115.4-47.6%20117.8-48.9c8-4.3-1.7-16.7-7.2-23.4c-2.1-2.5-205.1-245.6-207.2-248.3c-9.7-12.2-14.3-12.9-38.4-12.8c-10.2%200-106.8.5-116.5.6c-19.2.1-32.9-.3-19.2%2016.9C250%2075%20476.5%20365.2%20482.2%20372.1m152.7%201.6c-2.3-.3-24.6-4.7-38-7.2c0%200-115%2050.4-117.5%2051.6c-16%207.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3c-3.1.2-9.6.8-14.4%202.9c-4.9%202.1-145.2%2052.8-150.2%2054.7c-5.1%202-11.4%203.6-11.1%207.6c.2%202.5%202%202.6%204.6%203.5c2.7.8%20300.9%2067.6%20308%2069.1c15.6%203.3%2038.5%2010.5%2053.6%201.7c2.1-1.2%20123.8-76.4%20125.8-77.8c5.4-4%204.3-6.8-1.7-8.2%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M322.1%20252v-1l-51.2-65.8s-12%201.6-25%2015.1c-9%209.3-242.1%20239.1-243.4%20240.9c-7%2010%201.6%206.8%2015.7%201.7c.8%200%20114.5-36.6%20114.5-36.6c.5-.6-.1-.1.6-.6c-.4-5.1-.8-26.2-1-27.7c-.6-5.2%202.2-6.9%207-8.9l92.6-33.8c.6-.8%2088.5-81.7%2090.2-83.3m160.1%20120.1c13.3%2016.1%2020.7%2013.3%2030.8%209.3c3.2-1.2%20115.4-47.6%20117.8-48.9c8-4.3-1.7-16.7-7.2-23.4c-2.1-2.5-205.1-245.6-207.2-248.3c-9.7-12.2-14.3-12.9-38.4-12.8c-10.2%200-106.8.5-116.5.6c-19.2.1-32.9-.3-19.2%2016.9C250%2075%20476.5%20365.2%20482.2%20372.1m152.7%201.6c-2.3-.3-24.6-4.7-38-7.2c0%200-115%2050.4-117.5%2051.6c-16%207.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3c-3.1.2-9.6.8-14.4%202.9c-4.9%202.1-145.2%2052.8-150.2%2054.7c-5.1%202-11.4%203.6-11.1%207.6c.2%202.5%202%202.6%204.6%203.5c2.7.8%20300.9%2067.6%20308%2069.1c15.6%203.3%2038.5%2010.5%2053.6%201.7c2.1-1.2%20123.8-76.4%20125.8-77.8c5.4-4%204.3-6.8-1.7-8.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/accusoft.svg?color=%231a73e8&size=48