at and t logo
at-and-t from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- at-and-t
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Use the at and t logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.177 28.573a16 16 0 0 0 9.792 3.354c4.036 0 7.714-1.5 10.521-3.958c.036-.031.021-.047-.016-.031c-1.26.844-4.849 2.682-10.505 2.682c-4.911 0-8.016-1.099-9.771-2.078c-.036-.016-.047.01-.021.031m10.875.812c3.932 0 8.25-1.068 10.833-3.188c.708-.578 1.38-1.349 1.984-2.38a16 16 0 0 0 .958-2c.016-.031-.005-.047-.031-.01c-2.401 3.536-9.359 5.74-16.536 5.74c-5.078 0-10.542-1.625-12.677-4.724c-.021-.026-.042-.016-.031.016c1.99 4.234 8.036 6.547 15.5 6.547zm-4.292-7.02c-8.172 0-12.026-3.807-12.729-6.406c-.005-.036-.031-.031-.031.005c0 .875.089 2.005.24 2.75c.068.365.365.938.802 1.396c1.979 2.063 6.917 4.953 15.458 4.953c11.646 0 14.307-3.88 14.849-5.156c.391-.911.589-2.557.589-3.943c0-.333-.005-.604-.021-.865c0-.047-.021-.047-.031-.005c-.583 3.12-10.531 7.271-19.125 7.271zM1.542 9.115c-.469.927-.99 2.5-1.146 3.307c-.068.349-.036.516.083.776c.979 2.078 5.938 5.406 17.495 5.406c7.052 0 12.531-1.734 13.417-4.896c.161-.583.172-1.198-.036-2.026c-.234-.922-.672-2-1.047-2.76c-.01-.026-.031-.021-.026.01c.135 4.146-11.427 6.818-17.26 6.818c-6.323 0-11.594-2.516-11.594-5.698c0-.307.063-.609.141-.927c.01-.031-.016-.036-.026-.01zm24.974-5.089a.63.63 0 0 1 .104.365c0 1.776-5.432 4.911-14.073 4.911c-6.349 0-7.536-2.354-7.536-3.849c0-.536.203-1.089.656-1.641c.026-.036.005-.047-.026-.021a16 16 0 0 0-2.245 2.333c-.318.401-.516.755-.516.969c0 3.104 7.781 5.354 15.063 5.354c7.755 0 11.214-2.531 11.214-4.755c0-.792-.307-1.26-1.099-2.161c-.516-.583-1-1.057-1.516-1.526c-.026-.021-.042-.005-.026.021M24.141 2.25A15.8 15.8 0 0 0 15.969 0c-3.016 0-5.88.844-8.281 2.318c-.719.443-1.125.797-1.125 1.255c0 1.349 3.146 2.792 8.729 2.792c5.526 0 9.807-1.583 9.807-3.109c0-.365-.318-.62-.958-1.005z"/></svg>
React
import type { SVGProps } from "react";
export function CibAtAndT(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.177 28.573a16 16 0 0 0 9.792 3.354c4.036 0 7.714-1.5 10.521-3.958c.036-.031.021-.047-.016-.031c-1.26.844-4.849 2.682-10.505 2.682c-4.911 0-8.016-1.099-9.771-2.078c-.036-.016-.047.01-.021.031m10.875.812c3.932 0 8.25-1.068 10.833-3.188c.708-.578 1.38-1.349 1.984-2.38a16 16 0 0 0 .958-2c.016-.031-.005-.047-.031-.01c-2.401 3.536-9.359 5.74-16.536 5.74c-5.078 0-10.542-1.625-12.677-4.724c-.021-.026-.042-.016-.031.016c1.99 4.234 8.036 6.547 15.5 6.547zm-4.292-7.02c-8.172 0-12.026-3.807-12.729-6.406c-.005-.036-.031-.031-.031.005c0 .875.089 2.005.24 2.75c.068.365.365.938.802 1.396c1.979 2.063 6.917 4.953 15.458 4.953c11.646 0 14.307-3.88 14.849-5.156c.391-.911.589-2.557.589-3.943c0-.333-.005-.604-.021-.865c0-.047-.021-.047-.031-.005c-.583 3.12-10.531 7.271-19.125 7.271zM1.542 9.115c-.469.927-.99 2.5-1.146 3.307c-.068.349-.036.516.083.776c.979 2.078 5.938 5.406 17.495 5.406c7.052 0 12.531-1.734 13.417-4.896c.161-.583.172-1.198-.036-2.026c-.234-.922-.672-2-1.047-2.76c-.01-.026-.031-.021-.026.01c.135 4.146-11.427 6.818-17.26 6.818c-6.323 0-11.594-2.516-11.594-5.698c0-.307.063-.609.141-.927c.01-.031-.016-.036-.026-.01zm24.974-5.089a.63.63 0 0 1 .104.365c0 1.776-5.432 4.911-14.073 4.911c-6.349 0-7.536-2.354-7.536-3.849c0-.536.203-1.089.656-1.641c.026-.036.005-.047-.026-.021a16 16 0 0 0-2.245 2.333c-.318.401-.516.755-.516.969c0 3.104 7.781 5.354 15.063 5.354c7.755 0 11.214-2.531 11.214-4.755c0-.792-.307-1.26-1.099-2.161c-.516-.583-1-1.057-1.516-1.526c-.026-.021-.042-.005-.026.021M24.141 2.25A15.8 15.8 0 0 0 15.969 0c-3.016 0-5.88.844-8.281 2.318c-.719.443-1.125.797-1.125 1.255c0 1.349 3.146 2.792 8.729 2.792c5.526 0 9.807-1.583 9.807-3.109c0-.365-.318-.62-.958-1.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.177 28.573a16 16 0 0 0 9.792 3.354c4.036 0 7.714-1.5 10.521-3.958c.036-.031.021-.047-.016-.031c-1.26.844-4.849 2.682-10.505 2.682c-4.911 0-8.016-1.099-9.771-2.078c-.036-.016-.047.01-.021.031m10.875.812c3.932 0 8.25-1.068 10.833-3.188c.708-.578 1.38-1.349 1.984-2.38a16 16 0 0 0 .958-2c.016-.031-.005-.047-.031-.01c-2.401 3.536-9.359 5.74-16.536 5.74c-5.078 0-10.542-1.625-12.677-4.724c-.021-.026-.042-.016-.031.016c1.99 4.234 8.036 6.547 15.5 6.547zm-4.292-7.02c-8.172 0-12.026-3.807-12.729-6.406c-.005-.036-.031-.031-.031.005c0 .875.089 2.005.24 2.75c.068.365.365.938.802 1.396c1.979 2.063 6.917 4.953 15.458 4.953c11.646 0 14.307-3.88 14.849-5.156c.391-.911.589-2.557.589-3.943c0-.333-.005-.604-.021-.865c0-.047-.021-.047-.031-.005c-.583 3.12-10.531 7.271-19.125 7.271zM1.542 9.115c-.469.927-.99 2.5-1.146 3.307c-.068.349-.036.516.083.776c.979 2.078 5.938 5.406 17.495 5.406c7.052 0 12.531-1.734 13.417-4.896c.161-.583.172-1.198-.036-2.026c-.234-.922-.672-2-1.047-2.76c-.01-.026-.031-.021-.026.01c.135 4.146-11.427 6.818-17.26 6.818c-6.323 0-11.594-2.516-11.594-5.698c0-.307.063-.609.141-.927c.01-.031-.016-.036-.026-.01zm24.974-5.089a.63.63 0 0 1 .104.365c0 1.776-5.432 4.911-14.073 4.911c-6.349 0-7.536-2.354-7.536-3.849c0-.536.203-1.089.656-1.641c.026-.036.005-.047-.026-.021a16 16 0 0 0-2.245 2.333c-.318.401-.516.755-.516.969c0 3.104 7.781 5.354 15.063 5.354c7.755 0 11.214-2.531 11.214-4.755c0-.792-.307-1.26-1.099-2.161c-.516-.583-1-1.057-1.516-1.526c-.026-.021-.042-.005-.026.021M24.141 2.25A15.8 15.8 0 0 0 15.969 0c-3.016 0-5.88.844-8.281 2.318c-.719.443-1.125.797-1.125 1.255c0 1.349 3.146 2.792 8.729 2.792c5.526 0 9.807-1.583 9.807-3.109c0-.365-.318-.62-.958-1.005z"/></svg> </template>
CSS
.icon-at-and-t {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.177%2028.573a16%2016%200%200%200%209.792%203.354c4.036%200%207.714-1.5%2010.521-3.958c.036-.031.021-.047-.016-.031c-1.26.844-4.849%202.682-10.505%202.682c-4.911%200-8.016-1.099-9.771-2.078c-.036-.016-.047.01-.021.031m10.875.812c3.932%200%208.25-1.068%2010.833-3.188c.708-.578%201.38-1.349%201.984-2.38a16%2016%200%200%200%20.958-2c.016-.031-.005-.047-.031-.01c-2.401%203.536-9.359%205.74-16.536%205.74c-5.078%200-10.542-1.625-12.677-4.724c-.021-.026-.042-.016-.031.016c1.99%204.234%208.036%206.547%2015.5%206.547zm-4.292-7.02c-8.172%200-12.026-3.807-12.729-6.406c-.005-.036-.031-.031-.031.005c0%20.875.089%202.005.24%202.75c.068.365.365.938.802%201.396c1.979%202.063%206.917%204.953%2015.458%204.953c11.646%200%2014.307-3.88%2014.849-5.156c.391-.911.589-2.557.589-3.943c0-.333-.005-.604-.021-.865c0-.047-.021-.047-.031-.005c-.583%203.12-10.531%207.271-19.125%207.271zM1.542%209.115c-.469.927-.99%202.5-1.146%203.307c-.068.349-.036.516.083.776c.979%202.078%205.938%205.406%2017.495%205.406c7.052%200%2012.531-1.734%2013.417-4.896c.161-.583.172-1.198-.036-2.026c-.234-.922-.672-2-1.047-2.76c-.01-.026-.031-.021-.026.01c.135%204.146-11.427%206.818-17.26%206.818c-6.323%200-11.594-2.516-11.594-5.698c0-.307.063-.609.141-.927c.01-.031-.016-.036-.026-.01zm24.974-5.089a.63.63%200%200%201%20.104.365c0%201.776-5.432%204.911-14.073%204.911c-6.349%200-7.536-2.354-7.536-3.849c0-.536.203-1.089.656-1.641c.026-.036.005-.047-.026-.021a16%2016%200%200%200-2.245%202.333c-.318.401-.516.755-.516.969c0%203.104%207.781%205.354%2015.063%205.354c7.755%200%2011.214-2.531%2011.214-4.755c0-.792-.307-1.26-1.099-2.161c-.516-.583-1-1.057-1.516-1.526c-.026-.021-.042-.005-.026.021M24.141%202.25A15.8%2015.8%200%200%200%2015.969%200c-3.016%200-5.88.844-8.281%202.318c-.719.443-1.125.797-1.125%201.255c0%201.349%203.146%202.792%208.729%202.792c5.526%200%209.807-1.583%209.807-3.109c0-.365-.318-.62-.958-1.005z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.177%2028.573a16%2016%200%200%200%209.792%203.354c4.036%200%207.714-1.5%2010.521-3.958c.036-.031.021-.047-.016-.031c-1.26.844-4.849%202.682-10.505%202.682c-4.911%200-8.016-1.099-9.771-2.078c-.036-.016-.047.01-.021.031m10.875.812c3.932%200%208.25-1.068%2010.833-3.188c.708-.578%201.38-1.349%201.984-2.38a16%2016%200%200%200%20.958-2c.016-.031-.005-.047-.031-.01c-2.401%203.536-9.359%205.74-16.536%205.74c-5.078%200-10.542-1.625-12.677-4.724c-.021-.026-.042-.016-.031.016c1.99%204.234%208.036%206.547%2015.5%206.547zm-4.292-7.02c-8.172%200-12.026-3.807-12.729-6.406c-.005-.036-.031-.031-.031.005c0%20.875.089%202.005.24%202.75c.068.365.365.938.802%201.396c1.979%202.063%206.917%204.953%2015.458%204.953c11.646%200%2014.307-3.88%2014.849-5.156c.391-.911.589-2.557.589-3.943c0-.333-.005-.604-.021-.865c0-.047-.021-.047-.031-.005c-.583%203.12-10.531%207.271-19.125%207.271zM1.542%209.115c-.469.927-.99%202.5-1.146%203.307c-.068.349-.036.516.083.776c.979%202.078%205.938%205.406%2017.495%205.406c7.052%200%2012.531-1.734%2013.417-4.896c.161-.583.172-1.198-.036-2.026c-.234-.922-.672-2-1.047-2.76c-.01-.026-.031-.021-.026.01c.135%204.146-11.427%206.818-17.26%206.818c-6.323%200-11.594-2.516-11.594-5.698c0-.307.063-.609.141-.927c.01-.031-.016-.036-.026-.01zm24.974-5.089a.63.63%200%200%201%20.104.365c0%201.776-5.432%204.911-14.073%204.911c-6.349%200-7.536-2.354-7.536-3.849c0-.536.203-1.089.656-1.641c.026-.036.005-.047-.026-.021a16%2016%200%200%200-2.245%202.333c-.318.401-.516.755-.516.969c0%203.104%207.781%205.354%2015.063%205.354c7.755%200%2011.214-2.531%2011.214-4.755c0-.792-.307-1.26-1.099-2.161c-.516-.583-1-1.057-1.516-1.526c-.026-.021-.042-.005-.026.021M24.141%202.25A15.8%2015.8%200%200%200%2015.969%200c-3.016%200-5.88.844-8.281%202.318c-.719.443-1.125.797-1.125%201.255c0%201.349%203.146%202.792%208.729%202.792c5.526%200%209.807-1.583%209.807-3.109c0-.365-.318-.62-.958-1.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/at-and-t.svg?color=%231a73e8&size=48