arstechnica logo
arstechnica from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- arstechnica
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the arstechnica logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0M8.842 15.656H7.745l-.15-.98a3.46 3.46 0 0 1-2.592 1.13c-1.33 0-2.16-.798-2.16-2.044c0-1.828 1.561-2.56 4.636-2.876v-.315c0-.931-.548-1.247-1.396-1.247s-1.745.283-2.543.632l-.183-1.18c.881-.35 1.712-.615 2.842-.615c1.779 0 2.643.714 2.643 2.36zm3.191-4.337v4.337H10.67v-7.33h1.097L12 9.824c.515-.831 1.363-1.58 2.576-1.646l.216 1.313c-1.23.05-2.26.865-2.759 1.829zm6.2 4.487a6 6 0 0 1-2.676-.698l.2-1.296a4.6 4.6 0 0 0 2.592.847c.93 0 1.496-.349 1.496-.964s-.416-.93-1.745-1.246c-1.729-.432-2.41-.948-2.41-2.26c0-1.314.98-2.028 2.593-2.028a5.9 5.9 0 0 1 2.41.498l-.217 1.297a4.7 4.7 0 0 0-2.227-.632c-.83 0-1.263.316-1.263.848s.366.764 1.53 1.063c1.81.466 2.625.981 2.625 2.377s-1.014 2.194-2.908 2.194M7.479 11.934v1.711c-.615.632-1.479 1.03-2.177 1.03s-1.097-.215-1.097-.98c0-.764.565-1.496 3.274-1.761"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsArstechnica(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="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0M8.842 15.656H7.745l-.15-.98a3.46 3.46 0 0 1-2.592 1.13c-1.33 0-2.16-.798-2.16-2.044c0-1.828 1.561-2.56 4.636-2.876v-.315c0-.931-.548-1.247-1.396-1.247s-1.745.283-2.543.632l-.183-1.18c.881-.35 1.712-.615 2.842-.615c1.779 0 2.643.714 2.643 2.36zm3.191-4.337v4.337H10.67v-7.33h1.097L12 9.824c.515-.831 1.363-1.58 2.576-1.646l.216 1.313c-1.23.05-2.26.865-2.759 1.829zm6.2 4.487a6 6 0 0 1-2.676-.698l.2-1.296a4.6 4.6 0 0 0 2.592.847c.93 0 1.496-.349 1.496-.964s-.416-.93-1.745-1.246c-1.729-.432-2.41-.948-2.41-2.26c0-1.314.98-2.028 2.593-2.028a5.9 5.9 0 0 1 2.41.498l-.217 1.297a4.7 4.7 0 0 0-2.227-.632c-.83 0-1.263.316-1.263.848s.366.764 1.53 1.063c1.81.466 2.625.981 2.625 2.377s-1.014 2.194-2.908 2.194M7.479 11.934v1.711c-.615.632-1.479 1.03-2.177 1.03s-1.097-.215-1.097-.98c0-.764.565-1.496 3.274-1.761"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0M8.842 15.656H7.745l-.15-.98a3.46 3.46 0 0 1-2.592 1.13c-1.33 0-2.16-.798-2.16-2.044c0-1.828 1.561-2.56 4.636-2.876v-.315c0-.931-.548-1.247-1.396-1.247s-1.745.283-2.543.632l-.183-1.18c.881-.35 1.712-.615 2.842-.615c1.779 0 2.643.714 2.643 2.36zm3.191-4.337v4.337H10.67v-7.33h1.097L12 9.824c.515-.831 1.363-1.58 2.576-1.646l.216 1.313c-1.23.05-2.26.865-2.759 1.829zm6.2 4.487a6 6 0 0 1-2.676-.698l.2-1.296a4.6 4.6 0 0 0 2.592.847c.93 0 1.496-.349 1.496-.964s-.416-.93-1.745-1.246c-1.729-.432-2.41-.948-2.41-2.26c0-1.314.98-2.028 2.593-2.028a5.9 5.9 0 0 1 2.41.498l-.217 1.297a4.7 4.7 0 0 0-2.227-.632c-.83 0-1.263.316-1.263.848s.366.764 1.53 1.063c1.81.466 2.625.981 2.625 2.377s-1.014 2.194-2.908 2.194M7.479 11.934v1.711c-.615.632-1.479 1.03-2.177 1.03s-1.097-.215-1.097-.98c0-.764.565-1.496 3.274-1.761"/></svg> </template>
CSS
.icon-arstechnica {
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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200M8.842%2015.656H7.745l-.15-.98a3.46%203.46%200%200%201-2.592%201.13c-1.33%200-2.16-.798-2.16-2.044c0-1.828%201.561-2.56%204.636-2.876v-.315c0-.931-.548-1.247-1.396-1.247s-1.745.283-2.543.632l-.183-1.18c.881-.35%201.712-.615%202.842-.615c1.779%200%202.643.714%202.643%202.36zm3.191-4.337v4.337H10.67v-7.33h1.097L12%209.824c.515-.831%201.363-1.58%202.576-1.646l.216%201.313c-1.23.05-2.26.865-2.759%201.829zm6.2%204.487a6%206%200%200%201-2.676-.698l.2-1.296a4.6%204.6%200%200%200%202.592.847c.93%200%201.496-.349%201.496-.964s-.416-.93-1.745-1.246c-1.729-.432-2.41-.948-2.41-2.26c0-1.314.98-2.028%202.593-2.028a5.9%205.9%200%200%201%202.41.498l-.217%201.297a4.7%204.7%200%200%200-2.227-.632c-.83%200-1.263.316-1.263.848s.366.764%201.53%201.063c1.81.466%202.625.981%202.625%202.377s-1.014%202.194-2.908%202.194M7.479%2011.934v1.711c-.615.632-1.479%201.03-2.177%201.03s-1.097-.215-1.097-.98c0-.764.565-1.496%203.274-1.761%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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200M8.842%2015.656H7.745l-.15-.98a3.46%203.46%200%200%201-2.592%201.13c-1.33%200-2.16-.798-2.16-2.044c0-1.828%201.561-2.56%204.636-2.876v-.315c0-.931-.548-1.247-1.396-1.247s-1.745.283-2.543.632l-.183-1.18c.881-.35%201.712-.615%202.842-.615c1.779%200%202.643.714%202.643%202.36zm3.191-4.337v4.337H10.67v-7.33h1.097L12%209.824c.515-.831%201.363-1.58%202.576-1.646l.216%201.313c-1.23.05-2.26.865-2.759%201.829zm6.2%204.487a6%206%200%200%201-2.676-.698l.2-1.296a4.6%204.6%200%200%200%202.592.847c.93%200%201.496-.349%201.496-.964s-.416-.93-1.745-1.246c-1.729-.432-2.41-.948-2.41-2.26c0-1.314.98-2.028%202.593-2.028a5.9%205.9%200%200%201%202.41.498l-.217%201.297a4.7%204.7%200%200%200-2.227-.632c-.83%200-1.263.316-1.263.848s.366.764%201.53%201.063c1.81.466%202.625.981%202.625%202.377s-1.014%202.194-2.908%202.194M7.479%2011.934v1.711c-.615.632-1.479%201.03-2.177%201.03s-1.097-.215-1.097-.98c0-.764.565-1.496%203.274-1.761%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/arstechnica.svg?color=%231a73e8&size=48