dns services icon
dns-services from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- dns-services
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the dns services icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20h10v2H20zm0 4h6v2h-6z"/><path fill="currentColor" d="M30 17v-1a13.987 13.987 0 1 0-10.77 13.625l-.46-1.946A12 12 0 0 1 16 28c-.19 0-.375-.019-.563-.027A20.3 20.3 0 0 1 12.026 17Zm-2.041-2h-5.984a24.3 24.3 0 0 0-2.774-10.559A12.02 12.02 0 0 1 27.96 15M16.563 4.027A20.3 20.3 0 0 1 19.974 15h-7.948a20.3 20.3 0 0 1 3.411-10.973C15.625 4.02 15.81 4 16 4s.375.019.563.027m-3.764.414A24.3 24.3 0 0 0 10.025 15H4.042a12.02 12.02 0 0 1 8.757-10.559m0 23.118A12.02 12.02 0 0 1 4.042 17h5.983a24.3 24.3 0 0 0 2.774 10.559"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDnsServices(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="M20 20h10v2H20zm0 4h6v2h-6z"/><path fill="currentColor" d="M30 17v-1a13.987 13.987 0 1 0-10.77 13.625l-.46-1.946A12 12 0 0 1 16 28c-.19 0-.375-.019-.563-.027A20.3 20.3 0 0 1 12.026 17Zm-2.041-2h-5.984a24.3 24.3 0 0 0-2.774-10.559A12.02 12.02 0 0 1 27.96 15M16.563 4.027A20.3 20.3 0 0 1 19.974 15h-7.948a20.3 20.3 0 0 1 3.411-10.973C15.625 4.02 15.81 4 16 4s.375.019.563.027m-3.764.414A24.3 24.3 0 0 0 10.025 15H4.042a12.02 12.02 0 0 1 8.757-10.559m0 23.118A12.02 12.02 0 0 1 4.042 17h5.983a24.3 24.3 0 0 0 2.774 10.559"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20h10v2H20zm0 4h6v2h-6z"/><path fill="currentColor" d="M30 17v-1a13.987 13.987 0 1 0-10.77 13.625l-.46-1.946A12 12 0 0 1 16 28c-.19 0-.375-.019-.563-.027A20.3 20.3 0 0 1 12.026 17Zm-2.041-2h-5.984a24.3 24.3 0 0 0-2.774-10.559A12.02 12.02 0 0 1 27.96 15M16.563 4.027A20.3 20.3 0 0 1 19.974 15h-7.948a20.3 20.3 0 0 1 3.411-10.973C15.625 4.02 15.81 4 16 4s.375.019.563.027m-3.764.414A24.3 24.3 0 0 0 10.025 15H4.042a12.02 12.02 0 0 1 8.757-10.559m0 23.118A12.02 12.02 0 0 1 4.042 17h5.983a24.3 24.3 0 0 0 2.774 10.559"/></svg> </template>
CSS
.icon-dns-services {
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%22M20%2020h10v2H20zm0%204h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2017v-1a13.987%2013.987%200%201%200-10.77%2013.625l-.46-1.946A12%2012%200%200%201%2016%2028c-.19%200-.375-.019-.563-.027A20.3%2020.3%200%200%201%2012.026%2017Zm-2.041-2h-5.984a24.3%2024.3%200%200%200-2.774-10.559A12.02%2012.02%200%200%201%2027.96%2015M16.563%204.027A20.3%2020.3%200%200%201%2019.974%2015h-7.948a20.3%2020.3%200%200%201%203.411-10.973C15.625%204.02%2015.81%204%2016%204s.375.019.563.027m-3.764.414A24.3%2024.3%200%200%200%2010.025%2015H4.042a12.02%2012.02%200%200%201%208.757-10.559m0%2023.118A12.02%2012.02%200%200%201%204.042%2017h5.983a24.3%2024.3%200%200%200%202.774%2010.559%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%22M20%2020h10v2H20zm0%204h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2017v-1a13.987%2013.987%200%201%200-10.77%2013.625l-.46-1.946A12%2012%200%200%201%2016%2028c-.19%200-.375-.019-.563-.027A20.3%2020.3%200%200%201%2012.026%2017Zm-2.041-2h-5.984a24.3%2024.3%200%200%200-2.774-10.559A12.02%2012.02%200%200%201%2027.96%2015M16.563%204.027A20.3%2020.3%200%200%201%2019.974%2015h-7.948a20.3%2020.3%200%200%201%203.411-10.973C15.625%204.02%2015.81%204%2016%204s.375.019.563.027m-3.764.414A24.3%2024.3%200%200%200%2010.025%2015H4.042a12.02%2012.02%200%200%201%208.757-10.559m0%2023.118A12.02%2012.02%200%200%201%204.042%2017h5.983a24.3%2024.3%200%200%200%202.774%2010.559%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/dns-services.svg?color=%231a73e8&size=48